kou commented on PR #40567: URL: https://github.com/apache/arrow/pull/40567#issuecomment-1999046475
We need to fix some methods: https://github.com/apache/arrow/actions/runs/8292331910/job/22693446087?pr=40567#step:6:6004 ```text [----------] 26 tests from TestAzureFileSystemGeneric ... [ RUN ] TestAzureFileSystemGeneric.CreateDir /arrow/cpp/src/arrow/filesystem/test_util.cc:244: Failure Failed Expected 'fs->CreateDir("AB/def/EF/GH", true )' to fail with IOError, but got OK [ FAILED ] TestAzureFileSystemGeneric.CreateDir (107 ms) [ RUN ] TestAzureFileSystemGeneric.DeleteDir /arrow/cpp/src/arrow/filesystem/test_util.cc:77: Failure Expected equality of these values: paths Which is: { "AB" } expected_paths Which is: { "AB", "AB/GH" } Errors while running CTest /arrow/cpp/src/arrow/filesystem/test_util.cc:77: Failure Expected equality of these values: paths Which is: { "AB" } expected_paths Which is: { "AB", "AB/GH" } /arrow/cpp/src/arrow/filesystem/test_util.cc:77: Failure Expected equality of these values: paths Which is: { "AB" } expected_paths Which is: { "AB", "AB/GH" } [ FAILED ] TestAzureFileSystemGeneric.DeleteDir (153 ms) [ RUN ] TestAzureFileSystemGeneric.DeleteDirContents /arrow/cpp/src/arrow/filesystem/test_util.cc:307: Failure Failed Expected 'fs->DeleteDirContents("abc", true)' to fail with IOError, but got OK [ FAILED ] TestAzureFileSystemGeneric.DeleteDirContents (149 ms) ... [ RUN ] TestAzureFileSystemGeneric.MoveFile /arrow/cpp/src/arrow/filesystem/test_util.cc:396: Failure Failed 'fs->Move("abc", "def")' failed with NotImplemented: FileSystem::Move() is not implemented for Azure Storage accounts without Hierarchical Namespace support (see arrow/issues/40405). [ FAILED ] TestAzureFileSystemGeneric.MoveFile (34 ms) ... [ RUN ] TestAzureFileSystemGeneric.CopyFile /arrow/cpp/src/arrow/filesystem/test_util.cc:570: Failure Failed Expected 'fs->CopyFile("AB/abc", "def/mno")' to fail with IOError, but got OK [ FAILED ] TestAzureFileSystemGeneric.CopyFile (164 ms) ... [ RUN ] TestAzureFileSystemGeneric.OpenOutputStream /arrow/cpp/src/arrow/filesystem/test_util.cc:922: Failure Expected equality of these values: "x-arrow/filesystem-test" _actual Which is: "application/octet-stream" [ FAILED ] TestAzureFileSystemGeneric.OpenOutputStream (71 ms) ... [----------] 26 tests from TestAzureFileSystemGeneric (2670 ms total) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
