Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(store/v2): use pebbledb in store tests #23213

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/v2/testdata/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ moniker = "aurn-node"
# * badgerdb (uses github.com/dgraph-io/badger)
# - EXPERIMENTAL
# - use badgerdb build tag (go build -tags badgerdb)
db_backend = "goleveldb"
db_backend = "pebbledb"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Update documentation to include pebbledb as a supported backend

The comment block above this line lists all supported database backends but doesn't include pebbledb. Please update the documentation to include information about pebbledb, its characteristics, and any build tags required.


# Database directory
db_dir = "data"
Expand Down
Loading