Roundup Tracker - Issues

Issue 953519

classification
run_tests.py failure: db_test_base.py
Type: Severity: normal
Components: Installation Versions:
process
Status: closed
:
: richard : bostrick, richard
Priority: low :

Created on 2004-05-13 19:07 by bostrick, last changed 2004-05-15 03:42 by richard.

Messages
msg1251 Author: [hidden] (bostrick) Date: 2004-05-13 19:07
Don't know enough to elaborate, but here's the output:

[bowe@bowe roundup-0.7.1]$ python run_tests.py
Running unit tests at level 1
Running unit tests from /home/bowe/roundup-0.7.1/.
Including anydbm tests
Including bsddb tests
Skipping bsddb3 tests
Skipping metakit tests
Skipping mysql tests
Skipping postgresql tests
Skipping sqlite tests
................/home/bowe/roundup-0.7.1/./roundup/backends/back_anydbm.py:119:
FutureWarning: %u/%o/%x/%X of negative int will return
a signed string in Python 2.4 and up
  return '<back_anydbm instance at %x>'%id(self)
............................................................................................................................
 
Failure in test testPack (test.test_bsddb.bsddbDBTest)
Traceback (most recent call last):
  File
"/home/bowe/roundup-0.7.1/./test/db_test_base.py", line
635, in testPack
    self.assertEqual(jlen-1,
len(self.db.getjournal('issue', id)))
  File
"/usr/src/build/378132-i386/install/usr/lib/python2.3/unittest.py",
line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: 2 != 3
 
...............................................................................................................................................................................
======================================================================
FAIL: testPack (test.test_bsddb.bsddbDBTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/bowe/roundup-0.7.1/./test/db_test_base.py", line
635, in testPack
    self.assertEqual(jlen-1,
len(self.db.getjournal('issue', id)))
  File
"/usr/src/build/378132-i386/install/usr/lib/python2.3/unittest.py",
line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: 2 != 3
 
----------------------------------------------------------------------
Ran 316 tests in 364.556s
 
FAILED (failures=1)
[bowe@bowe roundup-0.7.1]$ cat /etc/redhat-release
Fedora Core release 1.92 (FC2 Test 3)
[bowe@bowe roundup-0.7.1]$ rpm -q python
python-2.3.3-3
[bowe@bowe roundup-0.7.1]$
msg1252 Author: [hidden] (richard) Date: 2004-05-15 03:42
Logged In: YES 
user_id=6405

This is a dupe of 953519 
History
Date User Action Args
2004-05-13 19:07:08bostrickcreate