Skip to content

Commit

Permalink
Introduce event_log feature flag (#936)
Browse files Browse the repository at this point in the history
* Run tests for the event_log feature flag

Signed-off-by: Vladislav Volodkin <vlaad@amazon.co.uk>

* Remove unused negative_cache feature flag

Signed-off-by: Vladislav Volodkin <vlaad@amazon.co.uk>

---------

Signed-off-by: Vladislav Volodkin <vlaad@amazon.co.uk>
Co-authored-by: Vladislav Volodkin <vlaad@amazon.co.uk>
  • Loading branch information
vladem and Vladislav Volodkin authored Jul 11, 2024
1 parent a3c6f82 commit ad7ce80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
RUST_FEATURES: fuse_tests,s3_tests,fips_tests,event_log

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

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

0 comments on commit ad7ce80

Please sign in to comment.