Skip to content

CI: entire test suite occasionally gets stuck while performing Cilium Pre-Flight Check #7796

@ianvernon

Description

@ianvernon

I have increasingly been seeing issues like the following in the CI:

12:42:02  STEP: Performing Cilium preflight check
13:19:28  Sending interrupt signal to process
13:19:32  cleaning up VMs started for k8s tests
13:19:32  
13:19:32  ---------------------------------------------------------
13:19:32  Received interrupt.  Running AfterSuite...
13:19:32  ^C again to terminate immediately
13:19:34  
13:19:34  Ran 45 of 297 Specs in 4082.881 seconds

That's a 40 minute gap between anything visible happening! Plus, to make things worse, we don't gather logs because the suite itself times out.

Something must be getting stuck in our code. Perhaps we can use some context.WithTimeout to handle these cases to debug this further?

Metadata

Metadata

Assignees

Labels

area/CIContinuous Integration testing issue or flakekind/bug/CIThis is a bug in the testing code.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions