grpc-java/servlet/src
Eric Anderson b2731f27ad core: Delete AbstractTransportTest.clientShutdownBeforeStartRunnable
The test was added in e4e7f3a06 when InProcess stopped returning a
Runnable from start(). In c5a63a1 we realized (indirectly) that there's
no point in using the Runnable any more.

This test failed with Binder (which seems to have been using the
Runnable unnecessarily), and InProcess, Netty, and OkHttp don't use the
Runnable. Instead of fixing it, we'll just move toward stopping using
Runnable.

I'm not removing the Runnable usage from Binder in this commit because
this test is currently causing CI failures and I don't want to do a
behavior change when fixing it.
2024-06-04 13:43:14 -07:00
..
jettyTest/java/io/grpc/servlet core: Delete AbstractTransportTest.clientShutdownBeforeStartRunnable 2024-06-04 13:43:14 -07:00
main/java/io/grpc/servlet servlet: Check log fine level before hex string conversion. Fixes #11031. 2024-03-25 08:18:44 -07:00
test/java/io/grpc/servlet servlet: Avoid lincheck for normal testing 2023-09-13 10:49:37 -07:00
threadingTest/java/io/grpc/servlet servlet: Avoid lincheck for normal testing 2023-09-13 10:49:37 -07:00
tomcatTest/java/io/grpc/servlet core: Delete AbstractTransportTest.clientShutdownBeforeStartRunnable 2024-06-04 13:43:14 -07:00
undertowTest/java/io/grpc/servlet core: Delete AbstractTransportTest.clientShutdownBeforeStartRunnable 2024-06-04 13:43:14 -07:00