Skip to content

Conversation

@jaypipes
Copy link
Member

@jaypipes jaypipes commented Oct 9, 2025

We were running into panic due to nil RunResult pointers because when a test spec timed out, we were calling t.Fatal() inside Scenario.runSpec instead of handling it as a failure, adding the failure to the RunResult and returning the RunResult.

We were running into panic due to nil RunResult pointers because when a
test spec timed out, we were calling `t.Fatal()` inside
`Scenario.runSpec` instead of handling it as a failure, adding the
failure to the RunResult and returning the RunResult.

Signed-off-by: Jay Pipes <[email protected]>
@jaypipes jaypipes merged commit 5d4fea4 into gdt-dev:main Oct 9, 2025
11 checks passed
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.

1 participant