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

roachtest: don't call t.Fatal in FailOnReplicaDivergence #62728

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

tbg
Copy link
Member

@tbg tbg commented Mar 29, 2021

In #61990 we had this method catch a stats divergence on teardown in an
otherwise successful test. The call to t.Fatal in that method
unfortunately prevented the logs from being collected, which is not
helpful.

Release note: None

In #61990 we had this method catch a stats divergence on teardown in an
otherwise successful test. The call to `t.Fatal` in that method
unfortunately prevented the logs from being collected, which is not
helpful.

Release note: None
@tbg tbg requested a review from a team March 29, 2021 14:34
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@tbg
Copy link
Member Author

tbg commented Apr 8, 2021

bors r=erikgrinaker

@tbg tbg closed this Apr 8, 2021
@craig
Copy link
Contributor

craig bot commented Apr 8, 2021

Already running a review

@tbg tbg reopened this Apr 8, 2021
@tbg
Copy link
Member Author

tbg commented Apr 8, 2021

bors r=erikgrinaker

@craig
Copy link
Contributor

craig bot commented Apr 8, 2021

Build succeeded:

@craig craig bot merged commit fb9f722 into master Apr 8, 2021
@jordanlewis jordanlewis deleted the roachtest-divergence-check branch April 15, 2021 18:15
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