Skip to content

Commit

Permalink
Merge pull request #1579 from c3y1huang/negative-refactor-impove-logging
Browse files Browse the repository at this point in the history
refactor(negative): improve logging
  • Loading branch information
khushboo-rancher authored Nov 1, 2023
2 parents 3d21dda + 2b99349 commit 501c725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/libs/volume/crd.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def wait_for_volume_robustness(self, volume_name, desired_state):

def wait_for_volume_robustness_not(self, volume_name, not_desired_state):
for i in range(self.retry_count):
logging(f"Waiting for {volume_name} not {not_desired_state} ({i}) ...")
logging(f"Waiting for {volume_name} robustness not {not_desired_state} ({i}) ...")
try:
if self.get(volume_name)["status"]["robustness"] != not_desired_state:
break
Expand Down

0 comments on commit 501c725

Please sign in to comment.