Roundup Tracker - Issues

Issue 616627

classification
Errors running self test for 0.5.0pr1
Type: Severity: normal
Components: Installation Versions:
process
Status: closed later
:
: richard : gmcm, richard
Priority: normal :

Created on 2002-09-30 16:01 by anonymous, last changed 2002-10-08 22:18 by richard.

Messages
msg383 Author: [hidden] (anonymous) Date: 2002-09-30 16:01
Attached is the output of the unit tests, running on Win 
XP. 

 I had just installed the metakit 2.4.6 dll and py file, 
and "import metakit" gave no error.

If you need more info, let me know.

Steve
msg384 Author: [hidden] (anonymous) Date: 2002-09-30 16:09
Logged In: NO 

PS:  I am running ActiveState Python 2.2.1.   I ran the self 
test for 4.4 and all tests passed.

steve
msg385 Author: [hidden] (gmcm) Date: 2002-09-30 16:34
Logged In: YES 
user_id=4923

There's nothing attached.
I would expect 1 error (which is in the test script), and 10
failures. These are because Metakit has no concept
of NULL, the indexer doesn't re-index, and history is held
differently.
msg386 Author: [hidden] (richard) Date: 2002-10-02 00:52
Logged In: YES 
user_id=6405

I've cleaned up the unit tests so that the only tests that fail are the  
ones that I believe should pass (though I'm not sure on the journalling  
front). The remaining failures are:  
 
1. item creation with a bad Number value resulted in a TypeError, but  
the item was still created  
2. reindexing isn't implemented 
3. indexed searching returns false positive 
4. journal events aren't complete 
 
msg387 Author: [hidden] (richard) Date: 2002-10-08 22:18
Logged In: YES 
user_id=6405

This is as fixed as it's going to get for now. 
 
History
Date User Action Args
2002-09-30 16:01:28anonymouscreate