[Neo-report] Neo : 511 Tests, 90 Errors, 14 Failures

gregory at nexedi.com gregory at nexedi.com
Tue May 18 16:19:30 CEST 2010


                               NEO TESTS REPORT


    Date        : 2010-05-18
    Node        : blade8
    Processor   : Intel(R) Xeon(R) CPU           E5410  @ 2.33GHz (64bit)
    System      : Linux (2.6.29.6-server-1mnb)
    Directory   : /tmp/neo_IHMTVd
    Status      :  79.648%
        
              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   | 244.20s   
                  Cluster |     5   |     3   |     .   |     2   | 185.17s   
                   Master |     4   |     4   |     .   |     .   |  36.72s   
                  Storage |    16   |     5   |     .   |    11   | 613.94s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     7   |     7   |     .   |     .   |   0.01s   
          ElectionHandler |    24   |    24   |     .   |     .   |   0.04s   
                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   |     .   |     .   | 195.68s   
    InitializationHandler |     4   |     4   |     .   |     .   |   6.87s   
            MasterHandler |    12   |    12   |     .   |     .   | 173.15s   
               StorageApp |     3   |     3   |     .   |     .   |  91.51s   
           StorageHandler |    13   |    13   |     .   |     .   |  96.83s   
           StorageMySQLdb |    37   |    37   |     .   |     .   | 197.12s   
             Transactions |    17   |    17   |     .   |     .   |   0.01s   
      VerificationHandler |    13   |    13   |     .   |     .   |  18.17s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |  16.75s   
               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   |     2   |    13   |     .   | 540.95s   
                 Conflict |     5   |     .   |     5   |     .   | 166.79s   
                  History |     4   |     .   |     4   |     .   | 122.76s   
                 Iterator |     8   |     .   |     8   |     .   | 245.06s   
                       MT |     5   |     .   |     5   |     .   | 153.15s   
               Persistent |     1   |     .   |     1   |     .   |  30.62s   
                 ReadOnly |     2   |     .   |     2   |     .   |  61.29s   
                 Revision |     7   |     .   |     7   |     .   | 214.65s   
          Synchronization |    11   |     .   |    11   |     .   | 337.36s   
                     Undo |    17   |     .   |    17   |     .   | 521.39s   
                     ZODB |    16   |     .   |    16   |     .   | 490.55s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   511   |   407   |    90   |    14   | 4761.08s   
--------------------------+---------+---------+---------+---------+----------





ERRORS:
neo/tests/functional/testClient.py ClientTests.testImport
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 70, in setUp
    temp_dir=self.getTempDirectory()
  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_neo1', errno: 39)")
-------------------------------------------------------------

neo/tests/zodb/testBasic.py BasicTests.checkConflicts
-------------------------------------------------------------
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/testBasic.py BasicTests.checkGetExtensionMethods
-------------------------------------------------------------
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/testBasic.py BasicTests.checkGetSerial
-------------------------------------------------------------
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/testBasic.py BasicTests.checkGetSize
-------------------------------------------------------------
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/testBasic.py BasicTests.checkLen
-------------------------------------------------------------
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/testBasic.py BasicTests.checkNonVersionModifiedInVersion
-------------------------------------------------------------
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/testBasic.py BasicTests.checkNonVersionStore
-------------------------------------------------------------
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/testBasic.py BasicTests.checkNonVersionStoreAndLoad
-------------------------------------------------------------
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/testBasic.py BasicTests.checkNote
-------------------------------------------------------------
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/testBasic.py BasicTests.checkSerialIsNoneForInitialRevision
-------------------------------------------------------------
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/testBasic.py BasicTests.checkStoreTwoObjects
-------------------------------------------------------------
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/testBasic.py BasicTests.checkTwoArgBegin
-------------------------------------------------------------
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/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.testExport
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 214, in testExport
    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.testClusterDoesntBreakWithTwoNodesOneReplica
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testCluster.py", line 67, in testClusterDoesntBreakWithTwoNodesOneReplica
    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: [2, 2, 2, 2, 2, 2, 2, 2, 2, 2]
-------------------------------------------------------------

neo/tests/functional/testCluster.py ClusterTests.testElectionWithManyMasters
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testCluster.py", line 77, in testElectionWithManyMasters
    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/testStorage.py StorageTests.testDropNodeThenRestartCluster
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 428, in testDropNodeThenRestartCluster
    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, 9, 9]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testDropNodeWithOtherPending
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 475, in testDropNodeWithOtherPending
    self.__expectPending(stopped[0])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 124, in __expectPending
    self.neo.expectStorageState(process.getUUID(), NodeStates.PENDING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 451, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 443, in __expectNodeState
    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: [None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testNewNodesInPendingState
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 167, in testNewNodesInPendingState
    self.__expectPending(stopped[0])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 124, in __expectPending
    self.neo.expectStorageState(process.getUUID(), NodeStates.PENDING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 451, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 443, in __expectNodeState
    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: [None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testOudatedCellsOnDownStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 207, in testOudatedCellsOnDownStorage
    (started, _) = self.__setup(storage_number=2, replicas=1)
  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
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testPartitionTableReorganizedAfterDrop
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 344, in testPartitionTableReorganizedAfterDrop
    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, 9, 9, 8, 6, 4, 3]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testPartitionTableReorganizedWithNewStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 324, in testPartitionTableReorganizedWithNewStorage
    self.__expectPending(stopped[0])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 124, in __expectPending
    self.neo.expectStorageState(process.getUUID(), NodeStates.PENDING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 451, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 443, in __expectNodeState
    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: [None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationThenRunningWithReplicas
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 382, in testReplicationThenRunningWithReplicas
    self.__expectPending(stopped[0])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 124, in __expectPending
    self.neo.expectStorageState(process.getUUID(), NodeStates.PENDING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 451, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 443, in __expectNodeState
    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: [None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationWithNewStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 189, in testReplicationWithNewStorage
    self.__expectPending(stopped[0])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 124, in __expectPending
    self.neo.expectStorageState(process.getUUID(), NodeStates.PENDING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 451, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 443, in __expectNodeState
    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: [None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

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, 9, 9, 9]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testRestartWithMissingStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 483, in testRestartWithMissingStorage
    pending_number=0, 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
-------------------------------------------------------------

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