Roundup Tracker - Issues

Issue 950162

classification
metakit import broken
Type: Severity: normal
Components: Installation Versions:
process
Status: closed
:
: wc2so1 : gwiener, richard, wc2so1
Priority: normal :

Created on 2004-05-07 21:38 by gwiener, last changed 2004-05-18 15:23 by wc2so1.

Messages
msg1205 Author: [hidden] (gwiener) Date: 2004-05-07 21:38
 python run_tests.py
Running unit tests at level 1
Running unit tests from /d2/gerry/local/roundup-0.7.0/.
Including anydbm tests
Skipping bsddb tests
Skipping bsddb3 tests
Including metakit tests
Skipping mysql tests
Skipping postgresql tests
Skipping sqlite tests
.........................................................................................................................................................................................................................................................

Failure in test testIDSetting
(test.test_metakit.metakitDBTest)
Traceback (most recent call last):
  File
"/d2/gerry/local/roundup-0.7.0/./test/db_test_base.py",
line 122, in testIDSetting
    self.assertEqual('11', id2)
  File "/d2/gerry/local/lib/python2.3/unittest.py",
line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: '11' != '1'

..................................................................
======================================================================
FAIL: testIDSetting (test.test_metakit.metakitDBTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/d2/gerry/local/roundup-0.7.0/./test/db_test_base.py",
line 122, in testIDSetting
    self.assertEqual('11', id2)
  File "/d2/gerry/local/lib/python2.3/unittest.py",
line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: '11' != '1'

----------------------------------------------------------------------
Ran 316 tests in 43.553s

FAILED (failures=1)
light:gerry> python
Python 2.3.3 (#1, Apr  2 2004, 12:08:02)
[GCC 3.2.2] on linux2
Type "help", "copyright", "credits" or "license" for
more information.
>>>
msg1206 Author: [hidden] (richard) Date: 2004-05-07 21:58
Logged In: YES 
user_id=6405

As mentioned in the release announcement, this is a known 
bug. 
msg1207 Author: [hidden] (wc2so1) Date: 2004-05-17 16:00
Logged In: YES 
user_id=424987

I have a handle on this one and I'm fairly condifidant that
I have the solution.  I'll keep you posted.

Brian
msg1208 Author: [hidden] (wc2so1) Date: 2004-05-18 15:23
Logged In: YES 
user_id=424987

This bug is now fixed.  It was a lot easier than I thought
once I understood the problem.

Now, onto making the metakit backend faster, it got a bit
slower for some reason after my revisions :)
History
Date User Action Args
2004-05-07 21:38:44gwienercreate