51525354555657
testPayloads(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local)); } @Test public void testSkippingURLsByScore() throws Exception { testSkippingURLsByScore(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local)); }
56575859606162
testSkippingURLsByScore(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local)); } @Test public void testDurationLimitSimple() throws Exception { testDurationLimitSimple(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local)); }
61626364656667
testDurationLimitSimple(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local)); } @Test public void testMaxUrlsPerServer() throws Exception { testMaxUrlsPerServer(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local)); }
26272829303132
public class FetchPipeHadoopTest extends AbstractFetchPipeTest { @Test public void testHeadersInStatus() throws Exception { testHeadersInStatus(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); }
31323334353637
testHeadersInStatus(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); } @Test public void testFetchPipe() throws Exception { testFetchPipe(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); }
36373839404142
testFetchPipe(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); } @Test public void testRedirectException() throws Exception { testRedirectException(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); }
41424344454647
testRedirectException(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); } @Test public void testTerminatingFetchPipe() throws Exception { testTerminatingFetchPipe(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); }
46474849505152
testTerminatingFetchPipe(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); } @Test public void testPayloads() throws Exception { testPayloads(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); }
testPayloads(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); } @Test public void testSkippingURLsByScore() throws Exception { testSkippingURLsByScore(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); }
testSkippingURLsByScore(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); } @Test public void testDurationLimitSimple() throws Exception { testDurationLimitSimple(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop)); }