twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

Test failures with Twisted 17.5 #72

Closed mithrandi closed 7 years ago

mithrandi commented 7 years ago

17.5 fixed most of our issues, I think, but we're left with these:

[ERROR]
Traceback (most recent call last):
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/txaws/client/tests/test_base.py", line 287, in test_ssl_hostname_verification
    [(host, port, factory, contextFactory)] = fake_reactor.connects
exceptions.ValueError: need more than 0 values to unpack
txaws.client.tests.test_base.BaseQueryTestCase.test_ssl_hostname_verification
[ERROR]
Traceback (most recent call last):
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/twisted/internet/endpoints.py", line 992, in startConnectionAttempts
    iterateEndpoint.start(self._attemptDelay)
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/twisted/internet/task.py", line 190, in start
    self.starttime = self.clock.seconds()
exceptions.AttributeError: 'FakeReactor' object has no attribute 'seconds'
txaws.ec2.tests.test_client.EC2ClientEBSTestCase.test_attach_volume

The second one is a misattributed traceback, I think.