Skip to content

roachtest: don't expect node deaths in tpccbench#55759

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
nvb:nvanbenschoten/tpccExpectDeath
Oct 20, 2020
Merged

roachtest: don't expect node deaths in tpccbench#55759
craig[bot] merged 1 commit intocockroachdb:masterfrom
nvb:nvanbenschoten/tpccExpectDeath

Conversation

@nvb
Copy link
Copy Markdown
Contributor

@nvb nvb commented Oct 20, 2020

Closes #55542.

This was causing node deaths to be initially ignored in test
failures like #55542. The monitor was not watching when the
cluster was restarted, so there was no need to inform it of
the restart. Because of this, the monitor had an accumulated
"death quota" that allowed it to ignore the first few deaths
during the actual run of the test.

I tested this 5 times without issue.

Closes cockroachdb#55542.

This was causing node deaths to be initially ignored in test
failures like cockroachdb#55542. The monitor was not watching when the
cluster was restarted, so there was no need to inform it of
the restart. Because of this, the monitor had an accumulated
"death quota" that allowed it to ignore the first few deaths
during the actual run of the test.

I tested this 5 times without issue.
@nvb nvb requested a review from tbg October 20, 2020 17:31
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@nvb
Copy link
Copy Markdown
Contributor Author

nvb commented Oct 20, 2020

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Oct 20, 2020

Build succeeded:

@craig craig bot merged commit ae78ca7 into cockroachdb:master Oct 20, 2020
@nvb nvb deleted the nvanbenschoten/tpccExpectDeath branch November 12, 2020 18:30
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.

roachtest: tpccbench/nodes=3/cpu=4 failed

3 participants