Dan Smith created GEODE-6593: -------------------------------- Summary: ConnectionManagerJUnitTest.testBlocking is consistently failing on windows Key: GEODE-6593 URL: https://issues.apache.org/jira/browse/GEODE-6593 Project: Geode Issue Type: Improvement Components: client/server Reporter: Dan Smith
This test seems to be failing consistently on windows after the changes for GEODE-6515. Looking at the test, it's doing a lot of Thread.sleep and timing related expectations, so maybe it's just a timing issue? {noformat} java.lang.AssertionError: Should have blocked for 100 millis for a connection at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest.testBlocking(ConnectionManagerJUnitTest.java:678) {noformat} https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK8/builds/399 http://files.apachegeode-ci.info/builds/apache-develop-main/1.10.0-SNAPSHOT.0128/test-results/integrationTest/1554295015/classes/org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest.html#testBlocking -- This message was sent by Atlassian JIRA (v7.6.3#76005)