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-21.18:59:18
SpamBayes Score 0.0007587064
Marked as misclassified No
Message-id <1216666760.29.0.290124512357.issue2960@psf.upfronthosting.co.za>
In-reply-to
Content
using a python trunk optimized (non-debug) build and pybsddb r530:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Berkeley DB 4.7.25: (May 15, 2008)
bsddb.db.version():   (4, 7, 25)
bsddb.db.__version__: 4.7.2devel3
bsddb.db.cvsid:       $Id: _bsddb.c 527 2008-07-19 09:06:38Z jcea $
py module:           
/home/greg/sandbox/pybsddb/trunk/build/lib.linux-i686-2.6/bsddb3/__init__.py
extension module:    
/home/greg/sandbox/pybsddb/trunk/build/lib.linux-i686-2.6/bsddb3/_pybsddb.so
python version:       2.6b2+ (trunk:65173M, Jul 21 2008, 11:46:04)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
My pid:               9144
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Failure in test test01_basic_replication
(bsddb3.tests.test_replication.DBReplicationManager)
Traceback (most recent call last):
  File "/home/greg/sandbox/python/trunk/Lib/unittest.py", line 279, in run
    testMethod()
  File
"/home/greg/sandbox/pybsddb/trunk/build/lib.linux-i686-2.6/bsddb3/tests/test_replication.py",
line 134, in test01_basic_replication
    self.assertTrue(time.time()<timeout)
  File "/home/greg/sandbox/python/trunk/Lib/unittest.py", line 325, in
failUnless
    if not expr: raise self.failureException, msg
AssertionError

Failure in test test01_basic_replication
(bsddb3.tests.test_replication.DBBaseReplication)
Traceback (most recent call last):
  File "/home/greg/sandbox/python/trunk/Lib/unittest.py", line 279, in run
    testMethod()
  File
"/home/greg/sandbox/pybsddb/trunk/build/lib.linux-i686-2.6/bsddb3/tests/test_replication.py",
line 352, in test01_basic_replication
    self.assertEquals(None, v)
  File "/home/greg/sandbox/python/trunk/Lib/unittest.py", line 350, in
failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: None != '123'
History
Date User Action Args
2008-07-21 18:59:20gregory.p.smithsetspambayes_score: 0.000758706 -> 0.0007587064
recipients: + gregory.p.smith, jcea
2008-07-21 18:59:20gregory.p.smithsetspambayes_score: 0.000758706 -> 0.000758706
messageid: <1216666760.29.0.290124512357.issue2960@psf.upfronthosting.co.za>
2008-07-21 18:59:19gregory.p.smithlinkissue2960 messages
2008-07-21 18:59:18gregory.p.smithcreate