redhat-openshift-ecosystem / openshift-preflight

Operator and container preflight certification tests
Apache License 2.0
58 stars 66 forks source link

Preflight fail randomly #1170

Closed mantomas closed 1 month ago

mantomas commented 1 month ago

Bug Description

Preflight step in Community operators repo and integration test repo fail randomly with Received unexpected object type from watch: object-type { <nil>}, examples here and here.

Version and Command Invocation

Version and invocation per pipeline with preflight-trigger

Steps to Reproduce:

(How can we reproduce this?) 1) submit PR in Community repo or run integration tests 2) wait for Preflight to finish 3) in circa 50% cases it fail

Expected Result

Preflight pass

Actual Result

Received unexpected object type from watch: object-type { <nil>} looks like Preflight is returning empty response in some cases

Additional Context

komish commented 1 month ago

Sorry, I asked you to open this here before I realized this is preflight-trigger related. I’ll recreate in the right place.