Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ghac doesn't support delete anymore #5628

Merged
merged 5 commits into from
Feb 14, 2025
Merged

fix: ghac doesn't support delete anymore #5628

merged 5 commits into from
Feb 14, 2025

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Feb 14, 2025

Which issue does this PR close?

Part of #5621

Rationale for this change

All deleted related tests are failed for ghac now.

What changes are included in this PR?

Are there any user-facing changes?

@@ -59,7 +59,7 @@ jobs:
- name: Test
shell: bash
working-directory: core
run: cargo nextest run behavior --features tests,services-ghac
run: cargo test behavior --features tests,services-ghac
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I ask what's the rationale here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nextest relies on path/to/test/binary list to enumerate all test cases. If any logs are output at this stage, it will refuse to run.

Output likes:

error: creating test list failed

Caused by:
  for `opendal::behavior`, line '  2025-02-14T11:57:30.185063Z DEBUG opendal::services: service=ghac name=opendal: metadata started' did not end with the string ': test' or ': benchmark'
full output:
behavior::test_read_full: test
behavior::test_read_range: test
behavior::test_reader: test
behavior::test_reader_with_if_match: test
behavior::test_reader_with_if_none_match: test

@Xuanwo Xuanwo merged commit 39ce403 into main Feb 14, 2025
276 checks passed
@Xuanwo Xuanwo deleted the ghac-v2 branch February 14, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants