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

Make sure test can run on windows #104

Merged
merged 3 commits into from
Nov 12, 2021

Conversation

chia7712
Copy link
Contributor

為了照顧windows使用者,因此這隻PR disable無法在windows上執行的tests,不過下列幾隻我不太確定為何不能在windows跑,因此會另外開議題來追蹤

  1. ReplicaCollieTest ReplicaCollieTest can't run on windows #102
  2. TopicAdminTest#testReassign TopicAdminTest#testReassign can't run on windows #103

@chia7712 chia7712 self-assigned this Nov 11, 2021
@@ -172,11 +186,13 @@ void testJvmMemory() {
}

@Test
@DisabledOnOs(WINDOWS)
void linuxDiskReadBytes() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

這個測試在mac作業系統也跑不過,請問是否考慮改成使用@EnabledOnOs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

有道理!

@chia7712 chia7712 merged commit 6f79aa8 into opensource4you:main Nov 12, 2021
@chia7712 chia7712 deleted the enable_to_run_on_window branch December 29, 2021 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants