Modify ↓
Opened 11 years ago
Closed 11 years ago
#11557 closed defect (fixed)
RegressionTestTicket8247 rarely fails
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | low | Milestone: | 0.12.6 |
Component: | general | Version: | 1.0-stable |
Severity: | normal | Keywords: | test |
Cc: | Branch: | ||
Release Notes: |
Fix rare failure of |
||
API Changes: | |||
Internal Changes: |
Description
====================================================================== FAIL: Test for regression of http://trac.edgewall.org/ticket/8247 ---------------------------------------------------------------------- Traceback (most recent call last): File "/run/shm/7ba15dad71439be9da2cf429aeb45bc66df4588f/py26-postgres/trac/ticket/tests/functional.py", line 2027, in runTest tc.notfind('anonymous') File "/run/shm/7ba15dad71439be9da2cf429aeb45bc66df4588f/py26-postgres/trac/tests/functional/better_twill.py", line 234, in better_notfind raise twill.errors.TwillAssertionError(*args) TwillAssertionError: ("match to 'anonymous'", '/run/shm/7ba15dad71439be9da2cf429aeb45bc66df4588f/py26-postgres/testenv/trac/log/RegressionTestTicket8247.html')
In RegressionTestTicket8247.html
, "anonymous" phrase indeed is present.
<th><label for="field-description">Description:</label></th> <td class="fullrow" colspan="3"> <fieldset> <label for="field-description" id="field-description-help">You may use <a tabindex="42" href="/wiki/WikiFormatting">WikiFormatting</a> here.</label> <textarea id="field-description" name="field_description" class="wikitext trac-resizable" rows="10" cols="68"> aff2323c foreseeable proteins fishbowl multilingual conking. aff234e4 gulley wording disquiet Flintstones sparsest rape impedimenta. aff23714 indued mayday moveables anonymously pithiest legendary soloed Herrera tourism peppercorn futzes Gloucester Greensleeves. aff2389a connotative gongs blasted. aff23a34 Watteau hypotheses staffed. aff23c28 feasible height juts inevitably villagers infinitesimal. aff23dea shaping Huitzilopotchli parades appalling televisions vocalization. aff23fac domesticates imbed Tarkington replies morbidly lamebrain cockerel Starkey rudeness. aff241b4 bindings littlest medley whizzes telecommuted reputed exemplifying. aff2434e peripheries jamb. aff244de city adipose Brownie vividest. aff246dc mortars Saxony detects shootouts scuffing dicier abruptness supersonic affordable rehabbing Bonhoeffer finished. aff24862 mossy bisector Pollock wormiest. aff249e8 sticklers etymology maroon addends dictum.</textarea> </fieldset> </td>
It seems the reason is that /usr/share/dict/words
file has anonymous phrase.
$ grep anonymous /usr/share/dict/words anonymous anonymously
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Milestone: | next-minor-0.12.x → 0.12.6 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 11 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed in [12626] and merged in [12627-12628].
Note:
See TracTickets
for help on using tickets.
Proposed patch in the following. I'll push it later.
trac/ticket/tests/functional.py
anonymous')