You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration test RobotsAndSitemapTest is non-deternministic and fails at times in the continuous integration server. Example stacktraces:
focusedCrawler.integration.RobotsAndSitemapTest > test1ToNotToDownloadSitesDisallowedOnRobots FAILED
java.lang.AssertionError: URL=http://127.0.0.1:1234/disallowed-link-1.html
Expected: is not a value less than <0.0>
but: was <-149.0>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at focusedCrawler.integration.RobotsAndSitemapTest.assertWasNotCrawled(RobotsAndSitemapTest.java:173)
at focusedCrawler.integration.RobotsAndSitemapTest.test1ToNotToDownloadSitesDisallowedOnRobots(RobotsAndSitemapTest.java:122)
focusedCrawler.integration.RobotsAndSitemapTest > test1ToNotToDownloadSitesDisallowedOnRobots FAILED
java.lang.AssertionError: URL=http://127.0.0.1:1234/disallowed-link-1.html
Expected: is not a value less than <0.0>
but: was <-101.0>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at focusedCrawler.integration.RobotsAndSitemapTest.assertWasNotCrawled(RobotsAndSitemapTest.java:173)
at focusedCrawler.integration.RobotsAndSitemapTest.test1ToNotToDownloadSitesDisallowedOnRobots(RobotsAndSitemapTest.java:122)
The text was updated successfully, but these errors were encountered:
Integration test RobotsAndSitemapTest is non-deternministic and fails at times in the continuous integration server. Example stacktraces:
The text was updated successfully, but these errors were encountered: