Skip to content
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

kv: skip TestTxnCoordSenderRetries #26442

Merged

Conversation

andreimatei
Copy link
Contributor

TestTxnCoordSenderRetries is flaky, presumably as a consequence of
merging #25541.
A subtest is sometimes failing because a CommandFilter that it's using
is inadvertently injecting a failure into a lingering request from a
previous subtest. Don't know why that PR changed any behavior yet, but
it seems more likely that this is a test issue than issue warranting a
rollback, so skipping while I figure it out.

Touches #26434

Release note: None

@andreimatei andreimatei requested a review from a team June 5, 2018 20:36
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@andreimatei
Copy link
Contributor Author

andreimatei commented Jun 5, 2018 via email

@craig
Copy link
Contributor

craig bot commented Jun 5, 2018

Build failed

TestTxnCoordSenderRetries is flaky, presumably as a consequence of
merging cockroachdb#25541.
A subtest is sometimes failing because a CommandFilter that it's using
is inadvertently injecting a failure into a lingering request from a
previous subtest. Don't know why that PR changed any behavior yet, but
it seems more likely that this is a test issue than issue warranting a
rollback, so skipping while I figure it out.

Touches cockroachdb#26434

Release note: None
@andreimatei andreimatei force-pushed the skip-TestTxnCoordSenderRetries branch from 595db18 to 51e781d Compare June 5, 2018 23:14
@andreimatei
Copy link
Contributor Author

bors r+


Review status: 0 of 1 files reviewed at latest revision, all discussions resolved, some commit checks pending.


Comments from Reviewable

craig bot pushed a commit that referenced this pull request Jun 5, 2018
26442: kv: skip TestTxnCoordSenderRetries r=andreimatei a=andreimatei

TestTxnCoordSenderRetries is flaky, presumably as a consequence of
merging #25541.
A subtest is sometimes failing because a CommandFilter that it's using
is inadvertently injecting a failure into a lingering request from a
previous subtest. Don't know why that PR changed any behavior yet, but
it seems more likely that this is a test issue than issue warranting a
rollback, so skipping while I figure it out.

Touches #26434

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
@craig
Copy link
Contributor

craig bot commented Jun 5, 2018

Build succeeded

@craig craig bot merged commit 51e781d into cockroachdb:master Jun 5, 2018
@andreimatei andreimatei deleted the skip-TestTxnCoordSenderRetries branch June 6, 2018 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants