Skip to content

Conversation

@danail-branekov
Copy link
Member

Is there a related GitHub Issue?

No

What is this change about?

Since commit
72d2ec7
controllers tests have been failing on concourse CI with test env
failing to stop during test tear down within its default timeout (30 seconds),
for example https://ci.korifi.cf-app.com/teams/main/pipelines/main/jobs/run-tests-main/builds/1884

The issue is reproducible locally when running controller tests with 8
ginkgo nodes. Running them with 2 works fine

This commit replaces

Expect(testEnv.Stop()).To(Succeed())

with

Eventually(testEnv.Stop, "1m").Should(Succeed())

to ensure that test env stops successfully

Tag your pair, your PM, and/or team

@georgethebeatle @uzabanov

@danail-branekov danail-branekov enabled auto-merge (rebase) January 5, 2026 07:58
Since commit
72d2ec7
controllers tests have been failing on concourse CI with test env
failing to stop during test tear down within its default timeout (30 seconds),
for example https://ci.korifi.cf-app.com/teams/main/pipelines/main/jobs/run-tests-main/builds/1884

The issue is reproducible locally when running controller tests with 8
ginkgo nodes. Running them with 2 works fine

May or may not be related to kubernetes-sigs/controller-runtime#1571

This commit replaces

```
Expect(testEnv.Stop()).To(Succeed())
```

with

```
Eventually(testEnv.Stop, "1m").Should(Succeed())
```

to ensure that test env stops successfully
@danail-branekov danail-branekov force-pushed the fix-failing-controllers-tests branch from abe323e to d7fe39f Compare January 5, 2026 07:58
@danail-branekov danail-branekov merged commit 87e6edc into main Jan 5, 2026
11 checks passed
@danail-branekov danail-branekov deleted the fix-failing-controllers-tests branch January 5, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants