Skip to content

Commit

Permalink
Introduce negative_cache feature flag (#733)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Passaro <[email protected]>
  • Loading branch information
passaro authored Feb 6, 2024
1 parent 05f6cc3 commit 9bb6ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
S3_OLAP_ARN: ${{ vars.S3_OLAP_ARN }}
S3_MRAP_ARN: ${{ vars.S3_MRAP_ARN }}
KMS_TEST_KEY_ID: ${{ vars.KMS_TEST_KEY_ID }}
RUST_FEATURES: fuse_tests,s3_tests,fips_tests,sse_kms
RUST_FEATURES: fuse_tests,s3_tests,fips_tests,sse_kms,negative_cache

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ built = { version = "0.7.1", features = ["git2"] }

[features]
# Unreleased feature flags
negative_cache = []
sse_kms = []
# Features for choosing tests
fips_tests = []
Expand Down

0 comments on commit 9bb6ced

Please sign in to comment.