Skip to content
New issue

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

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

Already on GitHub? # to your account

test: noop blobstore #35

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

test: noop blobstore #35

wants to merge 4 commits into from

Conversation

volmedo
Copy link
Member

@volmedo volmedo commented Feb 12, 2025

Resolves #33

This PR adds a new command line flag --use-noop-blobstore that can be used to start the storage node with the blobstore disabled. This is useful in testing scenarios to speed tests up and avoid storage and data transfer charges.

Alternatively, setting the env variable STORAGE_USE_NOOP_BLOBSTORE=1 will have the same effect.

@volmedo volmedo self-assigned this Feb 12, 2025
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cmd/start.go 0.00% 6 Missing ⚠️
pkg/store/blobstore/noop.go 0.00% 6 Missing ⚠️
Files with missing lines Coverage Δ
cmd/start.go 0.00% <0.00%> (ø)
pkg/store/blobstore/noop.go 0.00% <0.00%> (ø)

... and 16 files with indirect coverage changes

@volmedo volmedo requested a review from hannahhoward February 14, 2025 11:07
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS Billing Test: fake blob store
1 participant