-
Notifications
You must be signed in to change notification settings - Fork 199
Test Stability Improvements #24396
Copy link
Copy link
Labels
EpicA body of work that can be broken down into specific tasks.A body of work that can be broken down into specific tasks.PR Gate FailureXTS Failure
Milestone
Description
Track and resolve flaky tests across the hiero-consensus-node codebase to improve CI reliability and developer confidence.
Flaky tests cause spurious CI failures, slow down PR merges, and erode trust in the test suite. This epic collects all identified flaky test issues and their fixes.
Goals:
- Identify and fix tests with non-deterministic behavior
- Address common root causes (timing dependencies, shared state, resource contention, non-unique test data)
- Reduce CI re-run rate caused by test flakiness
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EpicA body of work that can be broken down into specific tasks.A body of work that can be broken down into specific tasks.PR Gate FailureXTS Failure