Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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?

@Xuanwo Xuanwo requested review from PsiACE and tisonkun February 14, 2025 11:51
@github-actions github-actions bot added the releases-note/fix The PR fixes a bug or has a title that begins with "fix" label Feb 14, 2025
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

Labels

releases-note/fix The PR fixes a bug or has a title that begins with "fix"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants