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: add optional PreSetup and PostSetup hooks #101814

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

srosenberg
Copy link
Member

TBD: summarize

Epic: none

Release note: None

Resolves: #33377

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@srosenberg srosenberg force-pushed the sr/roachtest_refactor_add_setup_phase branch 14 times, most recently from f176be7 to 1847fdc Compare April 24, 2023 17:19
TBD: summarize

Epic: none

Release note: None

Resolves: cockroachdb#33377
@srosenberg srosenberg force-pushed the sr/roachtest_refactor_add_setup_phase branch from 1847fdc to fa11649 Compare April 25, 2023 02:47
@srosenberg
Copy link
Member Author

srosenberg commented May 29, 2023

Note to self: this PR seems to also address: #99951

srosenberg added a commit to srosenberg/cockroach that referenced this pull request Sep 12, 2023
Previously, an NPE discovered in [1] wasn't observed in any
of the nightly runs, given the necessary conditions implied
multiple, consecutive failures. As of recently, the NPE
surfaced in nightlies.

This PR fixes the NPE, and a leaked cluster allocation.
The fix is intended to be temporary since a refactored
test runner in [2] had already addressed it; we plan to
resurrect [2] in the coming weeks.

Epic: none
Fixes: cockroachdb#104385

Release note: None

[1] cockroachdb#104385
[2] cockroachdb#101814
craig bot pushed a commit that referenced this pull request Sep 13, 2023
110406: roachtest: fix NPE in test_runner r=renatolabs,smg260 a=srosenberg

Previously, an NPE discovered in [1] wasn't observed in any of the nightly runs, given the necessary conditions implied multiple, consecutive failures. As of recently, the NPE surfaced in nightlies.

This PR fixes the NPE, and a leaked cluster allocation. The fix is intended to be temporary since a refactored test runner in [2] had already addressed it; we plan to resurrect [2] in the coming weeks.

Epic: none
Fixes: #104385

Release note: None

[1] #104385
[2] #101814

Co-authored-by: Stan Rosenberg <stan.rosenberg@gmail.com>
blathers-crl bot pushed a commit that referenced this pull request Sep 13, 2023
Previously, an NPE discovered in [1] wasn't observed in any
of the nightly runs, given the necessary conditions implied
multiple, consecutive failures. As of recently, the NPE
surfaced in nightlies.

This PR fixes the NPE, and a leaked cluster allocation.
The fix is intended to be temporary since a refactored
test runner in [2] had already addressed it; we plan to
resurrect [2] in the coming weeks.

Epic: none
Fixes: #104385

Release note: None

[1] #104385
[2] #101814
blathers-crl bot pushed a commit that referenced this pull request Sep 13, 2023
Previously, an NPE discovered in [1] wasn't observed in any
of the nightly runs, given the necessary conditions implied
multiple, consecutive failures. As of recently, the NPE
surfaced in nightlies.

This PR fixes the NPE, and a leaked cluster allocation.
The fix is intended to be temporary since a refactored
test runner in [2] had already addressed it; we plan to
resurrect [2] in the coming weeks.

Epic: none
Fixes: #104385

Release note: None

[1] #104385
[2] #101814
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: skip tests that fail during "setup"
2 participants