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

build: disable DirectIO Tests in windows #4320

Merged
merged 3 commits into from
Apr 28, 2024

Conversation

shoothzj
Copy link
Member

Changes

  1. Added junit5 annotation @DisabledOnOs(OS.WINDOWS)(It's modern and better than junit4) to tests that use suspend and resume, effectively disabling these tests on windows.
  2. Migrate these test files to junit5

See also https://lists.apache.org/thread/hlyc722gy45s3y61q7n79hdcr6cgrx7v

@shoothzj
Copy link
Member Author

Copy link
Contributor

@dlg99 dlg99 left a comment

Choose a reason for hiding this comment

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

LGTM

@shoothzj shoothzj merged commit ad37450 into apache:master Apr 28, 2024
20 checks passed
@shoothzj shoothzj deleted the disable-direct-windows branch April 28, 2024 23:42
@hangc0276 hangc0276 added this to the 4.18.0 milestone May 25, 2024
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
### Changes

1. Added junit5 annotation `@DisabledOnOs(OS.WINDOWS)`(It's modern and better than junit4) to tests that use `suspend` and `resume`, effectively disabling these tests on windows.
2. Migrate these test files to junit5

See also https://lists.apache.org/thread/hlyc722gy45s3y61q7n79hdcr6cgrx7v

Signed-off-by: ZhangJian He <[email protected]>
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.

4 participants