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.19:08:27
SpamBayes Score 0.0001563123
Marked as misclassified No
Message-id <1216494509.77.0.356618053194.issue2960@psf.upfronthosting.co.za>
In-reply-to
Content
python 2.6b1+, bdb 4.7.25 on x86 ubuntu linux.


% ../../../../python/trunk/python bsddb3/tests/test_replication.py -v
test01_basic_replication (__main__.DBReplicationManager) ... zsh:
segmentation fault  ../../../../python/trunk/python
bsddb3/tests/test_replication.py -v


% ../../../../python/trunk/python bsddb3/tests/test_replication.py -v
test01_basic_replication (__main__.DBReplicationManager) ... FAIL
test01_basic_replication (__main__.DBBaseReplication) ... ERROR
test02_test_request (__main__.DBBaseReplication) ... ERROR
test03_master_election (__main__.DBBaseReplication) ... ERROR

======================================================================
ERROR: test01_basic_replication (__main__.DBBaseReplication)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "bsddb3/tests/test_replication.py", line 228, in setUp
    self.dbenvMaster.rep_set_transport(13,m2c)
AttributeError: rep_set_transport

======================================================================
ERROR: test02_test_request (__main__.DBBaseReplication)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "bsddb3/tests/test_replication.py", line 228, in setUp
    self.dbenvMaster.rep_set_transport(13,m2c)
AttributeError: rep_set_transport

======================================================================
ERROR: test03_master_election (__main__.DBBaseReplication)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "bsddb3/tests/test_replication.py", line 228, in setUp
    self.dbenvMaster.rep_set_transport(13,m2c)
AttributeError: rep_set_transport

======================================================================
FAIL: test01_basic_replication (__main__.DBReplicationManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "bsddb3/tests/test_replication.py", line 134, in
test01_basic_replication
    self.assertTrue(time.time()<timeout)
AssertionError

----------------------------------------------------------------------
Ran 4 tests in 2.198s

FAILED (failures=1, errors=3)
[27429 refs]
History
Date User Action Args
2008-07-19 19:08:30gregory.p.smithsetspambayes_score: 0.000156312 -> 0.0001563123
recipients: + gregory.p.smith, jcea
2008-07-19 19:08:29gregory.p.smithsetspambayes_score: 0.000156312 -> 0.000156312
messageid: <1216494509.77.0.356618053194.issue2960@psf.upfronthosting.co.za>
2008-07-19 19:08:28gregory.p.smithlinkissue2960 messages
2008-07-19 19:08:28gregory.p.smithcreate