Skip to content

Fix/mitigate intermittent test failures#84

Merged
mcbridejc merged 2 commits into
mainfrom
fix-pdo-test-race
Jun 25, 2026
Merged

Fix/mitigate intermittent test failures#84
mcbridejc merged 2 commits into
mainfrom
fix-pdo-test-race

Conversation

@mcbridejc

Copy link
Copy Markdown
Owner

These two tests have been failing occasionally due to timeouts when certain tokio tasks were not executed quickly enough.

The PDO test should never fail now, because it can use the TestContext to wait for a process call to occur before expecting
messages.

The LSS test is just a timeout increase to make failures less likely.

Now that TestContext is available, use it to wait for the process call
instead of waiting an arbitrary time.
Due to some intermittent failures
@mcbridejc mcbridejc merged commit def4f72 into main Jun 25, 2026
2 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