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.
Actions