Skip to content

roachtest: recover panics in post test assertions#155981

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
DarrylWong:recover-post-test-panics
Oct 24, 2025
Merged

roachtest: recover panics in post test assertions#155981
craig[bot] merged 1 commit intocockroachdb:masterfrom
DarrylWong:recover-post-test-panics

Conversation

@DarrylWong
Copy link
Copy Markdown
Contributor

We previously were recovering panics in the main test goroutine, but not post tests assertions, which could cause an entire CI run to crash. This patch adds a similar recover to post tests assertions.

Fixes: none
Epic: none
Release note: none

We previously were recovering panics in the main test
goroutine, but not post tests assertions, which could
cause an entire CI run to crash. This patch adds a
similar recover.
@DarrylWong DarrylWong requested a review from a team as a code owner October 23, 2025 16:13
@DarrylWong DarrylWong requested review from srosenberg and williamchoe3 and removed request for a team October 23, 2025 16:13
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@DarrylWong
Copy link
Copy Markdown
Contributor Author

TFTR!

bors r=golgeek

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Oct 24, 2025

@craig craig bot merged commit 888ba33 into cockroachdb:master Oct 24, 2025
31 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants