Closed dharmit closed 3 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten /remove-lifecycle stale
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen
.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Exclude this issue from closing again by commenting /lifecycle frozen
.
/close
@openshift-bot: Closing this issue.
/kind bug /area testing
What versions of software are you using?
Operating System: all
Output of
odo version
: masterTrying to run Operator Hub tests in parallel is leading to numerous race conditions that me & @amitkrout tried hard to understand and fix. However, it's not making complete sense and since we're on deadline to make sure that these test failures don't block other open PRs, we're opening this issue to deal with it separately.
How to reproduce?
Try to run operator hub tests in parallel by using
GINKGO_FLAGS
inMakefile
instead ofGINKGO_FLAGS_SERIAL
.Logs:
Here project we start with is
pknmkygnnu
but later on,oc
tries to fetch info fromnkyqyuspbj
. We tried adding-n <namespace>
to command but that didn't fix the race condition. There are other race conditions happening as well.