facebookincubator / dynolog

Dynolog is a telemetry daemon for performance monitoring and tracing. It exports metrics from different components in the system like the linux kernel, CPU, disks, Intel PT, GPUs etc. Dynolog also integrates with pytorch and can trigger traces for distributed training applications.
MIT License
260 stars 38 forks source link

fix flaky SimpleJsonClientTest #136

Closed briancoutinho closed 1 year ago

briancoutinho commented 1 year ago

Summary: CI randomly breaks, potentially due to synchronization issues between single threaded server and parallel tests. Serializing the tests to fix this.

https://github.com/facebookincubator/dynolog/issues/118

Reviewed By: briancoutinho

Differential Revision: D45764462

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D45764462

facebook-github-bot commented 1 year ago

This pull request has been merged in facebookincubator/dynolog@a7110340c038fa10e38b497a8869f1b73c26c307.