[Zope-Checkins] CVS: Zope/lib/python/BDBStorage/tests -
BerkeleyTestBase.py:NONE ZODBTestBase.py:NONE
__init__.py:NONE test_autopack.py:NONE test_create.py:NONE
test_storage_api.py:NONE test_virgin.py:NONE
test_whitebox.py:NONE test_zodb_simple.py:NONE
testall.py:NONE timeiter.py:NONE timepickles.py:NONE
Jim Fulton
jim at zope.com
Wed Feb 18 10:09:12 EST 2004
Update of /cvs-repository/Zope/lib/python/BDBStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv572/lib/python/BDBStorage/tests
Removed Files:
BerkeleyTestBase.py ZODBTestBase.py __init__.py
test_autopack.py test_create.py test_storage_api.py
test_virgin.py test_whitebox.py test_zodb_simple.py testall.py
timeiter.py timepickles.py
Log Message:
Removed the Berkeley DB storage from the Zope (and ZODB 3) repository.
The storage was added to these repositories hoping that that would
encourage people to test it. The storage is not (yet) usable in
production due to Berkeley DB log handling problems. The storage is
a constant source of irritation due to errors in implicit algorithms
to decide whether to build BDB extensions when building Python and
due to implicit algorithms used to decide whether the BDB extension
was suitable for use by the storage when running tests. The BDB
storage tests are also rather time consuming.
The final straw was the recent ZODB change that caused many BDB
storage tests to fail. :(
=== Removed File Zope/lib/python/BDBStorage/tests/BerkeleyTestBase.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/ZODBTestBase.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/__init__.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/test_autopack.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/test_create.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/test_storage_api.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/test_virgin.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/test_whitebox.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/test_zodb_simple.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/testall.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/timeiter.py ===
=== Removed File Zope/lib/python/BDBStorage/tests/timepickles.py ===
More information about the Zope-Checkins
mailing list