Skip to content

Commit

Permalink
some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Nov 3, 2023
1 parent d3e550d commit 1ed43f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdci_data_analysis/pytest_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ def follow_output():
waiting_time_for_start = time.time() - started_waiting
print(f"waiting for server to start since {waiting_time_for_start}")
if waiting_time_for_start > timeout_sec_thread_start:
print(f"timeout for starting the server reached, re-starting the thread")
kill_child_processes(p.pid, signal.SIGINT)
os.kill(p.pid, signal.SIGINT)
start_thread(target=follow_output)

Check warning on line 757 in cdci_data_analysis/pytest_fixtures.py

View check run for this annotation

Codecov / codecov/patch

cdci_data_analysis/pytest_fixtures.py#L754-L757

Added lines #L754 - L757 were not covered by tests
Expand Down

0 comments on commit 1ed43f3

Please sign in to comment.