-
Notifications
You must be signed in to change notification settings - Fork 57
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
test_retry_non_txn slow with serializable&non-pushable #3
Comments
Yeah, I saw this too. Not sure why I commented out two of the slow cases and left the third. I apparently have about 20 seconds worth of patience for a test run. |
Perhaps we can add something to the RequestHeader for retries...? |
But that's not generally something we want to let the clients control, is it? I was thinking the answer would be to pass in extra flags when starting the docker container. |
Yeah, probably not. Having these settable via flags from container sounds OK. |
probable root cause: cockroachdb/cockroach#877 |
Adding to @bdarnell's comment in
test_retry_non_txn
:I have found that the test cases present still incur a 15sec wait for me, unless I comment the last one:
This test appears to be reliably slow (~19sec for all tests) with the last case, and fast (~4sec for all tests) without it.
The text was updated successfully, but these errors were encountered: