Skip to content

Make tests sequential#24

Merged
repugraf merged 9 commits into
mainfrom
fix/unstable-tests-in-ci
Jun 25, 2026
Merged

Make tests sequential#24
repugraf merged 9 commits into
mainfrom
fix/unstable-tests-in-ci

Conversation

@repugraf

@repugraf repugraf commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Some tests intermittently fail in the CI/CD pipeline due to non-deterministic issues such as timeouts and apparent system freezes. A likely cause is concurrent test execution, which may introduce resource contention or race conditions in the CI environment.

This PR modifies the CI test configuration to execute all tests sequentially rather than concurrently. The goal is to improve test stability and reduce sporadic failures by eliminating potential interactions between parallel test runs.

@repugraf repugraf self-assigned this Jun 23, 2026
@repugraf repugraf changed the title Fix unstable CI tests Make tests sequential Jun 25, 2026
@repugraf repugraf marked this pull request as ready for review June 25, 2026 11:56
@repugraf repugraf merged commit bc64ccb into main Jun 25, 2026
15 checks passed
@repugraf repugraf deleted the fix/unstable-tests-in-ci branch June 25, 2026 12:20
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