Skip to content

Commit

Permalink
Merge da0637d into 72525ef
Browse files Browse the repository at this point in the history
  • Loading branch information
shadchin authored May 15, 2024
2 parents 72525ef + da0637d commit f9ef9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tools/ydbd_slice/kube/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def wait_pods_deleted(api_client, pods, timeout=1800):
while time.time() < end_ts:
if not any(pod_present.values()):
return
logger.debug(f'pods left: {len([v for v in pod_present.values() if v])}/{len(pod_present)}')
logger.debug(f'pods left: {len([v for v in pod_present.values() if v])}/{len(pod_present)}')
for key, present in pod_present.items():
if not present:
continue
Expand Down

0 comments on commit f9ef9b0

Please sign in to comment.