Skip to content

Instantly share code, notes, and snippets.

@jugmac00
Created April 25, 2019 09:25
Show Gist options
  • Save jugmac00/40b78aee5e0f4c5d64fdab5841937e48 to your computer and use it in GitHub Desktop.
Save jugmac00/40b78aee5e0f4c5d64fdab5841937e48 to your computer and use it in GitHub Desktop.
ZEO - local test run fails
(ZEO) jugmac00@jugmac00-XPS-13-9370:~/Projects/ZEO$ bin/test -vv -j3
Running tests at all levels
Running .EmptyLayer tests:
Set up .EmptyLayer in 0.000 seconds.
Running:
Ran 0 tests with 0 failures, 0 errors and 0 skipped in 0.000 seconds.
[Parallel tests running in zope.testrunner.layer.UnitTests:
.]
[Parallel tests running in .!no tests here!:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
.]
[Parallel tests running in .!no tests here!:
LAYER FINISHED]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
................]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
.....................................................................]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
....]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.....]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
...]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in zope.testrunner.layer.UnitTests:
LAYER FINISHED]
Running zope.testrunner.layer.UnitTests tests:
Running in a subprocess.
Set up zope.testrunner.layer.UnitTests in 0.000 seconds.
Failure in test testClientBasics (ZEO.asyncio.tests.ClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 311, in testClientBasics
self.assertEqual(self.pop(), (2, False, 'get_info', ()))
File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: [] != (2, False, 'get_info', ())
Failure in test test_bad_server_tid (ZEO.asyncio.tests.ClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 462, in test_bad_server_tid
self.assertEqual(self.pop(), (3, False, 'get_info', ()))
File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: [] != (3, False, 'get_info', ())
Failure in test test_cache_behind (ZEO.asyncio.tests.ClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 347, in test_cache_behind
self.assertEqual(self.pop(), (3, False, 'getInvalidations', (b'a'*8, )))
File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: [] != (3, False, 'getInvalidations', (b'aaaaaaaa',))
Failure in test test_cache_way_behind (ZEO.asyncio.tests.ClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 382, in test_cache_way_behind
self.assertEqual(self.pop(), (3, False, 'getInvalidations', (b'a'*8, )))
File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: [] != (3, False, 'getInvalidations', (b'aaaaaaaa',))
Failure in test test_invalidations_while_verifying (ZEO.asyncio.tests.ClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 570, in test_invalidations_while_verifying
no_output=False)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 65, in send
target.assert_called_with(*args)
File "/home/jugmac00/Projects/ZEO/eggs/mock-2.0.0-py3.6.egg/mock/mock.py", line 925, in assert_called_with
raise AssertionError('Expected call: %s\nNot called' % (expected,))
AssertionError: Expected call: invalidateTransaction(b'eeeeeeee', [b'11111111'])
Not called
/usr/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
return f(*args, **kwds)
/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/marshal.py:69: PendingDeprecationWarning: encoding is deprecated, Use raw=False instead.
return unpackb(data, encoding='utf-8', use_list=False)
Failure in test testClientBasics (ZEO.asyncio.tests.MsgpackClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 311, in testClientBasics
self.assertEqual(self.pop(), (2, False, 'get_info', ()))
File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: [] != (2, False, 'get_info', ())
Failure in test test_bad_server_tid (ZEO.asyncio.tests.MsgpackClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 462, in test_bad_server_tid
self.assertEqual(self.pop(), (3, False, 'get_info', ()))
File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: [] != (3, False, 'get_info', ())
Failure in test test_cache_behind (ZEO.asyncio.tests.MsgpackClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 347, in test_cache_behind
self.assertEqual(self.pop(), (3, False, 'getInvalidations', (b'a'*8, )))
File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: [] != (3, False, 'getInvalidations', (b'aaaaaaaa',))
Failure in test test_cache_way_behind (ZEO.asyncio.tests.MsgpackClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 382, in test_cache_way_behind
self.assertEqual(self.pop(), (3, False, 'getInvalidations', (b'a'*8, )))
File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: [] != (3, False, 'getInvalidations', (b'aaaaaaaa',))
Failure in test test_invalidations_while_verifying (ZEO.asyncio.tests.MsgpackClientTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 570, in test_invalidations_while_verifying
no_output=False)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/tests.py", line 65, in send
target.assert_called_with(*args)
File "/home/jugmac00/Projects/ZEO/eggs/mock-2.0.0-py3.6.egg/mock/mock.py", line 925, in assert_called_with
raise AssertionError('Expected call: %s\nNot called' % (expected,))
AssertionError: Expected call: invalidateTransaction(b'eeeeeeee', (b'11111111',))
Not called
/home/jugmac00/Projects/ZEO/eggs/mock-2.0.0-py3.6.egg/mock/mock.py:2027: ResourceWarning: unclosed file <_io.FileIO name=3 mode='rb+' closefd=True>
self.name = name
/usr/lib/python3.6/asyncio/base_events.py:516: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>
source=self)
/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py:472: ResourceWarning: unclosed <socket.socket fd=11, family=AddressFamily.AF_UNIX, type=2049, proto=0, laddr=test_addr>
transaction.user,
/usr/lib/python3.6/traceback.py:358: ResourceWarning: unclosed <socket.socket fd=18, family=AddressFamily.AF_UNIX, type=2049, proto=0, laddr=x>
filename, lineno, name, lookup_line=False, locals=f_locals))
/home/jugmac00/Projects/ZEO/lib/python3.6/site-packages/pkg_resources/_vendor/pyparsing.py:344: ResourceWarning: unclosed <socket.socket fd=7, family=AddressFamily.AF_UNIX, type=2049, proto=0, laddr=x>
retobj.__doinit = True
/home/jugmac00/Projects/ZEO/lib/python3.6/site-packages/pkg_resources/_vendor/pyparsing.py:344: ResourceWarning: unclosed <socket.socket fd=19, family=AddressFamily.AF_UNIX, type=2049, proto=0, laddr=test_addr>
retobj.__doinit = True
/home/jugmac00/Projects/ZEO/lib/python3.6/site-packages/pkg_resources/_vendor/pyparsing.py:344: ResourceWarning: unclosed <socket.socket fd=11, family=AddressFamily.AF_UNIX, type=2049, proto=0, laddr=x>
retobj.__doinit = True
/usr/lib/python3.6/unittest/case.py:605: ResourceWarning: unclosed file <_io.BufferedRandom name=5>
testMethod()
/usr/lib/python3.6/unittest/case.py:605: ResourceWarning: unclosed file <_io.BufferedRandom name=4>
testMethod()
/home/jugmac00/Projects/ZEO/src/ZEO/scripts/cache_simul.py:461: ResourceWarning: unclosed file <_io.BufferedRandom name=3>
key = oid, start_tid
Ran 98 tests with 10 failures, 0 errors and 0 skipped in 7.247 seconds.
Tear down zope.testrunner.layer.UnitTests in 0.000 seconds.
Running .!no tests here! tests:
Running in a subprocess.
Set up .!no tests here! in 0.000 seconds.
Ran 1 tests with 0 failures, 0 errors and 0 skipped in 0.000 seconds.
Tear down .!no tests here! in 0.000 seconds.
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
..]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
...]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
..]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
....]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
...]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
....]
[Parallel tests running in .BlobAdaptedFileStorageTests:
....]
[Parallel tests running in .BlobWritableCacheTests:
..]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
...]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
..............]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .DemoStorageTests:
......]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
.....]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .DemoStorageTests:
...]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
...]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .DemoStorageTests:
....... LAYER FINISHED]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
...]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
..]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.........]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
....]
[Parallel tests running in .BlobWritableCacheTests:
..]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
...]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
..]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
..]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .BlobWritableCacheTests:
..]
[Parallel tests running in .BlobAdaptedFileStorageTests:
...]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
..]
[Parallel tests running in .BlobWritableCacheTests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
...]
[Parallel tests running in .BlobWritableCacheTests:
LAYER FINISHED]
[Parallel tests running in .BlobAdaptedFileStorageTests:
.]
[Parallel tests running in .FileStorageConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .BlobAdaptedFileStorageTests:
. LAYER FINISHED]
Running .BlobAdaptedFileStorageTests tests:
Running in a subprocess.
Set up .BlobAdaptedFileStorageTests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=19>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=13>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=20>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=21>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/StorageServer.py:605: ResourceWarning: unclosed file <_io.BufferedReader name='/home/jugmac00/Projects/ZEO/parts/test/tmp/BlobAdaptedFileStorageTestsmpod2671/Data.fs'>
self._iterators.pop(iid, None)
Ran 108 tests with 0 failures, 0 errors and 0 skipped in 22.912 seconds.
Tear down .BlobAdaptedFileStorageTests in 0.000 seconds.
Running .BlobWritableCacheTests tests:
Running in a subprocess.
Set up .BlobWritableCacheTests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=19>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=13>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=20>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=21>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/StorageServer.py:605: ResourceWarning: unclosed file <_io.BufferedReader name='/home/jugmac00/Projects/ZEO/parts/test/tmp/BlobWritableCacheTestsuafpc7y1/Data.fs'>
self._iterators.pop(iid, None)
Ran 107 tests with 0 failures, 0 errors and 0 skipped in 22.022 seconds.
Tear down .BlobWritableCacheTests in 0.000 seconds.
Running .DemoStorageTests tests:
Running in a subprocess.
Set up .DemoStorageTests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=19>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=13>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=20>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=21>
gc.collect()
Ran 52 tests with 0 failures, 0 errors and 0 skipped in 9.830 seconds.
Tear down .DemoStorageTests in 0.000 seconds.
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
......]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
...]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
..............]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
.....................]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
..]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .FileStorageHexTests:
....]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .FileStorageHexTests:
...]
[Parallel tests running in .FileStorageClientHexTests:
..]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
..]
[Parallel tests running in .FileStorageHexTests:
.................]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .FileStorageHexTests:
.................]
[Parallel tests running in .FileStorageClientHexTests:
.....]
[Parallel tests running in .FileStorageHexTests:
.........]
[Parallel tests running in .FileStorageClientHexTests:
..........]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
................]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
..]
[Parallel tests running in .FileStorageHexTests:
..]
[Parallel tests running in .FileStorageClientHexTests:
..]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
.]
[Parallel tests running in .FileStorageHexTests:
.]
[Parallel tests running in .FileStorageClientHexTests:
........ LAYER FINISHED]
Running .FileStorageClientHexTests tests:
Running in a subprocess.
Set up .FileStorageClientHexTests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=19>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=13>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=20>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=21>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/StorageServer.py:605: ResourceWarning: unclosed file <_io.BufferedReader name='/home/jugmac00/Projects/ZEO/parts/test/tmp/FileStorageClientHexTestsjoq6vr6a/Data.fs'>
self._iterators.pop(iid, None)
Ran 103 tests with 0 failures, 0 errors and 0 skipped in 23.442 seconds.
Tear down .FileStorageClientHexTests in 0.000 seconds.
[Parallel tests running in .FileStorageInvqTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageHexTests:
....................................... LAYER FINISHED]
[Parallel tests running in .FileStorageReconnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageInvqTests ZEO Connection Tests:
. LAYER FINISHED]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .FileStorageReconnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .FileStorageConnectionTests ZEO Connection Tests:
....]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .FileStorageConnectionTests ZEO Connection Tests:
..............]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .FileStorageConnectionTests ZEO Connection Tests:
LAYER FINISHED]
Running .FileStorageConnectionTests ZEO Connection Tests tests:
Running in a subprocess.
Set up .FileStorageConnectionTests ZEO Connection Tests in 0.000 seconds.
Error in test checkBadMessage1 (ZEO.tests.testConnection.FileStorageConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 414, in checkBadMessage1
self._bad_message(b"salty")
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 461, in _bad_message
self._dostore()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/tests/StorageTestBase.py", line 153, in _dostore
self._storage.tpc_begin(t)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 828, in tpc_begin
txn.user, txn.description, txn.extension, tid, status)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 774, in async_
return self.__call(self.call_async_threadsafe, method, args)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 756, in wait_for_result
return future.result(timeout)
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 432, in result
return self.__get_result()
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
ZEO.Exceptions.ClientDisconnected
Error in test checkBadMessage2 (ZEO.tests.testConnection.FileStorageConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 423, in checkBadMessage2
self._bad_message(msg)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 461, in _bad_message
self._dostore()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/tests/StorageTestBase.py", line 153, in _dostore
self._storage.tpc_begin(t)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 828, in tpc_begin
txn.user, txn.description, txn.extension, tid, status)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 774, in async_
return self.__call(self.call_async_threadsafe, method, args)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 756, in wait_for_result
return future.result(timeout)
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 432, in result
return self.__get_result()
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
ZEO.Exceptions.ClientDisconnected
Error in test checkVerificationInvalidationPersists (ZEO.tests.testConnection.FileStorageConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 384, in checkVerificationInvalidationPersists
self._storage = self.openClientStorage('test')
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Ran 20 tests with 0 failures, 3 errors and 0 skipped in 4 minutes 28.153 seconds.
Tear down .FileStorageConnectionTests ZEO Connection Tests in 0.000 seconds.
Running .FileStorageHexTests tests:
Running in a subprocess.
Set up .FileStorageHexTests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=19>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=13>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=20>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=21>
gc.collect()
Ran 103 tests with 0 failures, 0 errors and 0 skipped in 23.660 seconds.
Tear down .FileStorageHexTests in 0.000 seconds.
Running .FileStorageInvqTests ZEO Connection Tests tests:
Running in a subprocess.
Set up .FileStorageInvqTests ZEO Connection Tests in 0.000 seconds.
Error in test checkQuickVerificationWith2Clients (ZEO.tests.testConnection.FileStorageInvqTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 598, in checkQuickVerificationWith2Clients
perstorage = self.openClientStorage(cache="test")
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkVerificationWith2ClientsInvqOverflow (ZEO.tests.testConnection.FileStorageInvqTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 630, in checkVerificationWith2ClientsInvqOverflow
perstorage = self.openClientStorage(cache="test")
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Ran 2 tests with 0 failures, 2 errors and 0 skipped in 1 minutes 0.370 seconds.
Tear down .FileStorageInvqTests ZEO Connection Tests in 0.000 seconds.
[Parallel tests running in .FileStorageTests:
....................................................................................................... LAYER FINISHED]
[Parallel tests running in .FileStorageTimeoutTests ZEO Connection Tests:
.... LAYER FINISHED]
[Parallel tests running in .MappingStorageConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageSSLTests:
..]
[Parallel tests running in .MappingStorageConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageReconnectionTests ZEO Connection Tests:
..]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .FileStorageReconnectionTests ZEO Connection Tests:
...]
[Parallel tests running in .MappingStorageConnectionTests ZEO Connection Tests:
..]
[Parallel tests running in .FileStorageReconnectionTests ZEO Connection Tests:
..]
[Parallel tests running in .MappingStorageConnectionTests ZEO Connection Tests:
..........]
[Parallel tests running in .FileStorageReconnectionTests ZEO Connection Tests:
..]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .MappingStorageConnectionTests ZEO Connection Tests:
LAYER FINISHED]
[Parallel tests running in .MappingStorageTests:
....]
[Parallel tests running in .FileStorageReconnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .MappingStorageTests:
................................................. LAYER FINISHED]
[Parallel tests running in .MappingStorageTimeoutTests ZEO Connection Tests:
.... LAYER FINISHED]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageReconnectionTests ZEO Connection Tests:
LAYER FINISHED]
Running .FileStorageReconnectionTests ZEO Connection Tests tests:
Running in a subprocess.
Set up .FileStorageReconnectionTests ZEO Connection Tests in 0.000 seconds.
Error in test checkDisconnectedAbort (ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 876, in checkDisconnectedAbort
self._dostore()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/tests/StorageTestBase.py", line 153, in _dostore
self._storage.tpc_begin(t)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 828, in tpc_begin
txn.user, txn.description, txn.extension, tid, status)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 774, in async_
return self.__call(self.call_async_threadsafe, method, args)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 756, in wait_for_result
return future.result(timeout)
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 432, in result
return self.__get_result()
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
ZEO.Exceptions.ClientDisconnected
/usr/lib/python3.6/asyncio/selector_events.py:630: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=13>
source=self)
/usr/lib/python3.6/asyncio/selector_events.py:630: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=14>
source=self)
Failure in test checkMultipleServers (ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 952, in checkMultipleServers
self.assertTrue(did_a_store)
File "/usr/lib/python3.6/unittest/case.py", line 682, in assertTrue
raise self.failureException(msg)
AssertionError: 0 is not true
Error in test checkNoVerificationOnServerRestart (ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 823, in checkNoVerificationOnServerRestart
self.pollUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 196, in pollUp
storage.server_status()
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 1038, in server_status
return self._call('server_status')
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 764, in call
return self.__call(self.call_threadsafe, method, args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkNoVerificationOnServerRestartWith2Clients (ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 853, in checkNoVerificationOnServerRestartWith2Clients
self.pollUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 196, in pollUp
storage.server_status()
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 1038, in server_status
return self._call('server_status')
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 764, in call
return self.__call(self.call_threadsafe, method, args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
The following test left new threads behind:
checkNoVerificationOnServerRestartWith2Clients (ZEO.tests.testConnection.FileStorageReconnectionTests)
New thread(s): [<Thread([('127.0.0.1', 45097)] zeo client networking thread, started daemon 140478085097216)>]
Error in test checkReconnectFallback (ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 746, in checkReconnectFallback
self.pollUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 196, in pollUp
storage.server_status()
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 1038, in server_status
return self._call('server_status')
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 764, in call
return self.__call(self.call_threadsafe, method, args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkReconnectWritable (ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 696, in checkReconnectWritable
self.pollUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 196, in pollUp
storage.server_status()
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 1038, in server_status
return self._call('server_status')
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 764, in call
return self.__call(self.call_threadsafe, method, args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Failure in test checkReconnection (ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 909, in checkReconnection
forker.wait_until('reconnect', self._storage.is_connected)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 192, in wait_until
raise AssertionError("Timed out waiting for: ", label)
AssertionError: ('Timed out waiting for: ', 'reconnect')
Ran 12 tests with 2 failures, 5 errors and 0 skipped in 8 minutes 43.204 seconds.
Tear down .FileStorageReconnectionTests ZEO Connection Tests in 0.000 seconds.
[Parallel tests running in .ZEO Connection DocTests:
.]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .ZEO Connection DocTests:
LAYER FINISHED]
[Parallel tests running in .testZeo-misc:
....]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .testZeo-misc:
........]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .testZeo-misc:
...]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .testZeo-misc:
.......]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .testZeo-misc:
..]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
..]
[Parallel tests running in .testZeo-misc:
..... LAYER FINISHED]
[Parallel tests running in .testZeo-misc2:
..]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .testZeo-misc2:
..]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .testZeo-misc2:
..]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
.]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .SSLConnectionTests ZEO Connection Tests:
LAYER FINISHED]
[Parallel tests running in .testZeo-new_addr.test:
. LAYER FINISHED]
[Parallel tests running in .testZeo-zeo-fan-out.test:
. LAYER FINISHED]
[Parallel tests running in .threaded_server_tests:
..]
[Parallel tests running in .testZeo-misc2:
..]
[Parallel tests running in .threaded_server_tests:
....]
[Parallel tests running in .testZeo-misc2:
....... LAYER FINISHED]
[Parallel tests running in .work_with_multiprocessing:
. LAYER FINISHED]
[Parallel tests running in ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests:
...]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests:
................. LAYER FINISHED]
[Parallel tests running in ZODB.tests.util.ClientStorageSharedBlobsBlobTests:
.................... LAYER FINISHED]
[Parallel tests running in .threaded_server_tests:
.]
[Parallel tests running in .FileStorageSSLTests:
.]
[Parallel tests running in .threaded_server_tests:
............. LAYER FINISHED]
[Parallel tests running in .FileStorageSSLTests:
...........
....................
.............
.......................................... LAYER FINISHED]
Running .FileStorageSSLTests tests:
Running in a subprocess.
Set up .FileStorageSSLTests in 0.000 seconds.
Error in test check2StorageThreads (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test check2ZODBThreads (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test check4ExtStorageThread (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test check7StorageThreads (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test check7ZODBThreads (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkAbortAfterVote (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkAbortNotCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkAbortWrongTrans (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkBasics (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkBeginCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkBuggyResolve1 (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkBuggyResolve2 (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkCommitLockVoteAbort (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkCommitLockVoteClose (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkCommitLockVoteFinish (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkConflicts (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkCreationUndoneGetTid (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkCreativeGetState (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkDisconnectedOnThread2Close (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkFinishNotCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkFinishWrongTrans (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkGetSize (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkGetTid (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIndicesInUndoInfo (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIndicesInUndoLog (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkInterfaceFromRemoteStorage (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkInterfaces (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIterateRecordsRepeatedly (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIterateRepeatedly (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIterateWhileWriting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIterationIntraTransaction (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIteratorExhaustionStorage (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIteratorGCProtocol (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIteratorGCSpanTransactions (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIteratorGCStorageCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIteratorGCStorageDisconnect (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIteratorGCStorageTPCAborting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkIteratorParallel (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLargeUpdate (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLen (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLoadBefore (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLoadBeforeConsecutiveTids (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLoadBeforeCreation (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLoadBeforeEdges (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLoadBeforeOld (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLoadBeforeUndo (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLoadSerial (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkLoad_was_checkLoadEx (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkMTStores (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkMultipleEmptyTransactions (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkNotUndoable (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkNote (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackAfterUndoDeletion (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackAfterUndoManyTimes (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackAllRevisions (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackEmptyStorage (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackJustOldRevisions (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackLotsWhileWriting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackNowWhileWriting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackOnlyOneObject (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackTomorrow (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackUndoLog (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackUnlinkedFromRoot (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackWhileWriting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackWithMultiDatabaseReferences (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkPackYesterday (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkReadMethods (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkRedundantPack (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkResolve (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkSecondBeginFails (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkSerialIsNoneForInitialRevision (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkSimpleIteration (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkSimpleTransactionalUndo (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkSortKey (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkStore (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkStoreAndLoad (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkStoreNotCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkStoreTwoObjects (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkStoreWrongTrans (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkTransactionExtensionFromIterator (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkTransactionalUndoAfterPack (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkTransactionalUndoIterator (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkTwoObjectUndo (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkTwoObjectUndoAgain (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkTwoObjectUndoAtOnce (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoConflictResolution (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoCreationBranch1 (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoCreationBranch2 (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoInvalidation (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoLogMetadata (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoMultipleConflictResolution (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoMultipleConflictResolutionReversed (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoUnresolvable (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUndoZombie (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkUnresolvable (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkVolatileCacheWithImmediateLastTransaction (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkWriteAfterAbort (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkWriteMethods (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkZClassesArentResolved (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkZEOInvalidation (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test check_checkCurrentSerialInTransaction (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test check_tid_ordering_w_commit (ZEO.tests.testZEO.FileStorageSSLTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 601, in run
self.setUp()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 261, in setUp
**self._client_options()),
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Ran 103 tests with 0 failures, 103 errors and 0 skipped in 103 minutes 7.893 seconds.
Tear down .FileStorageSSLTests in 0.000 seconds.
Running .FileStorageTests tests:
Running in a subprocess.
Set up .FileStorageTests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=19>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=13>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=20>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=21>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/StorageServer.py:605: ResourceWarning: unclosed file <_io.BufferedReader name='/home/jugmac00/Projects/ZEO/parts/test/tmp/FileStorageTests5z9rqz06/Data.fs'>
self._iterators.pop(iid, None)
Ran 103 tests with 0 failures, 0 errors and 0 skipped in 24.248 seconds.
Tear down .FileStorageTests in 0.000 seconds.
Running .FileStorageTimeoutTests ZEO Connection Tests tests:
Running in a subprocess.
Set up .FileStorageTimeoutTests ZEO Connection Tests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=14>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=15>
gc.collect()
Ran 4 tests with 0 failures, 0 errors and 0 skipped in 5.295 seconds.
Tear down .FileStorageTimeoutTests ZEO Connection Tests in 0.000 seconds.
Running .MappingStorageConnectionTests ZEO Connection Tests tests:
Running in a subprocess.
Set up .MappingStorageConnectionTests ZEO Connection Tests in 0.000 seconds.
Error in test checkBadMessage1 (ZEO.tests.testConnection.MappingStorageConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 414, in checkBadMessage1
self._bad_message(b"salty")
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 461, in _bad_message
self._dostore()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/tests/StorageTestBase.py", line 153, in _dostore
self._storage.tpc_begin(t)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 828, in tpc_begin
txn.user, txn.description, txn.extension, tid, status)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 774, in async_
return self.__call(self.call_async_threadsafe, method, args)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 756, in wait_for_result
return future.result(timeout)
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 432, in result
return self.__get_result()
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
ZEO.Exceptions.ClientDisconnected
Error in test checkBadMessage2 (ZEO.tests.testConnection.MappingStorageConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 423, in checkBadMessage2
self._bad_message(msg)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 461, in _bad_message
self._dostore()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/tests/StorageTestBase.py", line 153, in _dostore
self._storage.tpc_begin(t)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 828, in tpc_begin
txn.user, txn.description, txn.extension, tid, status)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 774, in async_
return self.__call(self.call_async_threadsafe, method, args)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 756, in wait_for_result
return future.result(timeout)
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 432, in result
return self.__get_result()
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
ZEO.Exceptions.ClientDisconnected
Error in test checkVerificationInvalidationPersists (ZEO.tests.testConnection.MappingStorageConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 384, in checkVerificationInvalidationPersists
self._storage = self.openClientStorage('test')
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Ran 14 tests with 0 failures, 3 errors and 0 skipped in 3 minutes 35.563 seconds.
Tear down .MappingStorageConnectionTests ZEO Connection Tests in 0.000 seconds.
Running .MappingStorageTests tests:
Running in a subprocess.
Set up .MappingStorageTests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=19>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=13>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=20>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=21>
gc.collect()
Ran 53 tests with 0 failures, 0 errors and 0 skipped in 11.002 seconds.
Tear down .MappingStorageTests in 0.000 seconds.
Running .MappingStorageTimeoutTests ZEO Connection Tests tests:
Running in a subprocess.
Set up .MappingStorageTimeoutTests ZEO Connection Tests in 0.000 seconds.
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=14>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name=15>
gc.collect()
Ran 4 tests with 0 failures, 0 errors and 0 skipped in 5.238 seconds.
Tear down .MappingStorageTimeoutTests ZEO Connection Tests in 0.000 seconds.
Running .SSLConnectionTests ZEO Connection Tests tests:
Running in a subprocess.
Set up .SSLConnectionTests ZEO Connection Tests in 0.000 seconds.
Error in test checkBadMessage1 (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 414, in checkBadMessage1
self._bad_message(b"salty")
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 431, in _bad_message
self._storage = self.openClientStorage()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkBadMessage2 (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 423, in checkBadMessage2
self._bad_message(msg)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 431, in _bad_message
self._storage = self.openClientStorage()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkBasicPersistence (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 293, in checkBasicPersistence
self._storage = self.openClientStorage('test', 100000)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkCheckForOutOfDateServer (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 539, in checkCheckForOutOfDateServer
self._storage = self.openClientStorage()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkCrossDBInvalidations (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 502, in checkCrossDBInvalidations
db1 = DB(self.openClientStorage())
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkDisconnectedCacheFails (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 329, in checkDisconnectedCacheFails
self._storage = self.openClientStorage('test', cache_size=900)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkDisconnectedCacheWorks (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 307, in checkDisconnectedCacheWorks
self._storage = self.openClientStorage('test')
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkMultipleAddresses (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 219, in checkMultipleAddresses
self._storage = self.openClientStorage('test', 100000)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkReadOnlyClient (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 229, in checkReadOnlyClient
self._storage = self.openClientStorage(read_only=1)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkReadOnlyFallbackReadOnlyServer (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 268, in checkReadOnlyFallbackReadOnlyServer
self._storage = self.openClientStorage(read_only_fallback=1)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkReadOnlyFallbackWritable (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 254, in checkReadOnlyFallbackWritable
self._storage = self.openClientStorage(read_only_fallback=1)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkReadOnlyServer (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 243, in checkReadOnlyServer
self._storage = self.openClientStorage(read_only=1)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Error in test checkVerificationInvalidationPersists (ZEO.tests.testConnection.SSLConnectionTests)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 365, in checkVerificationInvalidationPersists
self._storage = self.openClientStorage('test')
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/ConnectionTests.py", line 151, in openClientStorage
**self._client_options())
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
Ran 14 tests with 0 failures, 13 errors and 0 skipped in 6 minutes 31.273 seconds.
Tear down .SSLConnectionTests ZEO Connection Tests in 0.000 seconds.
Running .ZEO Connection DocTests tests:
Running in a subprocess.
Set up .ZEO Connection DocTests in 0.000 seconds.
Failure in test invalidations_while_connecting (ZEO.tests.testConnection)
Failed doctest test for ZEO.tests.testConnection.invalidations_while_connecting
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testConnection.py", line 111, in invalidations_while_connecting
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testConnection.py", line 179, in ZEO.tests.testConnection.invalidations_while_connecting
Failed example:
try:
for c in range(10):
time.sleep(.1)
db = ZODB.DB(ZEO.ClientStorage.ClientStorage(addr, client='x'))
with lock:
#logging.getLogger('ZEO').debug('Locked %s' % c)
@wait_until("connected and we have caught up", timeout=199)
def _():
if (db.storage.is_connected()
and db.storage.lastTransaction()
== db.storage._call('lastTransaction')
):
#logging.getLogger('ZEO').debug(
# 'Connected %r' % db.storage.lastTransaction())
return True
conn = db.open()
for i in range(1000):
if conn.root()[i].value != conn2.root()[i].value:
print('bad', c, i, conn.root()[i].value, end=" ")
print(conn2.root()[i].value)
bad = True
print('client debug log with lock held')
while handler.records:
record = handler.records.pop(0)
print(record.name, record.levelname, end=' ')
print(handler.format(record))
#if bad:
# with open('server.log') as f:
# print(f.read())
#else:
# logging.getLogger('ZEO').debug('GOOD %s' % c)
db.close()
finally:
stop = True
thread.join(10)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testConnection.invalidations_while_connecting[22]>", line 4, in <module>
db = ZODB.DB(ZEO.ClientStorage.ClientStorage(addr, client='x'))
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testConnection.py", line 219, in ZEO.tests.testConnection.invalidations_while_connecting
Failed example:
for record in handler.records:
if record.levelno < logging.ERROR:
continue
print(record.name, record.levelname)
print(handler.format(record))
Expected nothing
Got:
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
Traceback (most recent call last):
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 488, in verify
elif cache_tid > servClientCacheer_tid:
NameError: name 'servClientCacheer_tid' is not defined
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
Traceback (most recent call last):
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 488, in verify
elif cache_tid > servClientCacheer_tid:
NameError: name 'servClientCacheer_tid' is not defined
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
Traceback (most recent call last):
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 488, in verify
elif cache_tid > servClientCacheer_tid:
NameError: name 'servClientCacheer_tid' is not defined
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
Traceback (most recent call last):
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 488, in verify
elif cache_tid > servClientCacheer_tid:
NameError: name 'servClientCacheer_tid' is not defined
Ran 1 tests with 1 failures, 0 errors and 0 skipped in 30.354 seconds.
Tear down .ZEO Connection DocTests in 0.000 seconds.
Running .testZeo-misc tests:
Running in a subprocess.
Set up .testZeo-misc in 0.000 seconds.
Failure in test client_has_newer_data_than_server (ZEO.tests.testZEO)
Failed doctest test for ZEO.tests.testZEO.client_has_newer_data_than_server
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1119, in client_has_newer_data_than_server
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1146, in ZEO.tests.testZEO.client_has_newer_data_than_server
Failed example:
wait_until('got enough errors', lambda:
len([x for x in handler.records
if x.levelname == 'CRITICAL' and
'Client has seen newer transactions than server!' in x.msg
]) >= 2)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.client_has_newer_data_than_server[15]>", line 1, in <module>
wait_until('got enough errors', lambda:
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 192, in wait_until
raise AssertionError("Timed out waiting for: ", label)
AssertionError: ('Timed out waiting for: ', 'got enough errors')
Failure in test invalidate_client_cache_entry_on_server_commit_error (ZEO.tests.testZEO)
Failed doctest test for ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1391, in invalidate_client_cache_entry_on_server_commit_error
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1435, in ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
Failed example:
cs = ZEO.ClientStorage.ClientStorage(addr, client='cache')
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error[21]>", line 1, in <module>
cs = ZEO.ClientStorage.ClientStorage(addr, client='cache')
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1436, in ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
Failed example:
conn2 = ZODB.connection(cs)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error[22]>", line 1, in <module>
conn2 = ZODB.connection(cs)
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/DB.py", line 1102, in connection
return DB(*args, **kw).open_then_close_db_when_connection_closes()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/DB.py", line 488, in __init__
conn.get(z64)
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 247, in get
p, _ = self._storage.load(oid)
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/mvccadapter.py", line 143, in load
r = self._storage.loadBefore(oid, self._start)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 520, in loadBefore
result = self._cache.loadBefore(oid, tid)
File "/home/jugmac00/Projects/ZEO/src/ZEO/cache.py", line 546, in loadBefore
result = self.load(oid, before_tid)
File "/home/jugmac00/Projects/ZEO/src/ZEO/cache.py", line 492, in load
self.f.seek(ofs)
AttributeError: 'NoneType' object has no attribute 'seek'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1437, in ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
Failed example:
conn2.root.x
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error[23]>", line 1, in <module>
conn2.root.x
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1442, in ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
Failed example:
conn2.root.x['y'] = 1
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error[24]>", line 1, in <module>
conn2.root.x['y'] = 1
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1443, in ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
Failed example:
transaction.commit() # doctest: +ELLIPSIS
Expected:
Traceback (most recent call last):
...
ConflictError: ...
Got nothing
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1451, in ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
Failed example:
conn2.root.x
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error[27]>", line 1, in <module>
conn2.root.x
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1453, in ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
Failed example:
conn2.root.x['y'] = 1
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error[28]>", line 1, in <module>
conn2.root.x['y'] = 1
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1455, in ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error
Failed example:
sorted(conn2.root.x.items())
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.invalidate_client_cache_entry_on_server_commit_error[30]>", line 1, in <module>
sorted(conn2.root.x.items())
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
XXX WARNING: running quick_close_doesnt_kill_server with ssl as hack pending http://bugs.python.org/issue27386
Failure in test quick_close_doesnt_kill_server (ZEO.tests.testZEO)
Failed doctest test for ZEO.tests.testZEO.quick_close_doesnt_kill_server
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1656, in quick_close_doesnt_kill_server
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1680, in ZEO.tests.testZEO.quick_close_doesnt_kill_server
Failed example:
db = ZEO.DB(addr, ssl=client_ssl())
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.quick_close_doesnt_kill_server[5]>", line 1, in <module>
db = ZEO.DB(addr, ssl=client_ssl())
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 29, in DB
s = client(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 26, in client
return ZEO.ClientStorage.ClientStorage(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1681, in ZEO.tests.testZEO.quick_close_doesnt_kill_server
Failed example:
db.storage.is_connected()
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.quick_close_doesnt_kill_server[6]>", line 1, in <module>
db.storage.is_connected()
NameError: name 'db' is not defined
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1684, in ZEO.tests.testZEO.quick_close_doesnt_kill_server
Failed example:
db.close()
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.quick_close_doesnt_kill_server[7]>", line 1, in <module>
db.close()
NameError: name 'db' is not defined
/usr/lib/python3.6/subprocess.py:766: ResourceWarning: subprocess 19027 is still running
ResourceWarning, source=self)
/usr/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
return f(*args, **kwds)
/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/marshal.py:69: PendingDeprecationWarning: encoding is deprecated, Use raw=False instead.
return unpackb(data, encoding='utf-8', use_list=False)
/usr/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
return f(*args, **kwds)
/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/marshal.py:69: PendingDeprecationWarning: encoding is deprecated, Use raw=False instead.
return unpackb(data, encoding='utf-8', use_list=False)
Failure in test tpc_finish_error (ZEO.tests.testZEO)
Failed doctest test for ZEO.tests.testZEO.tpc_finish_error
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1025, in tpc_finish_error
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1062, in ZEO.tests.testZEO.tpc_finish_error
Failed example:
conn2.root.x
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.tpc_finish_error[16]>", line 1, in <module>
conn2.root.x
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 1266, in __getattr__
raise AttributeError(name)
AttributeError: x
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testZEO.py", line 1067, in ZEO.tests.testZEO.tpc_finish_error
Failed example:
conn2.root.x += 1
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.testZEO.tpc_finish_error[17]>", line 1, in <module>
conn2.root.x += 1
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 1266, in __getattr__
raise AttributeError(name)
AttributeError: x
Failure in test iterator_sane_after_reconnect (ZEO.tests.IterationTests)
Failed doctest test for ZEO.tests.IterationTests.iterator_sane_after_reconnect
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/IterationTests.py", line 174, in iterator_sane_after_reconnect
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/IterationTests.py", line 202, in ZEO.tests.IterationTests.iterator_sane_after_reconnect
Failed example:
wait_connected(client)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.IterationTests.iterator_sane_after_reconnect[11]>", line 1, in <module>
wait_connected(client)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 198, in wait_connected
wait_until("storage is connected", storage.is_connected)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 192, in wait_until
raise AssertionError("Timed out waiting for: ", label)
AssertionError: ('Timed out waiting for: ', 'storage is connected')
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/IterationTests.py", line 206, in ZEO.tests.IterationTests.iterator_sane_after_reconnect
Failed example:
it2 = client.iterator()
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.IterationTests.iterator_sane_after_reconnect[12]>", line 1, in <module>
it2 = client.iterator()
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 989, in iterator
iid = self._call('iterator_start', start, stop)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 764, in call
return self.__call(self.call_threadsafe, method, args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 748, in call
return self.wait_for_result(result, self.timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/IterationTests.py", line 217, in ZEO.tests.IterationTests.iterator_sane_after_reconnect
Failed example:
it2.next().tid == tid1
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest ZEO.tests.IterationTests.iterator_sane_after_reconnect[14]>", line 1, in <module>
it2.next().tid == tid1
NameError: name 'it2' is not defined
Ran 29 tests with 5 failures, 0 errors and 0 skipped in 3 minutes 3.997 seconds.
Tear down .testZeo-misc in 0.000 seconds.
Running .testZeo-misc2 tests:
Running in a subprocess.
Set up .testZeo-misc2 in 0.000 seconds.
Failure in test /home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt
Failed doctest test for drop_cache_rather_than_verify.txt
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 0
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 76, in drop_cache_rather_than_verify.txt
Failed example:
wait_connected(db.storage)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest drop_cache_rather_than_verify.txt[24]>", line 1, in <module>
wait_connected(db.storage)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 198, in wait_connected
wait_until("storage is connected", storage.is_connected)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 192, in wait_until
raise AssertionError("Timed out waiting for: ", label)
AssertionError: ('Timed out waiting for: ', 'storage is connected')
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 82, in drop_cache_rather_than_verify.txt
Failed example:
for e in events:
print(e)
Expected:
(3, '', 'StaleCache')
Got nothing
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 96, in drop_cache_rather_than_verify.txt
Failed example:
len(db.storage._cache)
Expected:
0
Got:
3
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 102, in drop_cache_rather_than_verify.txt
Failed example:
conn.root()._p_changed
Expected nothing
Got:
False
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 106, in drop_cache_rather_than_verify.txt
Failed example:
print(handler) # doctest: +ELLIPSIS
Expected:
ZEO... CRITICAL
test dropping stale cache
Got:
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 114, in drop_cache_rather_than_verify.txt
Failed example:
conn.root()[1].x
Expected:
6
Got:
1
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 130, in drop_cache_rather_than_verify.txt
Failed example:
db = ZEO.DB(addr, drop_cache_rather_verify=True, client='cache',
name='test')
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest drop_cache_rather_than_verify.txt[39]>", line 2, in <module>
name='test')
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 29, in DB
s = client(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 26, in client
return ZEO.ClientStorage.ClientStorage(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 132, in drop_cache_rather_than_verify.txt
Failed example:
wait_connected(db.storage)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest drop_cache_rather_than_verify.txt[40]>", line 1, in <module>
wait_connected(db.storage)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 198, in wait_connected
wait_until("storage is connected", storage.is_connected)
AttributeError: 'ValueDoc' object has no attribute 'is_connected'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 138, in drop_cache_rather_than_verify.txt
Failed example:
len(db.storage._cache) <= 1
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest drop_cache_rather_than_verify.txt[41]>", line 1, in <module>
len(db.storage._cache) <= 1
AttributeError: 'ValueDoc' object has no attribute '_cache'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 146, in drop_cache_rather_than_verify.txt
Failed example:
for e in events:
print(e)
Expected:
(2, '', 'StaleCache')
Got nothing
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 154, in drop_cache_rather_than_verify.txt
Failed example:
print(handler) # doctest: +ELLIPSIS
Expected:
ZEO... CRITICAL
test dropping stale cache
Got:
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
ZEO.asyncio.client ERROR
Registration or cache validation failed, name 'servClientCacheer_tid' is not defined
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 162, in drop_cache_rather_than_verify.txt
Failed example:
conn = db.open()
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest drop_cache_rather_than_verify.txt[46]>", line 1, in <module>
conn = db.open()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/DB.py", line 781, in open
self._cache_size_bytes,
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 116, in __init__
storage = db._mvcc_storage
AttributeError: 'DB' object has no attribute '_mvcc_storage'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt", line 163, in drop_cache_rather_than_verify.txt
Failed example:
conn.root()[1].x
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest drop_cache_rather_than_verify.txt[47]>", line 1, in <module>
conn.root()[1].x
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
Failure in test /home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test
Failed doctest test for protocols.test
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 0
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 63, in protocols.test
Failed example:
db = ZEO.DB(addr, client='client', blob_dir='blobs')
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[23]>", line 1, in <module>
db = ZEO.DB(addr, client='client', blob_dir='blobs')
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 29, in DB
s = client(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 26, in client
return ZEO.ClientStorage.ClientStorage(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 64, in protocols.test
Failed example:
wait_connected(db.storage)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[24]>", line 1, in <module>
wait_connected(db.storage)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 198, in wait_connected
wait_until("storage is connected", storage.is_connected)
AttributeError: 'ValueDoc' object has no attribute 'is_connected'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 65, in protocols.test
Failed example:
conn = db.open()
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[25]>", line 1, in <module>
conn = db.open()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/DB.py", line 781, in open
self._cache_size_bytes,
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 116, in __init__
storage = db._mvcc_storage
AttributeError: 'DB' object has no attribute '_mvcc_storage'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 66, in protocols.test
Failed example:
conn.root().x
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[26]>", line 1, in <module>
conn.root().x
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 75, in protocols.test
Failed example:
db = ZEO.DB(addr, client='client', blob_dir='blobs')
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[29]>", line 1, in <module>
db = ZEO.DB(addr, client='client', blob_dir='blobs')
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 29, in DB
s = client(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 26, in client
return ZEO.ClientStorage.ClientStorage(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 76, in protocols.test
Failed example:
wait_connected(db.storage)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[30]>", line 1, in <module>
wait_connected(db.storage)
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 198, in wait_connected
wait_until("storage is connected", storage.is_connected)
AttributeError: 'ValueDoc' object has no attribute 'is_connected'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 77, in protocols.test
Failed example:
conn = db.open()
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[31]>", line 1, in <module>
conn = db.open()
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/DB.py", line 781, in open
self._cache_size_bytes,
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 116, in __init__
storage = db._mvcc_storage
AttributeError: 'DB' object has no attribute '_mvcc_storage'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 78, in protocols.test
Failed example:
conn.root().x
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[32]>", line 1, in <module>
conn.root().x
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 81, in protocols.test
Failed example:
with conn.root()['blob1'].open() as f:
f.read()
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[33]>", line 1, in <module>
with conn.root()['blob1'].open() as f:
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test", line 84, in protocols.test
Failed example:
with conn.root()['blob2'].open() as f:
f.read()
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest protocols.test[34]>", line 1, in <module>
with conn.root()['blob2'].open() as f:
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
return RootConvenience(self.get(z64))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
raise ConnectionStateError("The database connection is closed")
ZODB.POSException.ConnectionStateError: The database connection is closed
Failure in test /home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt
Failed doctest test for invalidation-age.txt
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 0
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 74, in invalidation-age.txt
Failed example:
db = ZEO.DB(addr, client='test') # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[12]>", line 1, in <module>
db = ZEO.DB(addr, client='test') # doctest: +ELLIPSIS
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 29, in DB
s = client(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 26, in client
return ZEO.ClientStorage.ClientStorage(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 75, in invalidation-age.txt
Failed example:
db._storage._server.client.verify_result
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[13]>", line 1, in <module>
db._storage._server.client.verify_result
AttributeError: 'ValueDoc' object has no attribute '_server'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 78, in invalidation-age.txt
Failed example:
[v.x for v in db.open().root().values()]
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[14]>", line 1, in <module>
[v.x for v in db.open().root().values()]
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/DB.py", line 781, in open
self._cache_size_bytes,
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 116, in __init__
storage = db._mvcc_storage
AttributeError: 'DB' object has no attribute '_mvcc_storage'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 93, in invalidation-age.txt
Failed example:
db = ZEO.DB(addr, client='test')
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[21]>", line 1, in <module>
db = ZEO.DB(addr, client='test')
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 29, in DB
s = client(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 26, in client
return ZEO.ClientStorage.ClientStorage(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 94, in invalidation-age.txt
Failed example:
db._storage._server.client.verify_result
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[22]>", line 1, in <module>
db._storage._server.client.verify_result
AttributeError: 'ValueDoc' object has no attribute '_server'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 97, in invalidation-age.txt
Failed example:
[v.x for v in db.open().root().values()]
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[23]>", line 1, in <module>
[v.x for v in db.open().root().values()]
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/DB.py", line 781, in open
self._cache_size_bytes,
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 116, in __init__
storage = db._mvcc_storage
AttributeError: 'DB' object has no attribute '_mvcc_storage'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 117, in invalidation-age.txt
Failed example:
db = ZEO.DB(addr, client='test') # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[32]>", line 1, in <module>
db = ZEO.DB(addr, client='test') # doctest: +ELLIPSIS
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 29, in DB
s = client(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/__init__.py", line 26, in client
return ZEO.ClientStorage.ClientStorage(*args, **kw)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 118, in invalidation-age.txt
Failed example:
db._storage._server.client.verify_result
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[33]>", line 1, in <module>
db._storage._server.client.verify_result
AttributeError: 'ValueDoc' object has no attribute '_server'
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt", line 121, in invalidation-age.txt
Failed example:
[v.x for v in db.open().root().values()]
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest invalidation-age.txt[34]>", line 1, in <module>
[v.x for v in db.open().root().values()]
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/DB.py", line 781, in open
self._cache_size_bytes,
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 116, in __init__
storage = db._mvcc_storage
AttributeError: 'DB' object has no attribute '_mvcc_storage'
/home/jugmac00/Projects/ZEO/src/ZEO/nagios.py:140: ResourceWarning: unclosed <socket.socket fd=8, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 55956)>
addr, options.output_metrics, options.status_path, options.time_units)
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.BufferedRandom name='./1-1.zec'>
gc.collect()
/usr/lib/python3.6/asyncio/selector_events.py:630: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=13>
source=self)
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed file <_io.TextIOWrapper name='./1-1.zec.lock' mode='a+' encoding='UTF-8'>
gc.collect()
/home/jugmac00/Projects/ZEO/src/ZEO/_forker.py:181: ResourceWarning: unclosed <socket.socket fd=15, family=AddressFamily.AF_INET, type=2049, proto=6, laddr=('127.0.0.1', 50766), raddr=('127.0.0.1', 38609)>
gc.collect()
/usr/lib/python3.6/asyncio/selector_events.py:630: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=15>
source=self)
Ran 15 tests with 3 failures, 0 errors and 0 skipped in 3 minutes 36.398 seconds.
Tear down .testZeo-misc2 in 0.000 seconds.
Running .testZeo-new_addr.test tests:
Running in a subprocess.
Set up .testZeo-new_addr.test in 0.000 seconds.
Failure in test /home/jugmac00/Projects/ZEO/src/ZEO/tests/new_addr.test
Failed doctest test for new_addr.test
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/new_addr.test", line 0
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/new_addr.test", line 38, in new_addr.test
Failed example:
wait_until(lambda : client.is_connected())
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest new_addr.test[15]>", line 1, in <module>
wait_until(lambda : client.is_connected())
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/forker.py", line 192, in wait_until
raise AssertionError("Timed out waiting for: ", label)
AssertionError: ('Timed out waiting for: ', '<lambda>')
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/new_addr.test", line 40, in new_addr.test
Failed example:
conn.root()
Expected:
{'x': 2}
Got:
{'x': 1}
Ran 1 tests with 1 failures, 0 errors and 0 skipped in 30.173 seconds.
Tear down .testZeo-new_addr.test in 0.000 seconds.
Running .testZeo-zeo-fan-out.test tests:
Running in a subprocess.
Set up .testZeo-zeo-fan-out.test in 0.000 seconds.
Failure in test /home/jugmac00/Projects/ZEO/src/ZEO/tests/zeo-fan-out.test
Failed doctest test for zeo-fan-out.test
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/zeo-fan-out.test", line 0
----------------------------------------------------------------------
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/zeo-fan-out.test", line 142, in zeo-fan-out.test
Failed example:
for i in range(1000):
c1.sync()
c2.sync()
if (
(r1[1]._p_changed is None)
and
(r1[2]._p_changed is None)
and
(r2[1]._p_changed is None)
and
(r2[2]._p_changed is None)
):
print('Cool')
break
time.sleep(0.01)
else:
print('Dang')
Expected:
Cool
Got:
Dang
Ran 1 tests with 1 failures, 0 errors and 0 skipped in 23.409 seconds.
Tear down .testZeo-zeo-fan-out.test in 0.000 seconds.
Running .threaded_server_tests tests:
Running in a subprocess.
Set up .threaded_server_tests in 0.000 seconds.
Error in test test_ssl_basic (ZEO.tests.testssl.SSLConfigTest)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testssl.py", line 69, in test_ssl_basic
</ssl>""".format(client_cert, client_key, server_cert))
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testConfig.py", line 53, in start_client
""".format(settings))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/config.py", line 88, in storageFromString
return storageFromFile(StringIO(s))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/config.py", line 94, in storageFromFile
return storageFromConfig(config.storage)
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/config.py", line 104, in storageFromConfig
return section.open()
File "/home/jugmac00/Projects/ZEO/src/ZEO/zconfig.py", line 90, in open
**options)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
The following test left new threads behind:
test_ssl_basic (ZEO.tests.testssl.SSLConfigTest)
New thread(s): [<Thread(Thread-33, started daemon 140152770291456)>, <Thread(Thread-34, started daemon 140152761898752)>]
Error in test test_ssl_hostname_check (ZEO.tests.testssl.SSLConfigTest)
Traceback (most recent call last):
File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testssl.py", line 104, in test_ssl_hostname_check
</ssl>""".format(client_cert, client_key, server_cert))
File "/home/jugmac00/Projects/ZEO/src/ZEO/tests/testConfig.py", line 53, in start_client
""".format(settings))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/config.py", line 88, in storageFromString
return storageFromFile(StringIO(s))
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/config.py", line 94, in storageFromFile
return storageFromConfig(config.storage)
File "/home/jugmac00/Projects/ZEO/eggs/ZODB-5.5.1-py3.6.egg/ZODB/config.py", line 104, in storageFromConfig
return section.open()
File "/home/jugmac00/Projects/ZEO/src/ZEO/zconfig.py", line 90, in open
**options)
File "/home/jugmac00/Projects/ZEO/src/ZEO/ClientStorage.py", line 281, in __init__
self._wait()
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 825, in wait
self.wait_for_result(self.client.connected, timeout)
File "/home/jugmac00/Projects/ZEO/src/ZEO/asyncio/client.py", line 759, in wait_for_result
raise ClientDisconnected("timed out waiting for connection")
ZEO.Exceptions.ClientDisconnected: timed out waiting for connection
The following test left new threads behind:
test_ssl_hostname_check (ZEO.tests.testssl.SSLConfigTest)
New thread(s): [<Thread(Thread-35, started daemon 140152753506048)>, <Thread(Thread-36, started daemon 140152736220928)>]
Error: no values for 'authenticate'; 1 required
(line 7 in file:///home/jugmac00/Projects/ZEO/parts/test/tmp/tmpcud45299/conf)
For help, use /home/jugmac00/Projects/ZEO/bin/test -h
Ran 20 tests with 0 failures, 2 errors and 0 skipped in 1 minutes 4.002 seconds.
Tear down .threaded_server_tests in 0.000 seconds.
Running .work_with_multiprocessing tests:
Running in a subprocess.
Set up .work_with_multiprocessing in 0.000 seconds.
Ran 1 tests with 0 failures, 0 errors and 0 skipped in 0.138 seconds.
Tear down .work_with_multiprocessing in 0.000 seconds.
Running ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests tests:
Running in a subprocess.
Set up ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests in 0.000 seconds.
Ran 20 tests with 0 failures, 0 errors and 0 skipped in 2.287 seconds.
Tear down ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests in 0.000 seconds.
Running ZODB.tests.util.ClientStorageSharedBlobsBlobTests tests:
Running in a subprocess.
Set up ZODB.tests.util.ClientStorageSharedBlobsBlobTests in 0.000 seconds.
Ran 20 tests with 0 failures, 0 errors and 0 skipped in 2.277 seconds.
Tear down ZODB.tests.util.ClientStorageSharedBlobsBlobTests in 0.000 seconds.
Tearing down left over layers:
Tear down .EmptyLayer in 0.000 seconds.
Tests with errors:
checkQuickVerificationWith2Clients (ZEO.tests.testConnection.FileStorageInvqTests)
checkVerificationWith2ClientsInvqOverflow (ZEO.tests.testConnection.FileStorageInvqTests)
checkBadMessage1 (ZEO.tests.testConnection.FileStorageConnectionTests)
checkBadMessage2 (ZEO.tests.testConnection.FileStorageConnectionTests)
checkVerificationInvalidationPersists (ZEO.tests.testConnection.FileStorageConnectionTests)
checkBadMessage1 (ZEO.tests.testConnection.MappingStorageConnectionTests)
checkBadMessage2 (ZEO.tests.testConnection.MappingStorageConnectionTests)
checkVerificationInvalidationPersists (ZEO.tests.testConnection.MappingStorageConnectionTests)
checkDisconnectedAbort (ZEO.tests.testConnection.FileStorageReconnectionTests)
checkNoVerificationOnServerRestart (ZEO.tests.testConnection.FileStorageReconnectionTests)
checkNoVerificationOnServerRestartWith2Clients (ZEO.tests.testConnection.FileStorageReconnectionTests)
checkReconnectFallback (ZEO.tests.testConnection.FileStorageReconnectionTests)
checkReconnectWritable (ZEO.tests.testConnection.FileStorageReconnectionTests)
checkBadMessage1 (ZEO.tests.testConnection.SSLConnectionTests)
checkBadMessage2 (ZEO.tests.testConnection.SSLConnectionTests)
checkBasicPersistence (ZEO.tests.testConnection.SSLConnectionTests)
checkCheckForOutOfDateServer (ZEO.tests.testConnection.SSLConnectionTests)
checkCrossDBInvalidations (ZEO.tests.testConnection.SSLConnectionTests)
checkDisconnectedCacheFails (ZEO.tests.testConnection.SSLConnectionTests)
checkDisconnectedCacheWorks (ZEO.tests.testConnection.SSLConnectionTests)
checkMultipleAddresses (ZEO.tests.testConnection.SSLConnectionTests)
checkReadOnlyClient (ZEO.tests.testConnection.SSLConnectionTests)
checkReadOnlyFallbackReadOnlyServer (ZEO.tests.testConnection.SSLConnectionTests)
checkReadOnlyFallbackWritable (ZEO.tests.testConnection.SSLConnectionTests)
checkReadOnlyServer (ZEO.tests.testConnection.SSLConnectionTests)
checkVerificationInvalidationPersists (ZEO.tests.testConnection.SSLConnectionTests)
test_ssl_basic (ZEO.tests.testssl.SSLConfigTest)
test_ssl_hostname_check (ZEO.tests.testssl.SSLConfigTest)
check2StorageThreads (ZEO.tests.testZEO.FileStorageSSLTests)
check2ZODBThreads (ZEO.tests.testZEO.FileStorageSSLTests)
check4ExtStorageThread (ZEO.tests.testZEO.FileStorageSSLTests)
check7StorageThreads (ZEO.tests.testZEO.FileStorageSSLTests)
check7ZODBThreads (ZEO.tests.testZEO.FileStorageSSLTests)
checkAbortAfterVote (ZEO.tests.testZEO.FileStorageSSLTests)
checkAbortNotCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
checkAbortWrongTrans (ZEO.tests.testZEO.FileStorageSSLTests)
checkBasics (ZEO.tests.testZEO.FileStorageSSLTests)
checkBeginCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
checkBuggyResolve1 (ZEO.tests.testZEO.FileStorageSSLTests)
checkBuggyResolve2 (ZEO.tests.testZEO.FileStorageSSLTests)
checkCommitLockVoteAbort (ZEO.tests.testZEO.FileStorageSSLTests)
checkCommitLockVoteClose (ZEO.tests.testZEO.FileStorageSSLTests)
checkCommitLockVoteFinish (ZEO.tests.testZEO.FileStorageSSLTests)
checkConflicts (ZEO.tests.testZEO.FileStorageSSLTests)
checkCreationUndoneGetTid (ZEO.tests.testZEO.FileStorageSSLTests)
checkCreativeGetState (ZEO.tests.testZEO.FileStorageSSLTests)
checkDisconnectedOnThread2Close (ZEO.tests.testZEO.FileStorageSSLTests)
checkFinishNotCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
checkFinishWrongTrans (ZEO.tests.testZEO.FileStorageSSLTests)
checkGetSize (ZEO.tests.testZEO.FileStorageSSLTests)
checkGetTid (ZEO.tests.testZEO.FileStorageSSLTests)
checkIndicesInUndoInfo (ZEO.tests.testZEO.FileStorageSSLTests)
checkIndicesInUndoLog (ZEO.tests.testZEO.FileStorageSSLTests)
checkInterfaceFromRemoteStorage (ZEO.tests.testZEO.FileStorageSSLTests)
checkInterfaces (ZEO.tests.testZEO.FileStorageSSLTests)
checkIterateRecordsRepeatedly (ZEO.tests.testZEO.FileStorageSSLTests)
checkIterateRepeatedly (ZEO.tests.testZEO.FileStorageSSLTests)
checkIterateWhileWriting (ZEO.tests.testZEO.FileStorageSSLTests)
checkIterationIntraTransaction (ZEO.tests.testZEO.FileStorageSSLTests)
checkIteratorExhaustionStorage (ZEO.tests.testZEO.FileStorageSSLTests)
checkIteratorGCProtocol (ZEO.tests.testZEO.FileStorageSSLTests)
checkIteratorGCSpanTransactions (ZEO.tests.testZEO.FileStorageSSLTests)
checkIteratorGCStorageCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
checkIteratorGCStorageDisconnect (ZEO.tests.testZEO.FileStorageSSLTests)
checkIteratorGCStorageTPCAborting (ZEO.tests.testZEO.FileStorageSSLTests)
checkIteratorParallel (ZEO.tests.testZEO.FileStorageSSLTests)
checkLargeUpdate (ZEO.tests.testZEO.FileStorageSSLTests)
checkLen (ZEO.tests.testZEO.FileStorageSSLTests)
checkLoadBefore (ZEO.tests.testZEO.FileStorageSSLTests)
checkLoadBeforeConsecutiveTids (ZEO.tests.testZEO.FileStorageSSLTests)
checkLoadBeforeCreation (ZEO.tests.testZEO.FileStorageSSLTests)
checkLoadBeforeEdges (ZEO.tests.testZEO.FileStorageSSLTests)
checkLoadBeforeOld (ZEO.tests.testZEO.FileStorageSSLTests)
checkLoadBeforeUndo (ZEO.tests.testZEO.FileStorageSSLTests)
checkLoadSerial (ZEO.tests.testZEO.FileStorageSSLTests)
checkLoad_was_checkLoadEx (ZEO.tests.testZEO.FileStorageSSLTests)
checkMTStores (ZEO.tests.testZEO.FileStorageSSLTests)
checkMultipleEmptyTransactions (ZEO.tests.testZEO.FileStorageSSLTests)
checkNotUndoable (ZEO.tests.testZEO.FileStorageSSLTests)
checkNote (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackAfterUndoDeletion (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackAfterUndoManyTimes (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackAllRevisions (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackEmptyStorage (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackJustOldRevisions (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackLotsWhileWriting (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackNowWhileWriting (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackOnlyOneObject (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackTomorrow (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackUndoLog (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackUnlinkedFromRoot (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackWhileWriting (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackWithMultiDatabaseReferences (ZEO.tests.testZEO.FileStorageSSLTests)
checkPackYesterday (ZEO.tests.testZEO.FileStorageSSLTests)
checkReadMethods (ZEO.tests.testZEO.FileStorageSSLTests)
checkRedundantPack (ZEO.tests.testZEO.FileStorageSSLTests)
checkResolve (ZEO.tests.testZEO.FileStorageSSLTests)
checkSecondBeginFails (ZEO.tests.testZEO.FileStorageSSLTests)
checkSerialIsNoneForInitialRevision (ZEO.tests.testZEO.FileStorageSSLTests)
checkSimpleIteration (ZEO.tests.testZEO.FileStorageSSLTests)
checkSimpleTransactionalUndo (ZEO.tests.testZEO.FileStorageSSLTests)
checkSortKey (ZEO.tests.testZEO.FileStorageSSLTests)
checkStore (ZEO.tests.testZEO.FileStorageSSLTests)
checkStoreAndLoad (ZEO.tests.testZEO.FileStorageSSLTests)
checkStoreNotCommitting (ZEO.tests.testZEO.FileStorageSSLTests)
checkStoreTwoObjects (ZEO.tests.testZEO.FileStorageSSLTests)
checkStoreWrongTrans (ZEO.tests.testZEO.FileStorageSSLTests)
checkTransactionExtensionFromIterator (ZEO.tests.testZEO.FileStorageSSLTests)
checkTransactionalUndoAfterPack (ZEO.tests.testZEO.FileStorageSSLTests)
checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZEO.tests.testZEO.FileStorageSSLTests)
checkTransactionalUndoIterator (ZEO.tests.testZEO.FileStorageSSLTests)
checkTwoObjectUndo (ZEO.tests.testZEO.FileStorageSSLTests)
checkTwoObjectUndoAgain (ZEO.tests.testZEO.FileStorageSSLTests)
checkTwoObjectUndoAtOnce (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoConflictResolution (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoCreationBranch1 (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoCreationBranch2 (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoInvalidation (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoLogMetadata (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoMultipleConflictResolution (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoMultipleConflictResolutionReversed (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoUnresolvable (ZEO.tests.testZEO.FileStorageSSLTests)
checkUndoZombie (ZEO.tests.testZEO.FileStorageSSLTests)
checkUnresolvable (ZEO.tests.testZEO.FileStorageSSLTests)
checkVolatileCacheWithImmediateLastTransaction (ZEO.tests.testZEO.FileStorageSSLTests)
checkWriteAfterAbort (ZEO.tests.testZEO.FileStorageSSLTests)
checkWriteMethods (ZEO.tests.testZEO.FileStorageSSLTests)
checkZClassesArentResolved (ZEO.tests.testZEO.FileStorageSSLTests)
checkZEOInvalidation (ZEO.tests.testZEO.FileStorageSSLTests)
check_checkCurrentSerialInTransaction (ZEO.tests.testZEO.FileStorageSSLTests)
check_tid_ordering_w_commit (ZEO.tests.testZEO.FileStorageSSLTests)
Tests with failures:
testClientBasics (ZEO.asyncio.tests.ClientTests)
test_bad_server_tid (ZEO.asyncio.tests.ClientTests)
test_cache_behind (ZEO.asyncio.tests.ClientTests)
test_cache_way_behind (ZEO.asyncio.tests.ClientTests)
test_invalidations_while_verifying (ZEO.asyncio.tests.ClientTests)
testClientBasics (ZEO.asyncio.tests.MsgpackClientTests)
test_bad_server_tid (ZEO.asyncio.tests.MsgpackClientTests)
test_cache_behind (ZEO.asyncio.tests.MsgpackClientTests)
test_cache_way_behind (ZEO.asyncio.tests.MsgpackClientTests)
test_invalidations_while_verifying (ZEO.asyncio.tests.MsgpackClientTests)
checkMultipleServers (ZEO.tests.testConnection.FileStorageReconnectionTests)
checkReconnection (ZEO.tests.testConnection.FileStorageReconnectionTests)
invalidations_while_connecting (ZEO.tests.testConnection)
client_has_newer_data_than_server (ZEO.tests.testZEO)
invalidate_client_cache_entry_on_server_commit_error (ZEO.tests.testZEO)
quick_close_doesnt_kill_server (ZEO.tests.testZEO)
tpc_finish_error (ZEO.tests.testZEO)
iterator_sane_after_reconnect (ZEO.tests.IterationTests)
/home/jugmac00/Projects/ZEO/src/ZEO/tests/new_addr.test
/home/jugmac00/Projects/ZEO/src/ZEO/tests/zeo-fan-out.test
/home/jugmac00/Projects/ZEO/src/ZEO/tests/drop_cache_rather_than_verify.txt
/home/jugmac00/Projects/ZEO/src/ZEO/tests/protocols.test
/home/jugmac00/Projects/ZEO/src/ZEO/tests/invalidation-age.txt
Total: 1009 tests, 23 failures, 131 errors and 0 skipped in 104 minutes 50.841 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment