Actions
Bug #28102
openUpdateHttpDatasetTest leads to CI error
Bug #28102:
UpdateHttpDatasetTest leads to CI error
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
We often have errors in that test, making it very flacky and unreliable.
In 8.3, it looks like that:
02:00:09 Tests in error: 02:00:09 The behavior on 404 should::have a working 'delete property' option(com.normation.plugins.datasources.UpdateHttpDatasetTest): Map(NodeId(root) -> 1) doesn't have the pairs '(NodeId(node1),1), (NodeId(node2),1)' 02:00:09 The behavior on 404 should::have a working 'default value property' option(com.normation.plugins.datasources.UpdateHttpDatasetTest): Map(NodeId(node1) -> 1, NodeId(root) -> 1) doesn't have the pair '(NodeId(node2),1)'
And in 9.0, similar with a scala 3 naming convention:
02:35:13 [ERROR] Errors: 02:35:13 [ERROR] UpdateHttpDatasetTest.$init$$$anonfun$19$$anonfun$2:1236->test404prop$1:1222->Specification.sandboxMatchResult:15->test404prop$1$$anonfun$1:10 » FiberFailure Map(NodeId(node2) -> 1, NodeId(root) -> 1) doesn't have the pair '(NodeId(node1),1)'
We need to either make it non flacky, or disable it, because we can't just have a flacky test breaking CI regularly.
Updated by François ARMAND 16 days ago
- Related to User story #9931: Test UpdateHttpDatasetTest does not run anymore added
Updated by François ARMAND 16 days ago
- Status changed from New to In progress
Updated by François ARMAND 16 days ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/894
Updated by François ARMAND 15 days ago
- Assignee changed from François ARMAND to Clark ANDRIANASOLO
- Pull Request changed from https://github.com/Normation/rudder-plugins/pull/894 to https://github.com/Normation/rudder-plugins/pull/895
Updated by François ARMAND 12 days ago
- Target version changed from 8.3 to 9.0
- Pull Request changed from https://github.com/Normation/rudder-plugins/pull/895 to https://github.com/Normation/rudder-plugins/pull/894
Updated by François ARMAND 10 days ago
- Subtask #28144 added
Updated by Anonymous 10 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|e17f619f1256e63b54a4c0e3bee5cd6812b7548e.
Updated by Alexis Mousset 5 days ago
- Fix check changed from To do to Checked
Actions