Skip to content

Commit

Permalink
test on VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 22, 2024
1 parent 4f49e66 commit 1b3e9e4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ func createHundredExplicitDir(dirPath string, t *testing.T) {
func TestListDirectoryWithTwelveThousandFiles(t *testing.T) {
createTwelveThousandFilesAndUploadOnTestBucket(t)
testDirPath := path.Join(setup.MntDir(), DirectoryForListLargeFileTests)
setup.SetupTestDirectory(testDirPath)
testDirPathOnBucket := path.Join(setup.TestBucket(), DirectoryForListLargeFileTests)
dirPath := path.Join(testDirPath, DirectoryWithTwelveThousandFiles)

Expand Down Expand Up @@ -187,6 +188,7 @@ func TestListDirectoryWithTwelveThousandFiles(t *testing.T) {
func TestListDirectoryWithTwelveThousandFilesAndHundredExplicitDir(t *testing.T) {
createTwelveThousandFilesAndUploadOnTestBucket(t)
testDirPath := path.Join(setup.MntDir(), DirectoryForListLargeFileTests)
setup.SetupTestDirectory(testDirPath)
testDirPathOnBucket := path.Join(setup.TestBucket(), DirectoryForListLargeFileTests)
dirPath := path.Join(testDirPath, DirectoryWithTwelveThousandFiles)
// Create hundred explicit directories.
Expand Down Expand Up @@ -224,6 +226,7 @@ func TestListDirectoryWithTwelveThousandFilesAndHundredExplicitDir(t *testing.T)
func TestListDirectoryWithTwelveThousandFilesAndHundredExplicitDirAndHundredImplicitDir(t *testing.T) {
createTwelveThousandFilesAndUploadOnTestBucket(t)
testDirPath := path.Join(setup.MntDir(), DirectoryForListLargeFileTests)
setup.SetupTestDirectory(testDirPath)
testDirPathOnBucket := path.Join(setup.TestBucket(), DirectoryForListLargeFileTests)
dirPath := path.Join(testDirPath, DirectoryWithTwelveThousandFiles)
// Create hundred explicit directories.
Expand Down

0 comments on commit 1b3e9e4

Please sign in to comment.