- 03 Apr, 2001 11 commits
-
-
Evan Simpson authored
-
Barry Warsaw authored
the Minimal and Full storages.
-
Barry Warsaw authored
more code sharing. DBHOME is unused, remove.
-
Barry Warsaw authored
given by tpc_begin(). _finish(), _abort(): Fix typos.
-
Barry Warsaw authored
TextMixin class.
-
Jim Fulton authored
-
- 02 Apr, 2001 12 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
storages, like transaction aborts and commits, changing objects, etc. Doesn't test undo, versions, or packing.
-
Barry Warsaw authored
-
Jim Fulton authored
-
Evan Simpson authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Jeremy Hylton authored
-
Jeffrey Shell authored
"Using not needed variable"
-
Guido van Rossum authored
-
- 01 Apr, 2001 2 commits
-
-
Jim Fulton authored
object to fetch the object.
-
Jim Fulton authored
-
- 30 Mar, 2001 15 commits
-
-
Barry Warsaw authored
same set of tests that Minimal also passes). Not yet tested: versions, undo, packing, garbage collection. InternalInconsistencyError: the base class should be AssertionError. Fix typo in name of table that keeps the pickle reference counts (it should be _pickleRefcounts). next_object() => next() Use referencef() in a completely backwards compatible way (I happen to have an older version of ZODB installed). load(): Fix typo in name of table that stores the pickle data (it should be _pickles). store(): Use a local variable called `zero' for the 8-byte zero pointer. When there is no current serial number for the object (i.e. it is being stored for the first time), initialize oserial to zero (but not orevid). Better printing of the ConflictError message. When there is no version string (i.e. this is being stored in a non-version), initialize nvrevid to zero. Better printing of the VersionLockError. Fix typo in return value; we should return the cached serial number, not the serial number that was passed in as an argument.
-
Barry Warsaw authored
FullNewInsertsTest: new class which mirrors MinimalNewInsertsTest and performs the same set of tests on the Full database. Also add some better docstrings. Added __main__ section so this test can be run standalone.
-
Barry Warsaw authored
MinimalBaseFramework.setUp(): Wrap the creation and opening of the database in a try/except so that we guarantee that tearDown() is called if there are any errors in database creation. tearDown(): Added this to make sure that the test directories are removed when the test is done. FullBaseFramework: New class to mirror the same tests for the Full database. Based on MinimalBaseFramework. This could use some factorization. DBHomeTest => MinimalDBHomeTest FullDBHomeTest: New class to mirror the same tests for the Full database. Based on MinimalDBHomeTest. This could use some factorization. Added __main__ section so this test can be run standalone.
-
Barry Warsaw authored
Added tests which flex the complete FullLog API. Added __main__ section so this test can be run standalone.
-
Barry Warsaw authored
-
Guido van Rossum authored
insertStructure.
-
Jeremy Hylton authored
free variable HAVE_ARGUMENT that was not defined at the global scope. Calling it would have raised a NameError.
-
Evan Simpson authored
-
Evan Simpson authored
-
rbmead authored
random id for IOBtreeFolders
-