There are several integration tests failing on Windows in our potential
branch for 1.9.1.
*Does anyone know if integration tests were GREEN on Windows in 1.9.0?*
AvailablePortHelperIntegrationTest and BackupIntegrationTest seem to fail
consistently on Windows. ServerLauncherRemoteFileIntegrationTest fails
intermittently.
These failures are not caused by any of the log4j related cherry-picks, and
I doubt the ssl changes would cause these.
*1) AvailablePortHelperIntegrationTest*
org.apache.geode.internal.AvailablePortHelperIntegrationTest >
initializeUniquePortRange_willReturnUniquePortsForUniqueRanges(true) [0]
FAILED
...
not to contain
<[50075]>
but found
<[50075]>
at
org.apache.geode.internal.AvailablePortHelperIntegrationTest.initializeUniquePortRange_willReturnUniquePortsForUniqueRanges(AvailablePortHelperIntegrationTest.java:287)
*2) BackupIntegrationTest*
org.apache.geode.internal.cache.backup.BackupIntegrationTest >
testBackupAndRecover FAILED
java.lang.AssertionError: Restore scripts [] expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.geode.internal.cache.backup.BackupIntegrationTest.restoreBackup(BackupIntegrationTest.java:443)
at
org.apache.geode.internal.cache.backup.BackupIntegrationTest.testBackupAndRecover(BackupIntegrationTest.java:160)
org.apache.geode.internal.cache.backup.BackupIntegrationTest >
testIncrementalBackupAndRecover FAILED
java.lang.AssertionError: Restore scripts [] expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.geode.internal.cache.backup.BackupIntegrationTest.restoreBackup(BackupIntegrationTest.java:443)
at
org.apache.geode.internal.cache.backup.BackupIntegrationTest.testIncrementalBackupAndRecover(BackupIntegrationTest.java:235)
*3) ServerLauncherRemoteFileIntegrationTest*
org.apache.geode.distributed.ServerLauncherRemoteFileIntegrationTest >
startDeletesStaleControlFiles FAILED
org.awaitility.core.ConditionTimeoutException: Assertion condition
defined as a lambda expression in
org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase
expected:<[online]> but was:<[not responding]> within 300 seconds.
Caused by:
org.junit.ComparisonFailure: expected:<[online]> but was:<[not
responding]>