-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
teamcity: failed test: TestCleanupTxnIntentsOnGCAsync #35340
Labels
Comments
cockroach-teamcity
added
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
labels
Mar 3, 2019
I've hit a flake on this test several times:
|
ajwerner
added a commit
to ajwerner/cockroach
that referenced
this issue
Mar 12, 2019
Before this change we'd assume that two requests addressed to the same range would end up in the same batch. This patch adopts the more flexible logic introduced in cockroachdb#35273 to resolve similar test flakes in TestCleanupIntents. This new infrastructure behaves correctly when batches are sent due to time with less batching than the test assumed. Fixes cockroachdb#35340. Release note: None
Sorry you ran in to this. Typed up a patch. |
craig bot
pushed a commit
that referenced
this issue
Mar 13, 2019
35667: intentresolver: fix test flake due to timing of batches r=ajwerner a=ajwerner Before this change we'd assume that two requests addressed to the same range would end up in the same batch. This patch adopts the more flexible logic introduced in #35273 to resolve similar test flakes in TestCleanupIntents. This new infrastructure behaves correctly when batches are sent due to time with less batching than the test assumed. Fixes #35340. Release note: None Co-authored-by: Andrew Werner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The following tests appear to have failed on master (test): TestCleanupTxnIntentsOnGCAsync, TestCleanupTxnIntentsOnGCAsync/#1, TestCleanupTxnIntentsOnGCAsync/#00, TestCleanupTxnIntentsOnGCAsync/#3, TestCleanupTxnIntentsOnGCAsync/#2
You may want to check for open issues.
#1160310:
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered: