#3321 closed defect (duplicate)

PyPy CI: allmydata.test.test_system.SystemTest.test_filesystem sometimes fails

Reported by: sajith Owned by:
Priority: normal Milestone: undecided
Component: dev-infrastructure Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

There are these intermittent failures on pypy2.7-buster on CircleCI (example), which goes away when the task is restarted:

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/tahoe-lafs.tox/pypy27-coverage/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/tmp/tahoe-lafs.tox/pypy27-coverage/site-packages/allmydata/test/test_system.py", line 2414, in <lambda>
    d.addCallback(lambda out_err: self.failUnlessEqual(out_err[0], datas[0]))
  File "/tmp/tahoe-lafs.tox/pypy27-coverage/site-packages/twisted/trial/_synctest.py", line 434, in assertEqual
    super(_Assertions, self).assertEqual(first, second, msg)
  File "/opt/pypy/lib-python/2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/opt/pypy/lib-python/2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)
twisted.trial.unittest.FailTest: '' != 'data to be uploaded: file0\n'

Possibly related to #3299.

Change History (6)

comment:1 Changed at 2020-06-23T15:34:49Z by sajith

  • Summary changed from PyPy CI: allmydata.test.test_system.SystemTest sometimes fails to PyPy CI: allmydata.test.test_system.SystemTest.test_filesystem sometimes fails

comment:3 Changed at 2020-09-24T15:07:21Z by exarkun

test_filesystem is too big to make any sense of. I filed https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3438 for breaking one piece off of it.

comment:4 Changed at 2020-10-23T19:00:25Z by exarkun

  • Keywords review added
  • Owner sajith deleted

comment:5 Changed at 2020-11-03T19:34:58Z by exarkun

  • Keywords review removed

comment:6 Changed at 2020-12-22T20:32:33Z by exarkun

  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.