-
Notifications
You must be signed in to change notification settings - Fork 534
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
Incomplete documentation on stochastic tests in TCK #278
Comments
Ouch, seems we've cut the comment some time during the development, thanks for noticing! I'll dig out the full comment in a bit, but it wasn't anything very precise. The only stochastic test we have is AFAIR if it fails your impl most likely has a problem, just that it does not manifest on your machine. |
@jroper Ping |
@jroper Annual ping ;) |
Fixes reactive-streams#278. Clarified what the stochastic tests are, and what the flag to skip them is provided for.
Fixes reactive-streams#278. This was already fixed in a previous PR, but that PR failed to fix the javadocs for the IdentityProcessorVerification.
Fixes #278. This was already fixed in a previous PR, but that PR failed to fix the javadocs for the IdentityProcessorVerification.
From the code:
Even though the impl what? Under what circumstances may they fail? I'm never seeing them fail locally, but I see them fail quite frequently in CI, is there anything that should be documented here about the TCK in order for me to determine if the failures are expected or not?
The text was updated successfully, but these errors were encountered: