-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanups of the storage definitions. (#2979)
* Simplify out the `LocalStackTestContext` that is no longer used. * Remove unused enum in the error types: `MissingDatabase` and `AlreadyExistingDatabase`. * Introduce constructors for the `RocksDbStoreConfig` and similar. * Remove the `pub` attribute when not needed. * Correct the mis-attribution "lru splitting" into "lru caching". * Add a `PathWithStorage` function `new_testing` and remove standalone functions. * Put the constructor definition of `VISIBLE_MAX_VALUE_SIZE` for DynamoDb. * Remove tests that simply reproduce the formula. * The `InvalidTableName` was renamed as `InvalidNamespace`.
- Loading branch information
1 parent
31ea0c3
commit 54a0e82
Showing
11 changed files
with
149 additions
and
241 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
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
Oops, something went wrong.