-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lmdbslab.dropdb, initdb fixes (#1174)
* Fix logging typo on moving DB progress * lmdbslab.dropdb, initdb fixes Fix failure in dropdb. Made similar change to initdb to match Fix logger formatting failure in lmdblayer Separate maxsize test to fix occasional test failure Optimize mapfull_runsyncloop test dropdb could raise lmdb.MapFullError. This requires an API change from passing the DB name instead of the DB object.
- Loading branch information
Showing
3 changed files
with
84 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters