oneclient acceptance tests using environment deployed from packages

Build: #44 failed

Job: onedata_fs tests failed

Test results

  • 170 tests in total
  • 2 tests failed
  • 2 tests were quarantined / skipped
  • 32 minutes taken in total.

Build 44 has the following 2 errors:There were no new test failures since the previous build.

Existing test failures 2
Status Test Failing since Duration
AssertionError: u'b' not found in Mode(u'w')

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/fs/test.py", line 791, in test_openbin_rw
    self.assertIn("b", f.mode)
AssertionError: u'b' not found in Mode(u'w')
		
AssertionError: 'b' not found in Mode('w')

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/fs/test.py", line 791, in test_openbin_rw
    self.assertIn("b", f.mode)
AssertionError: 'b' not found in Mode('w')