It's very strange to me though because I ran that exact gradle sequence from a Linux shell, though with a single unit test, and it passed multiple times using each of the three different BC unit tests.

Le 2/7/2017 à 1:32 PM, Hitesh Khamesra a écrit :
Thanks Dan. Lets merge this fix into 1.1 release branch.
-Hitesh


       From: Dan Smith <dsm...@pivotal.io>
  To: dev@geode.apache.org
  Sent: Tuesday, February 7, 2017 1:12 PM
  Subject: Re: Nightly build broken
Actually, now that I think about it GEODE-2434 was probably the cause of
these backwards compatibility test failures. The build was generating the
geodeOldVersionClasspaths file during the configuration phase. What that
means is if you run './gradlew clean precheckin', the file gets generated
*before* the clean, which will then delete it. Just doing this without the
fix for GEODE-2434 will also fail with that error:

./gradlew clean geode-core:distributedTest --tests
'*ClientServerMiscBCDUnitTest*'

We should merge the fix for GEODE-2434 to the release branch as well.

-Dan

On Tue, Feb 7, 2017 at 12:59 PM, Kirk Lund <kl...@pivotal.io> wrote:

The BC tests are failing with this RuntimeException (it ends up being an
initializationError):

java.lang.RuntimeException: No older versions of Geode were found to test
against
at
org.apache.geode.internal.cache.tier.sockets.ClientServerMiscBCDUnitTest.
data(ClientServerMiscBCDUnitTest.java:37)


On Tue, Feb 7, 2017 at 12:55 PM, Udo Kohlmeyer <ukohlme...@pivotal.io>
wrote:

Looking at some of the failures, it seems it is complaining about not
finding diskstores to delete.



On 2/7/17 12:53, Kirk Lund wrote:

Last night's nightly build is pretty horrible. 121 dunit test failures.
Cluster config accounts for 13 of them and we already have a fix for
those
13 only.

Anyone else want to look into the other failures? Looks like some of the
other failures are diskstore related.

https://builds.apache.org/job/Geode-nightly/ws/geode-core/bu
ild/reports/distributedTest/index.html

Failures:

DistTXDebugDUnitTest. testTXDestroy_invalidate
DistTXDebugDUnitTest. testTXPR
DistTXDebugDUnitTest. testTXPR2
DistTXDebugDUnitTest. testTXPRRR2_create
DistTXDebugDUnitTest. testTXPRRR2_putall
DistTXDebugDUnitTest. testTXPR_RR
DistTXDebugDUnitTest. testTXPR_putall
DistTXDebugDUnitTest. testTXPR_removeAll
DistTXDebugDUnitTest. testTXRR2
DistTXDebugDUnitTest. testTXRR2_dataNodeAsCoordinator
DistTXDebugDUnitTest. testTXRR_removeAll
DistTXDebugDUnitTest. testTXRR_removeAll_dataNodeAsCoordinator
DistTXOrderDUnitTest. testBug43353
DistTXOrderDUnitTest. testFarSideIndexOnDestroy
DistTXOrderDUnitTest. testFarSideIndexOnInvalidate
DistTXOrderDUnitTest. testFarSideIndexOnPut
DistTXPersistentDebugDUnitTest. testBasicDistributedTX
DistTXPersistentDebugDUnitTest. testTXDestroy_invalidate
DistTXPersistentDebugDUnitTest. testTXPR
DistTXPersistentDebugDUnitTest. testTXPR2
DistTXPersistentDebugDUnitTest. testTXPRRR2_create
DistTXPersistentDebugDUnitTest. testTXPRRR2_putall
DistTXPersistentDebugDUnitTest. testTXPR_RR
DistTXPersistentDebugDUnitTest. testTXPR_putall
DistTXPersistentDebugDUnitTest. testTXPR_removeAll
DistTXPersistentDebugDUnitTest. testTXRR2
DistTXPersistentDebugDUnitTest. testTXRR2_dataNodeAsCoordinator
DistTXPersistentDebugDUnitTest. testTXRR_removeAll
DistTXPersistentDebugDUnitTest. testTXRR_removeAll_
dataNodeAsCoordinator
DistTXRestrictionsDUnitTest. testPersistentRestriction
DistTXWithDeltaDUnitTest. testClientServerDelta
DistTXWithDeltaDUnitTest. testExceptionThrown
DistTXWithDeltaDUnitTest. testTxWithCloning
DistributedTransactionDUnitTest. testBasicDistributedTX
DistributedTransactionDUnitTest. testCommitAndRollback
DistributedTransactionDUnitTest. testCommitConflicts_PR
DistributedTransactionDUnitTest. testCommitConflicts_PR_after_l
ocks_acquired
DistributedTransactionDUnitTest. testCommitConflicts_RR
DistributedTransactionDUnitTest. testCommitNoConflicts_PR
DistributedTransactionDUnitTest. testCommitNoConflicts_RR
DistributedTransactionDUnitTest. testCommitOnPartitionedAndRepl
icatedRegions
DistributedTransactionDUnitTest. testGetIsolated
DistributedTransactionDUnitTest. testMultipleOpsOnSameKeyInTx
DistributedTransactionDUnitTest. testNonColocatedPutByPartitioning
DistributedTransactionDUnitTest. testPutAllWithTransactions
DistributedTransactionDUnitTest. testRegionAndEntryVersionsPR
DistributedTransactionDUnitTest. testRegionAndEntryVersionsRR
DistributedTransactionDUnitTest. testRemoveAllWithTransactions
DistributedTransactionDUnitTest. testTransactionalKeyBasedDestroys_PR
DistributedTransactionDUnitTest. testTransactionalKeyBasedDestroys_RR
DistributedTransactionDUnitTest. testTransactionalKeyBasedUpdates
DistributedTransactionDUnitTest. testTransactionalPutOnPartitio
nedRegion
DistributedTransactionDUnitTest. testTransactionalPutOnReplicatedRegion
DistributedTransactionDUnitTest. testTransactionalUpdates
DistributedTransactionDUnitTest. testTxWithSingleDataStore
PRDistTXDUnitTest. testColocatedPRRedundancyRecovery
PRDistTXDUnitTest. testColocatedPRRedundancyRecovery2
PRDistTXDUnitTest. testColocatedPRWithAccessorOnDifferentNode1
PRDistTXDUnitTest. testColocatedPRWithAccessorOnDifferentNode2
PRDistTXDUnitTest. testColocatedPRWithClose
PRDistTXDUnitTest. testColocatedPRWithDestroy
PRDistTXDUnitTest. testColocatedPRWithLocalDestroy
PRDistTXDUnitTest. testColocatedPRWithPROnDifferentNode1
PRDistTXDUnitTest. testColocatedPartitionedRegion
PRDistTXDUnitTest. testColocatedPartitionedRegion_NoFullPath
PRDistTXDUnitTest. testColocatedSubPartitionedRegion
PRDistTXDUnitTest. testColocatedSubPartitionedRegion_NoFullPath
PRDistTXDUnitTest. testColocationPartitionedRegion
PRDistTXDUnitTest. testColocationPartitionedRegio
nWithKeyPartitionResolver
PRDistTXDUnitTest.
testColocationPartitionedRegionWithNullColocationSpecifiedOnOneNode
PRDistTXDUnitTest. testColocationPartitionedRegionWithRedundancy
PRDistTXDUnitTest. testDestroyColocatedPartitionedRegion
PRDistTXDUnitTest. testPRTXInCacheListenerRedundancy0
PRDistTXDUnitTest. testPRTXInCacheListenerRedundancy1
PRDistTXDUnitTest. testPRTXInCacheListenerRedundancy2
PRDistTXDUnitTest. testPRTXPerformance
PRDistTXDUnitTest. testPartitionResolverPartitionedRegion
PRDistTXDUnitTest. testRedundancyRestriction
PRDistTXDUnitTest. testRepeatableRead
PRDistTXDUnitTest. testSimulaneousChildRegionCreation
PRDistTXWithVersionsDUnitTest. testColocatedPRRedundancyRecovery
PRDistTXWithVersionsDUnitTest. testColocatedPRRedundancyRecovery2
PRDistTXWithVersionsDUnitTest. testColocatedPRWithAccessorOnD
ifferentNode1
PRDistTXWithVersionsDUnitTest. testColocatedPRWithAccessorOnD
ifferentNode2
PRDistTXWithVersionsDUnitTest. testColocatedPRWithClose
PRDistTXWithVersionsDUnitTest. testColocatedPRWithDestroy
PRDistTXWithVersionsDUnitTest. testColocatedPRWithLocalDestroy
PRDistTXWithVersionsDUnitTest. testColocatedPRWithPROnDifferentNode1
PRDistTXWithVersionsDUnitTest. testColocatedPartitionedRegion
PRDistTXWithVersionsDUnitTest. testColocatedPartitionedRegion
_NoFullPath
PRDistTXWithVersionsDUnitTest. testColocatedSubPartitionedRegion
PRDistTXWithVersionsDUnitTest. testColocatedSubPartitionedReg
ion_NoFullPath
PRDistTXWithVersionsDUnitTest. testColocationPartitionedRegion
PRDistTXWithVersionsDUnitTest.
testColocationPartitionedRegionWithKeyPartitionResolver
PRDistTXWithVersionsDUnitTest.
testColocationPartitionedRegionWithNullColocationSpecifiedOnOneNode
PRDistTXWithVersionsDUnitTest. testColocationPartitionedRegio
nWithRedundancy
PRDistTXWithVersionsDUnitTest. testDestroyColocatedPartitionedRegion
PRDistTXWithVersionsDUnitTest. testPRTXInCacheListenerRedundancy0
PRDistTXWithVersionsDUnitTest. testPRTXInCacheListenerRedundancy1
PRDistTXWithVersionsDUnitTest. testPRTXInCacheListenerRedundancy2
PRDistTXWithVersionsDUnitTest. testPRTXPerformance
PRDistTXWithVersionsDUnitTest. testPartitionResolverPartitionedRegion
PRDistTXWithVersionsDUnitTest. testRedundancyRestriction
PRDistTXWithVersionsDUnitTest. testRepeatableRead
PRDistTXWithVersionsDUnitTest. testSimulaneousChildRegionCreation
RollingUpgrade2DUnitTest. initializationError
RollingUpgradeDUnitTest. initializationError
ClientServerMiscBCDUnitTest. initializationError
ClusterConfigDeployJarDUnitTest. testDeploy
ClusterConfigDeployJarDUnitTest. testDeployToMultipleLocators
ClusterConfigDeployJarDUnitTest. testDeployToNoServer
ClusterConfigDeployJarDUnitTest. testUndeploy
ClusterConfigImportDUnitTest. testExportWithAbsolutePath
ClusterConfigImportDUnitTest. testExportWithRelativePath
ClusterConfigImportDUnitTest. testImportClusterConfig
ClusterConfigImportDUnitTest. testImportWithMultipleLocators
ClusterConfigImportDUnitTest. testImportWithRunningServer
ClusterConfigImportDUnitTest. testImportWithRunningServerWithData
ClusterConfigStartMemberDUnitTest. testStartLocator
ClusterConfigStartMemberDUnitTest. testStartServerWithMultipleGroup
ClusterConfigStartMemberDUnitTest. testStartServerWithSingleGroup




Reply via email to