Allow EmbeddedTestServer reuse across batched tests.
Migrates EmbeddedTestServer to a TestRule-based implementation, which allows it to be used as an @ClassRule that can be reused across batched tests. Also removes a bunch of unnecessary locking that probably wasn't necessary in the first place, and almost certainly isn't necessary now. Bug: 989569 Change-Id: I1b5454b02251c08cd085eb4c9d70859acc1ed29a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300327 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#789522}
Showing
Please register or sign in to comment