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
Revert "gtest IT: print logs to stderr unconditionally" (#469)
This reverts commits that introduced unconditional logging to stderr in
gtest integration tests:
- 6b9b545,
- 2db8a26,
- 7ffd093.
Rationale:
CI got unstable because two tests that issue many requests (~4000) now
timeout every time, because stderr logging (unbuffered!) of each request
is too slow.
I'm unable to think of a better way to capture logs in CI, so I'm
reverting the change for now and will hopefully look into a more robust
solution later.
0 commit comments