You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connectivity issues when running preflight check container/operator test
Version and Command Invocation
1.10.2
Steps to Reproduce:
(How can we reproduce this?)
Run preflight check container/operator for example-cnf operators
Expected Result
(What did you expect to happen and why?)
All preflight check container tests must be passing, in fact the example-cnf operators are already developed to pass all preflight tests. Here we have one example with DCI.
Actual Result
(What actually happened)
When testing these example-cnf operators in our automation, it has been happening that, in some isolated cases, there are some preflight check container tests that are randomly failing, not always the same test and not always in the same operator. This has appeared in:
OCP 4.16 - last case using OpenShift 4.16 nightly 2024-11-18 13:42, failed test was BasedOnUbi in trex-operator
As I said, this is something that is not happening all the times; in fact, this may happen and, if we retry preflight tests afterwards, it's passing normally. But it's something that we cannot really control because it happens in isolated cases in our automation.
We are wondering if there's any way of adding retries on these tests, so that this could potentially avoid these isolated network issues that may happen from time to time.
Additional Context
(Anything else you think might help us troubleshoot, like your platform, dependency versions, etc).
Using DCI for running the tests.
We have a Jira card with more documentation if you need it.
The text was updated successfully, but these errors were encountered:
Bug Description
Connectivity issues when running preflight check container/operator test
Version and Command Invocation
1.10.2
Steps to Reproduce:
(How can we reproduce this?)
Expected Result
(What did you expect to happen and why?)
All preflight check container tests must be passing, in fact the example-cnf operators are already developed to pass all preflight tests. Here we have one example with DCI.
Actual Result
(What actually happened)
When testing these example-cnf operators in our automation, it has been happening that, in some isolated cases, there are some preflight check container tests that are randomly failing, not always the same test and not always in the same operator. This has appeared in:
When checking the preflight logs, I always see network connectivity related errors; for example, from the ScorecardBasicSpecCheck case:
And for the BasedOnUbi case:
As I said, this is something that is not happening all the times; in fact, this may happen and, if we retry preflight tests afterwards, it's passing normally. But it's something that we cannot really control because it happens in isolated cases in our automation.
We are wondering if there's any way of adding retries on these tests, so that this could potentially avoid these isolated network issues that may happen from time to time.
Additional Context
(Anything else you think might help us troubleshoot, like your platform, dependency versions, etc).
Using DCI for running the tests.
We have a Jira card with more documentation if you need it.
The text was updated successfully, but these errors were encountered: