summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_replication.py
Commit message (Collapse)AuthorAgeFilesLines
* - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supportingdoko@ubuntu.com2013-03-191-19/+67
| | | | db-5.x, and dropping support for db-4.1 and db-4.2.
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-24/+24
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-221-16/+36
|
* #7808: Fix reference leaks in _bsddb and related tests.Florent Xicluna2010-03-011-0/+12
|
* Issue 3892 again. The bsddb3 replication test still fails randomly.R. David Murray2010-03-011-18/+20
| | | | | | | Since this module is unmaintained in the library and gone in py3k, this patch skips the remainder of the replication test if a second timeout occurs, as it randomly does. This should improve buildbot stability.
* Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-021-10/+10
|
* Turn the bsddb replication startup timeout test into aR. David Murray2009-11-141-2/+7
| | | | warning, to improve buildbot stability.
* I got the relative magnitudes of the timeout increases reversed, soR. David Murray2009-11-111-1/+1
| | | | | | I'm bumping up the longer test to the 60 seconds I intended to make it. If this doesn't cure the intermittent buildbot timeouts, I'm going to turn that test into a warning rather than a failure.
* Increase the timeout in the bsddb3 replication test to allowR. David Murray2009-11-051-2/+2
| | | | the test time to complete on slow buildbots. See issue 6462.
* On Windows, temporarily disable the bsddb test referenced in bug 3892.Mark Hammond2008-09-181-1/+13
| | | | | We do yell to stderr and the bug is marked as a blocker. Reviewed by barry in #python-dev.
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-17/+14
| | | | | | be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
* Be less strict with replication timeouts (the machineJesus Cea2008-07-291-7/+19
| | | | | can be a bit loaded), and be sure to yield the CPU when waiting.
* Refinements in the bsddb testsuiteJesus Cea2008-07-291-1/+1
|
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-231-14/+248
| | | | | | | | | | | | | This patch publishes the work done until now for Python 3.0 compatibility. Still a lot to be done. When possible, we use 3.0 features in Python 2.6, easing development and testing, and exposing internal changes to a wider audience, for better test coverage. Some mode details: http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2
* Merged revisions 64368-64369 via svnmerge fromTrent Nelson2008-06-271-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade ........ r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25. Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project. This was a conscious decision and actually makes everything far more easier to manage. With this approach, entire test suite passed straight off the bat. Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short. 10 seconds seems to be fine for me, but I'll make sure Jesus verifies. More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now). ........ r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line Bump Berkeley DB version from 4.4.20 to 4.7.25. ........
* Use test_support to get network ports to bind to.Gregory P. Smith2008-05-251-8/+10
|
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-0/+199