GenSpectrum / LAPIS-SILO-e2e

1 stars 1 forks source link

Fix of the race condition in docker compose #26

Closed Taepper closed 2 months ago

Taepper commented 2 months ago

resolves #17

The race condition is outlined in more detail in https://github.com/GenSpectrum/LAPIS/issues/941

This leads to flaky tests which should hopefully be finally fixed by this PR. The PR also gets rid of the added sleep commands, which were introduced as a mostly-functioning work-around.