image-automation-controller icon indicating copy to clipboard operation
image-automation-controller copied to clipboard

Flaky test "TestImageUpdateAutomationReconciler_Reconcile/no_marker_no_update"

Open makkes opened this issue 5 months ago • 0 comments

That test just failed in CI and re-running it fixed it:

2025-05-04T08:09:13.1513489Z --- FAIL: TestImageUpdateAutomationReconciler_Reconcile (9.66s)
2025-05-04T08:09:13.1514026Z     --- FAIL: TestImageUpdateAutomationReconciler_Reconcile/no_marker_no_update (1.29s)
2025-05-04T08:09:13.1514547Z         imageupdateautomation_controller_test.go:467: 
2025-05-04T08:09:13.1514873Z             Timed out after 1.001s.
2025-05-04T08:09:13.1516330Z             The function passed to Eventually failed at /home/runner/work/image-automation-controller/image-automation-controller/internal/controller/imageupdateautomation_controller_test.go:465 with:
2025-05-04T08:09:13.1517091Z             Expected
2025-05-04T08:09:13.1517318Z                 <int64>: -1
2025-05-04T08:09:13.1517530Z             to equal
2025-05-04T08:09:13.1517747Z                 <int64>: 1

job-logs.txt

makkes avatar May 05 '25 09:05 makkes