-
Notifications
You must be signed in to change notification settings - Fork 534
+TCK verifyNoAsyncErrors now by default waits, fixes spec111 #240
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
+TCK verifyNoAsyncErrors now by default waits, fixes spec111 #240
Conversation
* Waits for {@link TestEnvironment#defaultTimeoutMillis()} and then verifies that no asynchronous errors | ||
* were signalled pior to, or during that time (by calling {@code flop()}). | ||
*/ | ||
public void verifyNoAsyncErrors() { |
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.
this ought to call verifyNoAsyncErrors(defaultTimeoutMillis())
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.
Yeap, totally true.
@ktoso Reviewed. What's the status? |
9453fd3
to
4df0d4d
Compare
@ktoso is this still WIP, and if so, when will it not be WIP anymore? |
The WIP part still exists, but it is (possibly) additive, not other in-another-way changing (maybe one or two more tests needs have delay but don't). Since that test we identified as troublesome let's fix it. I propose to merge as is and if I find another instance of such problem it's a good stand-along PR. |
@ktoso I won't merge something that is WIP so split the WIP part out into another Issue/PR. Thanks! |
The WIP part is "look at more tests with intense passion", no actual code in the PR. |
@ktoso Thanks, Konrad, I appreciate it! |
d7a2e1d
to
2512dc4
Compare
Rebased, re-read the diff and checked against akka that it fixes the discovered problem. |
2512dc4
to
0b055a5
Compare
Also included the link fix we mentioned during review ( Resolves #249 |
👍 great work Konrad, thank you! @reactive-streams/contributors Merging. |
+TCK verifyNoAsyncErrors now by default waits, fixes spec111
Resolves #239
Don't merge yet, I want to look though all other specs but lacked the capacity to have done this today.
Question that needs feedback here is if we want to rename the existing method to be less confusing - I say yes.