Adding test tracking to figure out where the test hang is coming from
This commit is contained in:
parent
f645b4a399
commit
67de171871
|
@ -28,12 +28,17 @@ import java.nio.charset.StandardCharsets;
|
|||
import java.util.Locale;
|
||||
|
||||
import org.eclipse.jetty.server.session.SessionHandler;
|
||||
import org.eclipse.jetty.toolchain.test.TestTracker;
|
||||
import org.eclipse.jetty.util.IO;
|
||||
import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SelectChannelTimeoutTest extends ConnectorTimeoutTest
|
||||
{
|
||||
@Rule
|
||||
public TestTracker tracker = new TestTracker();
|
||||
|
||||
@Before
|
||||
public void init() throws Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue