[Neo-report] Neo : 511 Tests, 83 Errors, 5 Failures
gregory at nexedi.com
gregory at nexedi.com
Wed May 19 11:18:29 CEST 2010
NEO TESTS REPORT
Date : 2010-05-19
Node : blade8
Processor : Intel(R) Xeon(R) CPU E5410 @ 2.33GHz (64bit)
System : Linux (2.6.29.6-server-1mnb)
Directory : /tmp/neo_9GmR7R
Status : 82.779%
Test Module | run | success | errors | fails | time
--------------------------+---------+---------+---------+---------+----------
ClientApp | 26 | 26 | . | . | 0.04s
ConnectionPool | 1 | 1 | . | . | 0.00s
MasterHandler | 14 | 14 | . | . | 0.01s
StorageHandler | 16 | 16 | . | . | 0.01s
--------------------------+---------+---------+---------+---------+----------
neo.tests.client | | | | |
--------------------------+---------+---------+---------+---------+----------
Client | 6 | 4 | 1 | 1 | 243.76s
Cluster | 5 | 4 | . | 1 | 87.61s
Master | 4 | 4 | . | . | 37.44s
Storage | 16 | 12 | 1 | 3 | 211.32s
--------------------------+---------+---------+---------+---------+----------
neo.tests.functional | | | | |
--------------------------+---------+---------+---------+---------+----------
ClientHandler | 7 | 7 | . | . | 0.01s
ElectionHandler | 24 | 24 | . | . | 0.03s
MasterApp | 2 | 2 | . | . | 0.00s
MasterPT | 7 | 7 | . | . | 0.01s
Recovery | 5 | 5 | . | . | 0.01s
StorageHandler | 7 | 7 | . | . | 0.19s
Transactions | 4 | 4 | . | . | 0.00s
Verification | 8 | 8 | . | . | 0.01s
--------------------------+---------+---------+---------+---------+----------
neo.tests.master | | | | |
--------------------------+---------+---------+---------+---------+----------
ClientHandler | 17 | 17 | . | . | 198.17s
InitializationHandler | 4 | 4 | . | . | 3.94s
MasterHandler | 12 | 12 | . | . | 121.57s
StorageApp | 3 | 3 | . | . | 90.86s
StorageHandler | 13 | 13 | . | . | 137.49s
StorageMySQLdb | 37 | 37 | . | . | 176.42s
Transactions | 17 | 17 | . | . | 0.01s
VerificationHandler | 13 | 13 | . | . | 15.52s
--------------------------+---------+---------+---------+---------+----------
neo.tests.storage | | | | |
--------------------------+---------+---------+---------+---------+----------
Bootstrap | 2 | 2 | . | . | 1.43s
Connection | 45 | 45 | . | . | 0.03s
Dispatcher | 5 | 5 | . | . | 0.00s
Event | 1 | 1 | . | . | 0.00s
Handler | 1 | 1 | . | . | 0.00s
Nodes | 14 | 14 | . | . | 0.00s
PT | 10 | 10 | . | . | 0.00s
Protocol | 73 | 73 | . | . | 0.00s
Util | 1 | 1 | . | . | 0.00s
--------------------------+---------+---------+---------+---------+----------
neo.tests | | | | |
--------------------------+---------+---------+---------+---------+----------
Basic | 15 | 10 | 5 | . | 617.22s
Conflict | 5 | . | 5 | . | 219.98s
History | 4 | . | 4 | . | 191.55s
Iterator | 8 | . | 8 | . | 245.58s
MT | 5 | . | 5 | . | 159.81s
Persistent | 1 | . | 1 | . | 32.16s
ReadOnly | 2 | . | 2 | . | 61.33s
Revision | 7 | . | 7 | . | 215.04s
Synchronization | 11 | . | 11 | . | 381.02s
Undo | 17 | . | 17 | . | 711.43s
ZODB | 16 | . | 16 | . | 539.50s
--------------------------+---------+---------+---------+---------+----------
neo.tests.zodb | | | | |
--------------------------+---------+---------+---------+---------+----------
Summary | 511 | 423 | 83 | 5 | 4700.52s
--------------------------+---------+---------+---------+---------+----------
ERRORS:
neo/tests/functional/testClient.py ClientTests.testIsolationAtZopeLevel
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 142, in testIsolationAtZopeLevel
self.__setup()
File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 82, in __setup
self.db = ZODB.DB(self.neo.getZODBStorage())
File "/srv/zope2.8.8/lib/python/ZODB/DB.py", line 255, in __init__
storage.tpc_vote(t)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 27, in wrapped
return func(self, *args, **kw)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 60, in tpc_vote
tryToResolveConflict=self.tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
result = self.waitStoreResponses(tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 692, in waitStoreResponses
raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------
neo/tests/functional/testStorage.py StorageTests.testStartWithManyPartitions
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 415, in testStartWithManyPartitions
self.__setup(storage_number=2, partitions=5000, master_node_count=1)
File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 55, in __setup
clear_databases=True,
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 163, in __init__
self.setupDB()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 242, in setupDB
cursor.execute('DROP DATABASE IF EXISTS `%s`' % (database, ))
File "/usr/lib64/python2.4/site-packages/MySQLdb/cursors.py", line 166, in execute
self.errorhandler(self, exc, value)
File "/usr/lib64/python2.4/site-packages/MySQLdb/connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1010, "Error dropping database (can't rmdir './test_neo0', errno: 39)")
-------------------------------------------------------------
neo/tests/zodb/testBasic.py BasicTests.checkAbortAfterVote
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/zope/lib/python/ZODB/tests/BasicStorage.py", line 135, in checkAbortAfterVote
revid1 = self._dostore(oid=oid1, data=MinPO(-2))
File "/srv/zope/lib/python/ZODB/tests/StorageTestBase.py", line 197, in _dostore
r2 = self._storage.tpc_vote(t)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 27, in wrapped
return func(self, *args, **kw)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 60, in tpc_vote
tryToResolveConflict=self.tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
result = self.waitStoreResponses(tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 692, in waitStoreResponses
raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------
neo/tests/zodb/testBasic.py BasicTests.checkGetSerial
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/zope/lib/python/ZODB/tests/BasicStorage.py", line 172, in checkGetSerial
revid1 = self._dostore(oid, data=p41)
File "/srv/zope/lib/python/ZODB/tests/StorageTestBase.py", line 197, in _dostore
r2 = self._storage.tpc_vote(t)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 27, in wrapped
return func(self, *args, **kw)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 60, in tpc_vote
tryToResolveConflict=self.tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
result = self.waitStoreResponses(tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 692, in waitStoreResponses
raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------
neo/tests/zodb/testBasic.py BasicTests.checkLen
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/zope/lib/python/ZODB/tests/BasicStorage.py", line 196, in checkLen
self._dostore(data=MinPO(22))
File "/srv/zope/lib/python/ZODB/tests/StorageTestBase.py", line 197, in _dostore
r2 = self._storage.tpc_vote(t)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 27, in wrapped
return func(self, *args, **kw)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 60, in tpc_vote
tryToResolveConflict=self.tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
result = self.waitStoreResponses(tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 692, in waitStoreResponses
raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------
neo/tests/zodb/testBasic.py BasicTests.checkSerialIsNoneForInitialRevision
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/zope/lib/python/ZODB/tests/BasicStorage.py", line 81, in checkSerialIsNoneForInitialRevision
r2 = self._storage.tpc_vote(txn)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 27, in wrapped
return func(self, *args, **kw)
File "/srv/neo/repository/trunk/neo/client/Storage.py", line 60, in tpc_vote
tryToResolveConflict=self.tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
result = self.waitStoreResponses(tryToResolveConflict)
File "/srv/neo/repository/trunk/neo/client/app.py", line 692, in waitStoreResponses
raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------
neo/tests/zodb/testBasic.py BasicTests.checkWriteAfterAbort
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testConflict.py ConflictTests.checkBuggyResolve1
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testConflict.py ConflictTests.checkBuggyResolve2
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testConflict.py ConflictTests.checkResolve
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testConflict.py ConflictTests.checkUnresolvable
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testConflict.py ConflictTests.checkZClassesArentResolved
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testHistory.py HistoryTests.checkHistoryAfterVersionAbort
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testHistory.py HistoryTests.checkHistoryAfterVersionCommit
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testHistory.py HistoryTests.checkSimpleHistory
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testHistory.py HistoryTests.checkVersionHistory
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testIterator.py IteratorTests.checkClose
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testIterator.py IteratorTests.checkExtendedIteration
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testIterator.py IteratorTests.checkIterationIntraTransaction
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testIterator.py IteratorTests.checkLoadEx
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testIterator.py IteratorTests.checkSimpleIteration
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testIterator.py IteratorTests.checkTransactionExtensionFromIterator
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testIterator.py IteratorTests.checkUndoZombieNonVersion
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testIterator.py IteratorTests.checkVersionIterator
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testMT.py MTTests.check2StorageThreads
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testMT.py MTTests.check2ZODBThreads
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testMT.py MTTests.check4ExtStorageThread
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testMT.py MTTests.check7StorageThreads
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testMT.py MTTests.check7ZODBThreads
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testPersistent.py PersistentTests.checkUpdatesPersist
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testReadOnly.py ReadOnlyTests.checkReadMethods
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testReadOnly.py ReadOnlyTests.checkWriteMethods
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testRevision.py RevisionTests.checkLoadBefore
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testRevision.py RevisionTests.checkLoadBeforeConsecutiveTids
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testRevision.py RevisionTests.checkLoadBeforeCreation
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testRevision.py RevisionTests.checkLoadBeforeEdges
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testRevision.py RevisionTests.checkLoadBeforeOld
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testRevision.py RevisionTests.checkLoadBeforeUndo
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testRevision.py RevisionTests.checkLoadSerial
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkAbortNotCommitting
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkAbortVersionNotCommitting
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkAbortVersionWrongTrans
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkAbortWrongTrans
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkBeginCommitting
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkCommitVersionNotCommitting
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkCommitVersionWrongTrans
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkFinishNotCommitting
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkFinishWrongTrans
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkStoreNotCommitting
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testSynchronization.py SynchronizationTests.checkStoreWrongTrans
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkCreationUndoneGetSerial
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkIndicesInUndoInfo
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkIndicesInUndoLog
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkNotUndoable
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkPackAfterUndoDeletion
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkPackAfterUndoManyTimes
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkSimpleTransactionalUndo
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkTransactionalUndoAfterPack
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkTwoObjectUndo
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkTwoObjectUndoAgain
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkTwoObjectUndoAtOnce
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkUndoConflictResolution
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkUndoCreationBranch1
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkUndoCreationBranch2
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkUndoLogMetadata
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testUndo.py UndoTests.checkUndoUnresolvable
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkExplicitTransactionManager
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkExportImport
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkExportImportAborted
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkFailingCommitSticks
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkFailingSubtransactionCommitSticks
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkIndependent
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkLocalTransactions
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkNotIndependent
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkReadConflict
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkReadConflictErrorClearedDuringAbort
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkReadConflictIgnored
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkResetCache
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkResetCachesAPI
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkSubtxnCommitDoesntGetInvalidations
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkTxnBeginImpliesAbort
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/zodb/testZODB.py NEOZODBTests.checkVersionOnly
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/zodb/testZODB.py", line 27, in setUp
super(NEOZODBTests, self).setUp()
File "/srv/neo/repository/trunk/neo/tests/zodb/__init__.py", line 31, in setUp
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
FAILURES:
neo/tests/functional/testClient.py ClientTests.testImport
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 201, in testImport
self.neo.start()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
neo/tests/functional/testCluster.py ClusterTests.testClusterBreaks
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/functional/testCluster.py", line 42, in testClusterBreaks
self.neo.expectClusterRunning()
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 497, in expectClusterRunning
self.expectClusterState(ClusterStates.RUNNING)
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 488, in expectClusterState
self.expectCondition(callback, timeout, delay)
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 425, in expectCondition
raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [<EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>]
-------------------------------------------------------------
neo/tests/functional/testStorage.py StorageTests.testReplicationWithoutBreak
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 151, in testReplicationWithoutBreak
self.neo.expectOudatedCells(number=0)
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 471, in expectOudatedCells
self.expectCondition(callback, timeout, delay)
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 425, in expectCondition
raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [10, 10, 10, 10, 10, 10, 10, 10, 10, 10]
-------------------------------------------------------------
neo/tests/functional/testStorage.py StorageTests.testRestartWithMissingStorage
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 486, in testRestartWithMissingStorage
self.neo.expectOudatedCells(number=0)
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 471, in expectOudatedCells
self.expectCondition(callback, timeout, delay)
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 425, in expectCondition
raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [10, 10, 10, 10, 10, 10, 9, 7, 7, 6]
-------------------------------------------------------------
neo/tests/functional/testStorage.py StorageTests.testSequentialStorageKill
-------------------------------------------------------------
Traceback (most recent call last):
File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 254, in testSequentialStorageKill
(started, _) = self.__setup(replicas=2, storage_number=3, partitions=10)
File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 64, in __setup
self.neo.start(except_storages=stopped_processes)
File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------
More information about the Neo-report
mailing list