Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename TestHelpers to DateHelpers * Refactor ServerHelpers * Refactor telemetry testing to use messages instead of waiting * Refactor log testing to use messages instead of capture_log * Make tests run sync now that we've made it (mostly) safe Still a few loose ends to chase down * Avoid collisions between finch pools for similarly named tests * Tag off a few intrinsically slow tests to not run locally * Lower default timeout to 100ms * Increase wait time for log/telemetry messages to 500ms * Tweak a few explicitly required sleeps * Fix 'out of process' tests to work around weird Mint behaviour * Update SimpleH2Client to provide more info about frame types * Improve h2 test that is inherently racy * Add sleeps since it seems as if log handler addition is a bit racy * Increase Websocket timeouts (these will go away once we refactor websocket logging to support receive-based testing) * Increase read timeout on TLS warnings test
- Loading branch information