You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration tests for Steeltoe samples run on PRs and on the main/latest branch. Although we recently randomized the routes, they all run in the same CloudFoundry space with fixed names, which means they influence each other.
One solution is to run them in different CF spaces, for example in /Home/steeltoe-samples/branch-name instead of the current /Home/steeltoe-samples.
The text was updated successfully, but these errors were encountered:
I don't think running in parallel is practical for how we're currently running tests since the path filters aren't working and we don't even have capacity to simultaneously run one round of tests
This is about isolation, not parallelism. Samples tend to create a database. If the schema differs per branch, it won't succeed because the existing schema is incompatible. Using different spaces solves that.
Path filters are supposed to address parallelism, that's unrelated to this issue.
TimHess
changed the title
Isolate integration testruns so they can run in parallel
Isolate integration test runs by branch
Feb 10, 2025
Integration tests for Steeltoe samples run on PRs and on the main/latest branch. Although we recently randomized the routes, they all run in the same CloudFoundry space with fixed names, which means they influence each other.
One solution is to run them in different CF spaces, for example in /Home/steeltoe-samples/branch-name instead of the current /Home/steeltoe-samples.
The text was updated successfully, but these errors were encountered: