Skip to content

Fix flaky garbage collection test

Romuald Atchadé requested to merge flaky_garbage-collection-test into main

What does this MR do?

Fix the testKubernetesGarbageCollection flaky test.

The failure occurs when the context timeout while creating the namespace used for the test. With the current implementation, the namespace creation is retried 3 times with the context timeout still at 1 minute.

Why was this MR needed?

To fix a flaky test

What's the best way to test this MR?

What are the relevant issue numbers?

closes #28725 (closed)

Edited by Romuald Atchadé

Merge request reports