-
Notifications
You must be signed in to change notification settings - Fork 212
Fixing flaky tests #174
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
Fixing flaky tests #174
Conversation
Unit Test Results107 files - 1 107 suites - 1 5m 26s ⏱️ -2s Results for commit 3f7e9de. ± Comparison against base commit 1776919. This pull request removes 123 and adds 7 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
This is a really nice change! Kudos! |
| sender.tell(new JobClusterProto.InitializeJobClusterResponse(initReq.requestId, | ||
| SERVER_ERROR, String.format("JobCluster %s not created due to %s", | ||
| initReq.jobClusterDefinition.getName(), e.getMessage()), | ||
| initReq.jobClusterDefinition.getName(), Throwables.getStackTraceAsString(e)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codyrioux Is this okay?
|
|
||
|
|
||
| @Test(dependsOnMethods = {"testSetActiveVMs"}) | ||
| // (dependsOnMethods = {"testSetActiveVMs"}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have commented this out primarily because I want to see if this feature is supported in Junit5.
Context
Should fix the flakiness affecting multiple builds such as #171
Checklist
./gradlew buildcompiles code correctly./gradlew testpasses all testsCONTRIBUTING.md