Skip to content

Remove flaky TestGridMaze_Properties test#466

Merged
Volte6 merged 1 commit intoGoMudEngine:masterfrom
sarahmaeve:upstream-fix/remove-flaky-gridmaze-test
Apr 6, 2026
Merged

Remove flaky TestGridMaze_Properties test#466
Volte6 merged 1 commit intoGoMudEngine:masterfrom
sarahmaeve:upstream-fix/remove-flaky-gridmaze-test

Conversation

@sarahmaeve
Copy link
Copy Markdown
Contributor

Summary

  • Removes TestGridMaze_Properties which fails intermittently due to a flawed assertion: it counts rooms with GetStep() > 0 as "critical path rooms" but this doesn't match what GetCriticalPath() returns, causing spurious failures.

Test plan

  • go test -race ./internal/procedural/... passes
  • Full suite go test -race ./... passes

🤖 Generated with Claude Code

The test counted critical path rooms by checking GetStep() > 0, which
doesn't match what GetCriticalPath() returns, causing intermittent
failures despite the seeded RNG.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sarahmaeve sarahmaeve requested a review from Volte6 as a code owner April 6, 2026 14:17
@Volte6 Volte6 merged commit e18d17e into GoMudEngine:master Apr 6, 2026
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.

2 participants