Actions
Bug #23786
closedInventory accept test sometimes fails on callback check
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We sometimes see:
[2023-11-23T19:28:48.464Z] [info] Saving a new, unknown inventory should [2023-11-23T19:28:49.463Z] [error] x correctly save the node in pending [2023-11-23T19:28:49.463Z] [error] Chunk() != Chunk(newPending) (TestSaveInventory.scala:317) [2023-11-23T19:28:49.463Z] [info] [2023-11-23T19:28:49.463Z] [info]
Which is likely linked to the fact that the callback filling that part is async and may exec after end of test.
We should put a retry on it.
Updated by François ARMAND 12 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 12 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Clark ANDRIANASOLO
- Pull Request set to https://github.com/Normation/rudder/pull/5199
Updated by Anonymous 12 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|d5f5a183ee8d148b5097b63c7e8f9c4d9220e0e4.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.0~alpha1 which was released today.
Actions