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
Updated by Vincent MEMBRÉ 2 months ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ 2 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/758
Updated by Anonymous 2 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|c172eccaee001a9e6adf216b01642b2bff9ef34a.
Updated by Vincent MEMBRÉ about 1 month ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder plugin datasources v8.2.0.rc1-2.4
Actions