grpc-java/servlet
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
..
jakarta servlet: Update Servlet container test versions (#11212) 2024-05-23 09:49:34 -07:00
src core: Delete AbstractTransportTest.clientShutdownBeforeStartRunnable 2024-06-04 13:43:14 -07:00
build.gradle servlet: Update Servlet container test versions (#11212) 2024-05-23 09:49:34 -07:00