Fix flaky //third_party/http2:http2_structures_test

Initialize Http2Random with a stable key. A random key causes flakes when occasionally the sequences produces two identical numbers in a row, which causes VERIFY_NE expectation to fail.

10K run: http://sponge2/eb180904-ba6f-4168-b517-bcf34d846bc4

PiperOrigin-RevId: 329772803
Change-Id: I4247596c5113aecc12a52cb5e256fa191bd1d44a
1 file changed
tree: 2350cb454494a0b375039963d662783d7159cfe4
  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.