move some logs to DEBUG and extend the report sleep
1 unresolved thread
1 unresolved thread
Description
Move some logs from info to debug and leave the info logs exclusive for successful test info.
How Has This Been Tested?
-
Unit tests
Relevant Documents (optional)
Types of changes
- New feature (non-breaking change which adds functionality)
Checklist:
Reviewers
Edited by Karim Ahmed
Merge request reports
Activity
Filter activity
added Doing label
assigned to @ahmedk
483 482 # confirm that all jobs succeeded. 484 483 assert errors == 0 485 484 485 time_to_wait = 5 486 time_counter = 0 486 487 # 2nd check for report availability. 487 488 report_file = out_folder / f"{report_name}.pdf" 488 assert report_file.exists(), f"{test_key} failure, report doesn't exists." 489 while not report_file.exists(): 490 time.sleep(1) 491 time_counter += 1 removed Doing label
Thank you @kluyvert
mentioned in commit a5fcf4dd
changed milestone to %3.11.2
changed milestone to %3.11.3
Please register or sign in to reply