Code Review
/
oom
/
readiness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
375f38c
)
[READINESS] Fix timeout message for failing app label check
63/137463/1
author
Andreas Geissler
<andreas-geissler@telekom.de>
Mon, 4 Mar 2024 13:54:13 +0000
(14:54 +0100)
committer
Andreas Geissler
<andreas-geissler@telekom.de>
Mon, 4 Mar 2024 13:54:13 +0000
(14:54 +0100)
Fixed wrong string entry for app_name checks.
Issue-ID: OOM-3278
Change-Id: Iaf3dd748cf5117699466342359dddcb35e49c107
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
ready.py
patch
|
blob
|
history
diff --git
a/ready.py
b/ready.py
index
e80e6f0
..
e05c9e4
100755
(executable)
--- a/
ready.py
+++ b/
ready.py
@@
-475,7
+475,7
@@
def main(argv):
break
if time.time() > timeout:
log.warning("timed out waiting for '%s' to be ready",
-
pod
_name)
+
app
_name)
sys.exit(1)
else:
# spread in time potentially parallel execution in multiple