Skip to content

Commit

Permalink
small fix and test on VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 21, 2024
1 parent 577053c commit b28e203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ echo "logging:
max-file-size-mb: 2
backup-file-count: 3
compress: true
enable-hns: true
enable-hns: true
" > /tmp/gcsfuse_config.yaml
go run . --config-file=/tmp/gcsfuse_config.yaml $TEST_BUCKET_NAME $MOUNT_DIR
GODEBUG=asyncpreemptoff=1 go test ./tools/integration_tests/log_rotation/... -p 1 --integrationTest -v --mountedDirectory=$MOUNT_DIR
Expand Down

0 comments on commit b28e203

Please sign in to comment.