An error occurred fetching the project authors.
- 13 Jun, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 29 May, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 23 May, 2003 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Update the ZEO tests to use the new configuration language. Remove files from old configuration approach.
-
- 14 Jan, 2003 1 commit
-
-
Barry Warsaw authored
(ReconnectionTests make no sense for MappingStorage). Also add BDBTimeoutTests. Set the level for the FileStorageConnectionTests, FileStorageTimeoutTests, BDBConnectionTests, BDBReconnectionTests, and BDBTimeoutTests to level 2 so they aren't normally run. MappingStorageConnectionTests and MappingStorageTimeoutTests both get level 1 so they are normally always run. FileStorageReconnectionTests also gets level 1 since there s no MappingStorageReconnectionTests.
-
- 07 Jan, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 03 Jan, 2003 1 commit
-
-
Barry Warsaw authored
available or not, and also fixes to all the tests so they won't crap out or complain if not. To test whether these storages are avialable (including all package dependencies), do: import BDBStorage if BDBStorage.is_available: # okay to use Also, in BDBStorage/__init__.py do some cross-platform compatibility for the bsddb module; in Python 2.3 we can just use the built-in module, but in earlier Pythons we have to use bsddb3. Now you can just use "from BDBStorage import db" to get the proper db object.
-
- 18 Dec, 2002 1 commit
-
-
Barry Warsaw authored
bsddb3Storage becomes BDBStorage Full becomes BDBFullStorage Minimal becomes BDBMinimalStorage Removing MinimalReplicated.py, Packless.py, and base.py
-
- 16 Dec, 2002 1 commit
-
-
Barry Warsaw authored
storage's artifacts. Some tests expect to reconnect in read-only mode to a previously created storage.
-
- 12 Dec, 2002 1 commit
-
-
Barry Warsaw authored
rename UnixConnectionTests to FileStorageConnectionTests, and add a simple BDBConnectionTests class to use Berkeley Full storage. WindowsConnectionTests: Removed.
-
- 10 Dec, 2002 2 commits
-
-
Barry Warsaw authored
tests, including read_only tests.
-
Barry Warsaw authored
create the specific storage instances. This lets us easily generalize the tests (the Unix ones at least ;) to use the Berkeley Full storage.
-
- 05 Oct, 2002 1 commit
-
-
Guido van Rossum authored
-
- 03 Oct, 2002 1 commit
-
-
Guido van Rossum authored
Got rid of PackWaitWrapper (since pack now waits by default). Moved the connection test scaffolding to testConnection.py (new); moved the openClientStorage() implementation into ConnectionTests.py since it is not platform dependent.
-