Skip to content

Commit

Permalink
Handle success and exception messages
Browse files Browse the repository at this point in the history
Signed-off-by: Chaurasiya, Payal <[email protected]>
  • Loading branch information
payalcha committed Mar 3, 2025
1 parent 3849fbf commit 0c1f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/utils/federation_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def _verify_completion_for_participant(
content = list(filter(str.rstrip, lines))[-7:] if len(lines) >= 7 else lines

# Print last line of the log file on screen to track the progress
log.info(f"Last line in {participant.name} log: {content}")
log.info(f"Last line in {participant.name} log: {lines[-1:]}")
if constants.SUCCESS_MARKER in content:
break
log.info(f"Process is yet to complete for {participant.name}")
Expand Down

0 comments on commit 0c1f183

Please sign in to comment.