Actions
Bug #25497
closedDatasources tests are failling due to race condition
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
404 case tests are failing since we are emptying a Map in a non atomic way (runNow are not sequential) and actions may happened in a non expected way
I refactor the way we do this, by making a foreach with all ZIO calls, and also change the way we init properties so it's simpler and works as expected
Actions