#1667 closed defect (cannot reproduce)
Another nondeterministic failure in allmydata.test.test_system.SystemTest.test_mutable
Reported by: | stercor | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-mutable | Version: | 1.9.1 |
Keywords: | heisenbug test | Cc: | |
Launchpad Bug: |
Description
Failure running 'python setup.py test'
Attachments (2)
Change History (5)
Changed at 2012-02-09T18:11:37Z by stercor
comment:1 Changed at 2012-02-09T18:13:17Z by stercor
- Priority changed from major to minor
Changed at 2012-02-09T20:13:09Z by stercor
comment:2 follow-up: ↓ 3 Changed at 2012-03-31T00:13:32Z by davidsarah
- Component changed from unknown to code-mutable
- Priority changed from minor to normal
- Resolution set to cannot reproduce
- Status changed from new to closed
tahoe-nondeterministic-failure seems to be truncated; did you stop the test at that point? If so, the information needed to diagnose what went wrong, which would have been printed later, has been lost (and there is also no useful information in test.log).
To display more output as the tests are run, use python setup.py test --rterrors. Maybe we should make that the default. As it is, there's really no way to debug this or relate it to other tickets, so marking as "cannot reproduce". Feel free to reopen if you can reproduce it.
comment:3 in reply to: ↑ 2 Changed at 2012-03-31T00:19:19Z by davidsarah
Replying to davidsarah:
To display more output as the tests are run, use python setup.py test --rterrors. Maybe we should make that the default.
Filed as #1699.
stdout and stderr output of Tahoe-LAFS installation.