This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith, jcea
Date 2008-07-19.20:08:32
SpamBayes Score 0.08297206
Marked as misclassified No
Message-id <1216498128.22.0.535954050989.issue2960@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, now i've run the correct test suite on the correct modules with
pybsddb r530:

The problems still happen.  Sometimes it passes.  Other times it raises
an assertion error.

test01_basic_replication DBReplicationManger error:

File
"/home/greg/sandbox/pybsddb/trunk/build/lib.linux-i686-2.6-pydebug/bsddb3/tests/test_replication.py",
line 134, in test01_basic_replication
    self.assertTrue(time.time()<timeout)

test01_basic_replication DBBaseReplication error:

File
"/home/greg/sandbox/pybsddb/trunk/build/lib.linux-i686-2.6-pydebug/bsddb3/tests/test_replication.py",
line 342, in test01_basic_replication
    self.assertEquals("123", v)


and some others.

i haven't seen it segfault anymore though.
History
Date User Action Args
2008-07-19 20:08:48gregory.p.smithsetspambayes_score: 0.0829721 -> 0.08297206
recipients: + gregory.p.smith, jcea
2008-07-19 20:08:48gregory.p.smithsetspambayes_score: 0.0829721 -> 0.0829721
messageid: <1216498128.22.0.535954050989.issue2960@psf.upfronthosting.co.za>
2008-07-19 20:08:32gregory.p.smithlinkissue2960 messages
2008-07-19 20:08:32gregory.p.smithcreate