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

server: disable flaky check in TestDecommissionedNodeCannotConnect #61471

Merged

Conversation

erikgrinaker
Copy link
Contributor

@erikgrinaker erikgrinaker commented Mar 4, 2021

In #61356, TestDecommissionedNodeCannotConnect was extended to check
error propagation for a Scan operation after a node was decommissioned.
However, because of #61470 not all failure modes propagate errors
properly, causing the test to sometimes hang. This patch disables this
check until these problems are addressed.

Resolves #61452.

Release justification: non-production code changes
Release note: None

In cockroachdb#61356, `TestDecommissionedNodeCannotConnect` was extended to check
error propagation for a `Scan` operation after a node was decommissioned.
However, because of cockroachdb#61470 not all failure modes propagate errors
properly, causing the test to sometimes hang. This patch disables this
check until these problems are addresses.

Release justification: non-production code changes
Release note: None
@erikgrinaker erikgrinaker requested a review from tbg March 4, 2021 15:39
@erikgrinaker erikgrinaker self-assigned this Mar 4, 2021
@erikgrinaker erikgrinaker requested a review from a team as a code owner March 4, 2021 15:39
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@tbg tbg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@erikgrinaker
Copy link
Contributor Author

bors r=tbg

@craig
Copy link
Contributor

craig bot commented Mar 4, 2021

Build succeeded:

@craig craig bot merged commit 7ddc401 into cockroachdb:master Mar 4, 2021
@erikgrinaker erikgrinaker deleted the erik/disable-decommission-test-scan branch March 4, 2021 19:51
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.

server: package timed out
3 participants