jinchengchenghh opened a new issue, #10011: URL: https://github.com/apache/incubator-gluten/issues/10011
### Backend VL (Velox) ### Bug description https://github.com/apache/incubator-gluten/pull/8930/ marks plugin maven-surefire-plugin configuration skipTests as true, so all the tests don't test. And need to fix some tests. [INFO] Results: [3097](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3098) [INFO] [3098](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3099) Error: Failures: [3099](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3100) Error: ArrowFilesystemTest.testBaseCsvRead Multiple Failures (2 failures) [3100](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3101) java.lang.NoClassDefFoundError: Could not initialize class org.apache.arrow.memory.RootAllocator [3101](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3102) java.lang.NullPointerException: Cannot invoke "org.apache.arrow.memory.RootAllocator.close()" because "this.allocator" is null [3102](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3103) Error: OnHeapFileSystemTest.testRoundTrip:38 [3103](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3104) Error: Errors: [3104](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3105) Error: ColumnarBatchTest.testCompose:180->lambda$testCompose$7:183->newArrowBatch:244 ? NoClassDefFound Could not initialize class org.apache.arrow.memory.RootAllocator [3105](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3106) Error: ColumnarBatchTest.testCreateByHandle:110->lambda$testCreateByHandle$5:113->newArrowBatch:244 ? NoClassDefFound Could not initialize class org.apache.arrow.memory.RootAllocator [3106](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3107) Error: ColumnarBatchTest.testOffloadAndLoad:44->lambda$testOffloadAndLoad$3:47->newArrowBatch:244 ? NoClassDefFound Could not initialize class org.apache.arrow.memory.RootAllocator [3107](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3108) Error: ColumnarBatchTest.testReadRow:147->lambda$testReadRow$6:150->newArrowBatch:244 ? NoClassDefFound Could not initialize class org.apache.arrow.memory.RootAllocator [3108](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3109) Error: ColumnarBatchTest.testToString:214->lambda$testToString$8:217->newArrowBatch:244 ? NoClassDefFound Could not initialize class org.apache.arrow.memory.RootAllocator [3109](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3110) Error: ColumnarBatchTest.testZeroColumnBatch:78->lambda$testZeroColumnBatch$4:87 ? ExceptionInInitializer [3110](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3111) Error: ArrowColumnVectorTest.testWriteByMutableColumnarRow:30->lambda$testWriteByMutableColumnarRow$0:32->newArrowColumns:44 ? NoClassDefFound Could not initialize class org.apache.arrow.memory.RootAllocator [3111](https://github.com/apache/incubator-gluten/actions/runs/15749015147/job/44391416028?pr=9927#step:7:3112) [INFO] ### Gluten version _No response_ ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
