Adding test tracking to figure out where the test hang is coming from

This commit is contained in:
Joakim Erdfelt 2014-11-05 12:01:19 -07:00
parent f645b4a399
commit 67de171871
1 changed files with 5 additions and 0 deletions

View File

@ -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
{