Fix flaky ReloadMappedListeners test by disabling blackhole detection as that code involves two interleaving QuicClients on the same thread and is thus unrealistically stringent.

Tested with:
rabbit test --config=tsan --target_environment=//buildenv/target:prod --test_filter=EndToEndTests/EndToEndTest.ReloadMappedListeners/Q050udp --test_sharding_strategy=disabled --runs_per_test=10000 //gfe/gfe2/quic:end_to_end_test
http://sponge2/057e4bea-8f49-4022-b107-ac21f6c8735b

Also remove one QuicStackTrace call. QuicStackTrace can take more than 30 seconds under tsan mode (as an example b/38200726) and thus is better used only together with QUIC_BUG.

PiperOrigin-RevId: 340336779
Change-Id: I8e938df28c2fb91cbb5e216736b1f51fa647d551
1 file changed
tree: 59fa222390ae237a77b1634d23f97cebd0b18b55
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.