-
Notifications
You must be signed in to change notification settings - Fork 76
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
Java: Fix scriptKill
Flaky Tests
#3364
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
5762571
to
2e161cf
Compare
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
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.
IMO we're mostly testing the server and probably finding a workarount for a server bug.
For testing the client it is enough to complete the test on line 1715.
BTW, why promise created on lines 1716-1717 isn't used?
Run this test 1000 times in CI to validate that it doesn't fail. You can do it on another branch or do it there, but revert that change once test pass. |
Not too sure what this promise is used for either. Could just be a forgotten copy paste deletion |
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
… tests Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
Signed-off-by: Edward Liang <[email protected]>
This reverts commit c01f396. added more checking Signed-off-by: Edward Liang <[email protected]>
cd69eb2
to
e13077a
Compare
Signed-off-by: Edward Liang <[email protected]>
This PR addresses the issue of flaky tests within the Java client's
scriptKill
andscriptKill_unkillable
tests.Issue link
This Pull Request is linked to issue (URL): #2524
Checklist
Before submitting the PR make sure the following are checked: