[Neo-report] NEO tests [master:3229-g9a6ad2e:py2.7:SQLite]: 460 Tests, 1 Failed

neo-report at nexedi.com neo-report at nexedi.com
Tue Jun 3 19:41:49 CEST 2014


Title                     : NEO tests [master:3229-g9a6ad2e:py2.7:SQLite]
Date                      : 2014-06-03
Node                      : blade1
Machine                   : x86_64
System                    : Linux
Python                    : 2.7.2+

Directory                 : /tmp/neo_tests/1401816994.150573
Status                    : 98.478%
NEO_TESTS_ADAPTER         : SQLite
NEO_TEST_ZODB_FUNCTIONAL  : 1

                               NEO TESTS REPORT

              Test Module |  run  | unexpected | expected | skipped |  time    
--------------------------+-------+------------+----------+---------+----------
                ClientApp |   24  |       .    |      .   |     .   |   1.19s   
           ConnectionPool |    5  |       .    |      .   |     .   |   1.04s   
            MasterHandler |   12  |       .    |      .   |     .   |   0.10s   
           StorageHandler |   11  |       .    |      .   |     .   |   0.08s   
--------------------------+-------+------------+----------+---------+----------
         neo.tests.client |       |            |          |         |          
--------------------------+-------+------------+----------+---------+----------
                   Client |   10  |       .    |      1   |     .   |  19.95s   
                  Cluster |    7  |       .    |      .   |     .   |  20.47s   
                   Master |    4  |       1    |      .   |     .   |  16.06s   
                  Storage |   12  |       .    |      .   |     .   |  48.93s   
--------------------------+-------+------------+----------+---------+----------
     neo.tests.functional |       |            |          |         |          
--------------------------+-------+------------+----------+---------+----------
            ClientHandler |    6  |       .    |      .   |     .   |   0.06s   
          ElectionHandler |   16  |       .    |      .   |     .   |   0.13s   
                MasterApp |    2  |       .    |      .   |     .   |   0.02s   
                 MasterPT |    5  |       .    |      .   |     .   |   0.06s   
                 Recovery |    3  |       .    |      .   |     .   |   0.03s   
           StorageHandler |    8  |       .    |      .   |     .   |   0.13s   
             Transactions |    9  |       .    |      .   |     .   |   0.07s   
             Verification |    6  |       .    |      .   |     .   |   0.05s   
--------------------------+-------+------------+----------+---------+----------
         neo.tests.master |       |            |          |         |          
--------------------------+-------+------------+----------+---------+----------
            ClientHandler |   18  |       .    |      .   |     .   |   0.17s   
    IdentificationHandler |    3  |       .    |      .   |     .   |   0.04s   
    InitializationHandler |    2  |       .    |      .   |     .   |   0.02s   
            MasterHandler |    9  |       .    |      .   |     .   |   0.08s   
               StorageApp |    3  |       .    |      .   |     .   |   0.05s   
            StorageSQLite |   22  |       .    |      .   |     .   |   0.21s   
             Transactions |   18  |       .    |      .   |     .   |   0.14s   
      VerificationHandler |    8  |       .    |      .   |     .   |   0.09s   
--------------------------+-------+------------+----------+---------+----------
        neo.tests.storage |       |            |          |         |          
--------------------------+-------+------------+----------+---------+----------
                Bootstrap |    2  |       .    |      .   |     .   |   0.04s   
               Connection |   75  |       .    |      .   |     .   |   0.59s   
               Dispatcher |    5  |       .    |      .   |     .   |   0.04s   
                    Event |    1  |       .    |      .   |     .   |   0.01s   
                  Handler |    1  |       .    |      .   |     .   |   0.01s   
                    Nodes |   17  |       .    |      .   |     .   |   0.12s   
                       PT |   10  |       .    |      .   |     .   |   0.07s   
                     Util |    4  |       .    |      .   |     .   |   0.03s   
--------------------------+-------+------------+----------+---------+----------
                neo.tests |       |            |          |         |          
--------------------------+-------+------------+----------+---------+----------
                          |   22  |       .    |      2   |     .   |   7.02s   
              Replication |    6  |       .    |      .   |     .   |  14.93s   
--------------------------+-------+------------+----------+---------+----------
       neo.tests.threaded |       |            |          |         |          
--------------------------+-------+------------+----------+---------+----------
                    Basic |   16  |       .    |      .   |     .   |  29.36s   
                 Conflict |    5  |       .    |      .   |     .   |   9.09s   
                  History |    1  |       .    |      .   |     .   |   1.84s   
                 Iterator |    9  |       .    |      .   |     .   |  16.45s   
                       MT |    5  |       .    |      .   |     .   |  11.71s   
                     Pack |   14  |       .    |      2   |     .   |  29.29s   
               Persistent |    1  |       .    |      .   |     .   |   1.85s   
                 ReadOnly |    2  |       .    |      .   |     .   |   3.67s   
                 Revision |    7  |       .    |      .   |     .   |  14.39s   
          Synchronization |    7  |       .    |      .   |     .   |  12.64s   
                     Undo |   17  |       .    |      1   |     .   |  33.05s   
                     ZODB |   10  |       .    |      .   |     .   |  18.98s   
--------------------------+-------+------------+----------+---------+----------
           neo.tests.zodb |       |            |          |         |          
--------------------------+-------+------------+----------+---------+----------
                  Summary |  460  |       1    |      6   |     .   | 314.35s   
--------------------------+-------+------------+----------+---------+----------


======================================================================
ERROR: testStoppingSecondaryMaster (neo.tests.functional.testMaster.MasterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/master/neoppod/neo/tests/functional/testMaster.py", line 50, in testStoppingSecondaryMaster
    self.neo.expectDead(master)
  File "/home/neo/master/neoppod/neo/tests/functional/__init__.py", line 615, in expectDead
    self.expectCondition(callback, *args, **kw)
  File "/home/neo/master/neoppod/neo/tests/functional/__init__.py", line 509, in expectCondition
    'History: %s' % opaque_history)
AssertionError: Timeout while expecting condition. History: [False, False, False, False, False, False, False, False, False, False, False]



More information about the Neo-report mailing list