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
When running harness tests against the balancer, the balancer outputs a ton of logs. It would be nice if the harness could consume these logs and re emit them so that they don't show up in the output unless --nocapture is used. Note that --nocapture already exists and so implementing that part is not necessary, eg. cargo test -- --nocapture
The text was updated successfully, but these errors were encountered:
When running harness tests against the balancer, the balancer outputs a ton of logs. It would be nice if the harness could consume these logs and re emit them so that they don't show up in the output unless
--nocapture
is used. Note that--nocapture
already exists and so implementing that part is not necessary, eg.cargo test -- --nocapture
The text was updated successfully, but these errors were encountered: