equinor / fmu-sumo

Interaction with Sumo in the FMU context
https://fmu-sumo.readthedocs.io/en/latest/
Apache License 2.0
0 stars 6 forks source link

Tests can fail when running in paralllel #342

Open equinor-ruaj opened 2 weeks ago

equinor-ruaj commented 2 weeks ago

A recent change in the aggregation service does not allow starting a bulk aggregation job if there already exists a job on a given caseUuid + iteration combination. Check added in this PR: https://github.com/equinor/sumo-fmu-aggregation-service/pull/288/files#diff-348e061a43670d82a0962ab0417486aa253a20533739cad241348169f0bc2ca1R125-R129

Multiple tests in .github/workflows start bulk aggregation, often using the same case and iteration. Some of these tests may fail if a parallel test started a bulk aggregation right before it.

Possible fixes: