equinor / flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.
Eclipse Public License 2.0
16 stars 37 forks source link

Nondeterministic tests #1384

Closed andchiind closed 8 months ago

andchiind commented 9 months ago

Describe the bug Some tests have become nondeterministic. I think this is due to timings related to database queries.

To Reproduce Make a small PR, then run the tests several times, especially in Github actions. Schedule3EchoMissionsTest is an example of a non-deterministic one.

Expected behavior They should be deterministic

Screenshots No changes were made between these tests, and the PR itself(https://github.com/equinor/flotilla/pull/1382) was unrelated to the tests: image

andchiind commented 8 months ago

Closed due to #1440