Ticket #765 (defect)
Opened 8 months ago
Last modified 8 months ago
Intermittent failure in 3.0.x session test
Status: closed (fixed)
| Reported by: | dowski | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
I'm getting intermittent failures in the 3.0.x branch session tool test.
======================================================================
FAIL: test_0_Session (test_session.SessionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/christian/python/cp3land/lib/python2.4/site-packages/cherrypy/test/webtest.py", line 306, in __call__
testMethod()
File "/home/christian/python/cp3land/lib/python2.4/site-packages/cherrypy/test/test_session.py", line 125, in test_0_Session
self.assertEqual(f(), [])
AssertionError: ['session-76dc0afd97034c7803ef7bb1bdba365a63a5976f'] != []
It seems to happen more frequently when I run the session test on its own:
python test.py --test_session
If I run the whole suite, it happens less often.
Change History
01/13/08 15:09:41: Modified by fumanchu
- owner changed from rdelon to fumanchu.
- status changed from new to assigned.
01/13/08 15:17:07: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.
- milestone set to 3.0.
Fixed in [1845].


Needs a backport of [1840]. Gimme a few minutes.