test suite should pass with -O #1944

Closed
opened 2013-04-16 04:58:48 +00:00 by daira · 2 comments
daira commented 2013-04-16 04:58:48 +00:00
Owner
bin/tahoe @python -O @tahoe debug trial --rterror
[...]
FAIL
Traceback (most recent call last):
> File "/usr/local/lib/python2.7/dist-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 138, in maybeDeferred
    result = f(*args, **kw)
> File "/usr/local/lib/python2.7/dist-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/_utilspy3.py", line 41, in runWithWarningsSuppressed
    reraise(exc_info[1], exc_info[2])
> File "/usr/local/lib/python2.7/dist-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/_utilspy3.py", line 37, in runWithWarningsSuppressed
    result = f(*a, **kw)
> File "/home/davidsarah/tahoe/git/trunk/src/allmydata/test/test_util.py", line 485, in test_abspath_expanduser_unicode
    self.failUnlessRaises(AssertionError, fileutil.abspath_expanduser_unicode, "bytestring")
> File "/usr/local/lib/python2.7/dist-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/trial/_synctest.py", line 338, in assertRaises
    % (exception.*name*, result))
twisted.trial.unittest.FailTest: [AssertionError](wiki/AssertionError) not raised (u'/home/davidsarah/tahoe/git/trunk/_trial_temp/bytestring' returned)

allmydata.test.test_util.FileUtil.test_abspath_expanduser_unicode
===============================================================================
ERROR
Traceback (most recent call last):
> File "/home/davidsarah/tahoe/git/trunk/src/allmydata/test/common_util.py", line 109, in done
    (which, expected_failure, res))
twisted.trial.unittest.FailTest: test_shares_by_server was supposed to raise <type 'exceptions.AssertionError'>, not get '{'1': set([1]), 's': set([1]), 'r': set([1]), 'e': set([1]), 'v': set([1])}'

allmydata.test.test_upload.EncodingParameters.test_shares_by_server
===============================================================================
ERROR
Traceback (most recent call last):
> File "/home/davidsarah/tahoe/git/trunk/src/allmydata/test/common.py", line 1064, in done
    (which, expected_failure, res))
twisted.trial.unittest.FailTest: test_compute_rate was supposed to raise <type 'exceptions.AssertionError'>, not get '-10.0'

allmydata.test.test_web.Util.test_compute_rate
allmydata.test.test_web.Util.test_compute_rate
-------------------------------------------------------------------------------
``` bin/tahoe @python -O @tahoe debug trial --rterror [...] FAIL Traceback (most recent call last): > File "/usr/local/lib/python2.7/dist-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 138, in maybeDeferred result = f(*args, **kw) > File "/usr/local/lib/python2.7/dist-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/_utilspy3.py", line 41, in runWithWarningsSuppressed reraise(exc_info[1], exc_info[2]) > File "/usr/local/lib/python2.7/dist-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/_utilspy3.py", line 37, in runWithWarningsSuppressed result = f(*a, **kw) > File "/home/davidsarah/tahoe/git/trunk/src/allmydata/test/test_util.py", line 485, in test_abspath_expanduser_unicode self.failUnlessRaises(AssertionError, fileutil.abspath_expanduser_unicode, "bytestring") > File "/usr/local/lib/python2.7/dist-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/trial/_synctest.py", line 338, in assertRaises % (exception.*name*, result)) twisted.trial.unittest.FailTest: [AssertionError](wiki/AssertionError) not raised (u'/home/davidsarah/tahoe/git/trunk/_trial_temp/bytestring' returned) allmydata.test.test_util.FileUtil.test_abspath_expanduser_unicode =============================================================================== ERROR Traceback (most recent call last): > File "/home/davidsarah/tahoe/git/trunk/src/allmydata/test/common_util.py", line 109, in done (which, expected_failure, res)) twisted.trial.unittest.FailTest: test_shares_by_server was supposed to raise <type 'exceptions.AssertionError'>, not get '{'1': set([1]), 's': set([1]), 'r': set([1]), 'e': set([1]), 'v': set([1])}' allmydata.test.test_upload.EncodingParameters.test_shares_by_server =============================================================================== ERROR Traceback (most recent call last): > File "/home/davidsarah/tahoe/git/trunk/src/allmydata/test/common.py", line 1064, in done (which, expected_failure, res)) twisted.trial.unittest.FailTest: test_compute_rate was supposed to raise <type 'exceptions.AssertionError'>, not get '-10.0' allmydata.test.test_web.Util.test_compute_rate allmydata.test.test_web.Util.test_compute_rate ------------------------------------------------------------------------------- ```
tahoe-lafs added the
code
normal
defect
1.9.2
labels 2013-04-16 04:58:48 +00:00
tahoe-lafs added this to the soon milestone 2013-04-16 04:58:48 +00:00

The way to accomplish this is to remove assert from the implementation of Tahoe-LAFS since removing assert is primarily (solely?) the consequence of -O.

The way to accomplish this is to remove `assert` from the implementation of Tahoe-LAFS since removing `assert` is primarily (solely?) the consequence of `-O`.

ticket:1968 suggests removing assert. It was filed later but because of phrasing I'm going to close this one as a duplicate.

ticket:1968 suggests removing `assert`. It was filed later but because of phrasing I'm going to close this one as a duplicate.
exarkun added the
duplicate
label 2020-01-17 14:29:46 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#1944
No description provided.