-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/metrics: simplify oom test, add debug
Currently, this test case keeps waiting for the container that was already killed in case OOM detection has failed. This is a huge (15 minutes) waste of time. To fix, change the logic to wait for container exit, and then check the OOM. This also makes the test code more readable. Also, add some debug info in case the test has failed. Also, add a sleep before the memory eater to give the container some time to live. Signed-off-by: Kir Kolyshkin <[email protected]>
- v1.32.1
- v1.32.0
- v1.31.5
- v1.31.4
- v1.31.3
- v1.31.2
- v1.31.1
- v1.31.0
- v1.30.10
- v1.30.9
- v1.30.8
- v1.30.7
- v1.30.6
- v1.30.5
- v1.30.4
- v1.30.3
- v1.30.2
- v1.30.1
- v1.30.0
- v1.29.13
- v1.29.12
- v1.29.11
- v1.29.10
- v1.29.9
- v1.29.8
- v1.29.7
- v1.29.6
- v1.29.5
- v1.29.4
- v1.29.3
- v1.29.2
- v1.29.1
- v1.29.0
- v1.28.11
- v1.28.10
- v1.28.9
- v1.28.8
- v1.28.7
- v1.28.6
- v1.28.5
- v1.28.4
- v1.28.3
- v1.28.2
- v1.28.1
- v1.28.0
Showing
1 changed file
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters