Comment 1 for bug 1269898

Revision history for this message
Barry Warsaw (barry) wrote : Re: Python 3.4 failures

Actually, the problem is a little deeper. I see two test failures with Python 3.4 against trunk code. Still investigating, by you should be able to reproduce with this in Trusty (assuming python3.4 is installed).

$ python3.4 setup.py nosetests -vv --test test.test_syncing

======================================================================
FAIL: Test when getting all machines errors, we should stop syncing
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/barry/projects/ubuntu/oneconf/lp1269898/test/test_syncing.py", line 417, in test_get_all_machines_error
    self.assertFalse(self.check_msg_in_output("Saving updated", check_errors=False))
nose.proxy.AssertionError: AssertionError: True is not false

======================================================================
FAIL: Test server not responsing at all
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/barry/projects/ubuntu/oneconf/lp1269898/test/test_syncing.py", line 391, in test_server_error
    self.assertFalse(self.check_msg_in_output("Saving updated", check_errors=False))
nose.proxy.AssertionError: AssertionError: True is not false