Roundup Tracker - Issues

Issue 1593960

classification
Roundup 1.3.0, Python 2.5 on Windows: Anydbm test failure
Type: Severity: normal
Components: Database Versions:
process
Status: closed works for me
:
: : cknittel, richard
Priority: normal :

Created on 2006-11-10 08:07 by cknittel, last changed 2006-11-13 08:49 by anonymous.

Messages
msg2343 Author: [hidden] (cknittel) Date: 2006-11-10 08:07
Running the Roundup 1.3.0 run_tests.py with Python 2.5
on Windows gives me the following (single) Anydbm test
failure:

======================================================================
FAIL: testFilteringRangeGeekInterval
(test.test_anydbm.anydbmDBTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python25\lib\unittest.py", line 260, in run
    testMethod()
  File
"C:\Programme\roundup-1.3.0\.\test\db_test_base.py",
line 1085, in testFilteringRangeGeekInterval
    ae(filt(None, {'deadline': '-1d;'}), ['6'])
  File "C:\Python25\lib\unittest.py", line 334, in
failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: [] != ['6']
msg2344 Author: [hidden] (richard) Date: 2006-11-11 03:22
Logged In: YES 
user_id=6405

I can't reproduce this :(
msg2345 Author: [hidden] (anonymous) Date: 2006-11-13 08:49
Logged In: NO 

I cannot reproduce it with 1.3.1 either...
msg2346 Author: [hidden] (cknittel) Date: 2006-11-13 08:50
Logged In: YES 
user_id=1195809

This was my comment, sorry, I wasn't logged in.
History
Date User Action Args
2006-11-10 08:07:04cknittelcreate