- 30 May, 2003 10 commits
-
-
Tim Peters authored
transactions on both sides of it. The coarse granularity of time.time() on Windows causes this test to fail sporadically otherwise.
-
Tim Peters authored
MappingStorage (it doesn't support undo).
-
Jeremy Hylton authored
Remove comments out test.
-
Jeremy Hylton authored
Disable test for ZEO + MappingStorage, since it doesn't support undo.
-
Jeremy Hylton authored
-
Barry Warsaw authored
storing a 128K transaction note and it shouldn't cause this test to fail. Disabling the test by commenting it out.
-
Toby Dickenson authored
-
Jeremy Hylton authored
-
Toby Dickenson authored
New tests covering corner cases in the storage API, derived from code coverage analysis of DirectoryStorage. FileStorage currently fails checkCreationUndoneGetSerial
-
Toby Dickenson authored
Check whether a registered extension method already exists before creating the marshaller attribute. This allows for a smooth migration should a former extension method be promoted to the normal storage interface.
-
- 29 May, 2003 5 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 27 May, 2003 7 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Remove signals file, since the only signal you actually need to use is for log-file rotation.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
A few changes to the rST formatting.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 23 May, 2003 12 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Update the ZEO tests to use the new configuration language. Remove files from old configuration approach.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Useful for the interim case of ZODB 3.2 and Zope 2.6, where you want to load from a config file in custom_zodb.py.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
When a corrupted record is found, it guesses a location for the next good transaction header. If the guessed location happened to have a 'c' character at just the right spot, it would think it was at the end of the file. Fix in off-by-one bug in scan() that lead to failure. Do more sanity checks for invalid transaction headers following a scan. Use restore() instead of store() to copy data. This change should maximize the chance that the recovered storage is identical except for the damaged records. Add tests from the trunk and remove test in testFileStorage.
-
- 22 May, 2003 3 commits
-
-
Jeremy Hylton authored
threads that lead to unreported test failures.
-
Christian Robottom authored
is accessed. This improves some odd unsliceable object TypeErrors which popped up from inside fsIndex.
-
Christian Robottom authored
happy again.
-
- 20 May, 2003 2 commits
-
-
Jeremy Hylton authored
Reported by Sidnei da Silva.
-
Jeremy Hylton authored
-
- 19 May, 2003 1 commit
-
-
Christian Robottom authored
information to ReadConflictError
-