• Julien Muchembled's avatar
    storage: fix history() not waiting oid to be unlocked · e27358d1
    Julien Muchembled authored
    This fixes a random failure in testClientReconnection:
    
    Traceback (most recent call last):
      File "neo/tests/threaded/test.py", line 754, in testClientReconnection
        self.assertTrue(cluster.client.history(x1._p_oid))
    failureException: None is not true
    e27358d1
client.py 9.1 KB