You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print a completion message when all tests are done (#192)
* Print completion message when all tests are done
* More debug logs
* Log a message when each worker has completed tests
* Fix import for `at-debugv`
* Debug log after `close(worker)`
* Use at-debug in workers.jl
* Add worker num to all worker restart messages
* Fix typo in debug message
* Make worker debug messages consistent
* Replace LoggingExtras.jl dep with our own debug macro (#195)
* Replace LoggingExtras.jl dep with our own debug macro
* Update debug log syntax in tests
* fixup! Replace LoggingExtras.jl dep with our own debug macro
* fixup! Replace LoggingExtras.jl dep with our own debug macro
@warn"Memory usage ($(Base.Ryu.writefixed(memory_percent(), 1))%) is higher than threshold ($(Base.Ryu.writefixed(memory_threshold_percent, 1))%). Restarting worker process to try to free memory."
594
+
@warn"Memory usage ($(Base.Ryu.writefixed(memory_percent(), 1))%) is higher than threshold ($(Base.Ryu.writefixed(memory_threshold_percent, 1))%). Restarting process for worker $worker_num to try to free memory."
0 commit comments