Skip to content

Commit

Permalink
fix flags for local file test and add create-empty-file=true
Browse files Browse the repository at this point in the history
  • Loading branch information
meet2mky committed Jan 15, 2025
1 parent 3f0c9c4 commit ce0f34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/integration_tests/local_file/local_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ func TestMain(m *testing.M) {
flagsSet := [][]string{
{"--implicit-dirs=true", "--rename-dir-limit=3"},
{"--implicit-dirs=false", "--rename-dir-limit=3"},
{"--implicit-dirs=true", "--rename-dir-limit=3", "--enable-streaming-writes=true", "--write-block-size-mb=2", "--write-max-blocks-per-file=2"},
{"--implicit-dirs=false", "--rename-dir-limit=3", "--enable-streaming-writes=true", "--write-block-size-mb=2", "--write-max-blocks-per-file=2"},
{"--enable-streaming-writes=true", "--write-block-size-mb=2", "--write-max-blocks-per-file=2"},
{"--enable-streaming-writes=true", "--write-block-size-mb=2", "--write-max-blocks-per-file=2", "create-empty-file: true"},
}

if hnsFlagSet, err := setup.AddHNSFlagForHierarchicalBucket(ctx, storageClient); err == nil {
Expand Down

0 comments on commit ce0f34b

Please sign in to comment.