mirrord icon indicating copy to clipboard operation
mirrord copied to clipboard

`fs_config_default` unit test is flaky on CI

Open t4lz opened this issue 1 year ago • 2 comments

Failed here: https://github.com/metalbear-co/mirrord/actions/runs/7466234067/job/20317188352?pr=2162#step:36:439

Successful here without any change in the code: https://github.com/metalbear-co/mirrord/actions/runs/7466234067/job/20317958535

t4lz avatar Jan 09 '24 20:01 t4lz

I think I remember doing a short investigation of this. The config unit tests may not be properly isolated - some tests are setting values in the current env and those values are later read by other tests when generating config.

Razz4780 avatar Jan 29 '24 13:01 Razz4780