Actions
Bug #26309
openDatasources HTTP tests are failing in 8.2
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We have the specified tests which is randomly failing in 8.2 (very often in 8.3) :
[2025-02-06T02:56:41.616Z] Failed tests: Array validation with [*]::for case: [ { "a" : 1 }] -> {"a":1}(com.normation.plugins.datasources.UpdateHttpDatasetTest): Map(NodeId(root) -> 1, NodeId(node1) -> 1) doesn't have the pair '(NodeId(node2),1)' [2025-02-06T02:56:41.616Z] Array validation with [:1]::for case: [ {"a": []} ] -> {"a": []}(com.normation.plugins.datasources.UpdateHttpDatasetTest): Map(NodeId(root) -> 1, NodeId(node2) -> 1) doesn't have the pair '(NodeId(node1),1)'
Many other test failures happened (#25497 but it seems to not be related at all).
Actions