Skip to content

Commit

Permalink
Add message to identify timing-related test fails
Browse files Browse the repository at this point in the history
On MacOS we're still seeing occasional failures, presumably due to
the child process taking too long to start that the parent process
times out.
Adding this log message should prove exactly how long it takes to start
the child process.
  • Loading branch information
AlexanderWells-diamond committed Mar 28, 2022
1 parent 242cdff commit 6903754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_record_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,8 @@ def none_value_test_func(self, record_func, queue):

record = record_func("SOME-NAME", **kwarg)

log("CHILD: About to start IOC")

dispatcher = asyncio_dispatcher.AsyncioDispatcher()
builder.LoadDatabase()
softioc.iocInit(dispatcher)
Expand Down

0 comments on commit 6903754

Please sign in to comment.