Skip to content

Commit

Permalink
Enable implicit dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
kislaykishore committed Aug 21, 2024
1 parent d421be3 commit c629d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/fs/local_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ func (t *LocalFileTest) TestStatLocalFileAfterRecreatingItWithSameName() {

func (t *LocalFileTest) TestStatSucceedsOnNewFile() {
t.serverCfg.NewConfig = &cfg.Config{
ImplicitDirs: true,
MetadataCache: cfg.MetadataCacheConfig{
TtlSecs: -1,
TypeCacheMaxSizeMb: -1,
Expand All @@ -878,6 +879,7 @@ func (t *LocalFileTest) TestStatSucceedsOnNewFile() {

func (t *LocalFileTest) TestStatFailsOnNewFileAfterDeletion() {
t.serverCfg.NewConfig = &cfg.Config{
ImplicitDirs: true,
MetadataCache: cfg.MetadataCacheConfig{
TtlSecs: -1,
TypeCacheMaxSizeMb: -1,
Expand Down

0 comments on commit c629d89

Please sign in to comment.