pjfanning commented on PR #2969: URL: https://github.com/apache/drill/pull/2969#issuecomment-2563109038
@cgivre the Splunk tests are failing and I don't think the PR changes here are the cause. ``` OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Error: Tests run: 16, Failures: 2, Errors: 0, Skipped: 6, Time elapsed: 44.14 s <<< FAILURE! -- in org.apache.drill.exec.store.splunk.SplunkPluginTest Error: org.apache.drill.exec.store.splunk.SplunkPluginTest.testExplicitFieldsWithOneFieldLimitQuery -- Time elapsed: 1.581 s <<< FAILURE! org.junit.ComparisonFailure: 1:0 expected:<[Dispatch]> but was:<[KVStoreOperationStats]> at org.apache.drill.test.rowSet.RowSetComparison.verifyScalar(RowSetComparison.java:364) at org.apache.drill.test.rowSet.RowSetComparison.verifyColumn(RowSetComparison.java:309) at org.apache.drill.test.rowSet.RowSetComparison.verifyRow(RowSetComparison.java:298) at org.apache.drill.test.rowSet.RowSetComparison.verify(RowSetComparison.java:261) at org.apache.drill.test.rowSet.RowSetComparison.verifyAndClearAll(RowSetComparison.java:285) at org.apache.drill.test.rowSet.RowSetUtilities.verify(RowSetUtilities.java:306) at org.apache.drill.exec.store.splunk.SplunkPluginTest.testExplicitFieldsWithOneFieldLimitQuery(SplunkPluginTest.java:205) at java.base/java.lang.Thread.run(Thread.java:840) Error: org.apache.drill.exec.store.splunk.SplunkPluginTest.testFilterOnUnProjectedColumnQuery -- Time elapsed: 0.234 s <<< FAILURE! java.lang.AssertionError: expected:<3> but was:<0> at org.apache.drill.test.DrillTestWrapper.compareUnorderedResults(DrillTestWrapper.java:553) at org.apache.drill.test.DrillTestWrapper.run(DrillTestWrapper.java:173) at org.apache.drill.test.TestBuilder.go(TestBuilder.java:145) at org.apache.drill.exec.store.splunk.SplunkPluginTest.testFilterOnUnProjectedColumnQuery(SplunkPluginTest.java:245) at java.base/java.lang.Thread.run(Thread.java:840) [INFO] [INFO] Results: [INFO] Error: Failures: Error: SplunkPluginTest.testExplicitFieldsWithOneFieldLimitQuery:205 1:0 expected:<[Dispatch]> but was:<[KVStoreOperationStats]> Error: SplunkPluginTest.testFilterOnUnProjectedColumnQuery:245 expected:<3> but was:<0> [INFO] Error: Tests run: 47, Failures: 2, Errors: 0, Skipped: 7 ``` -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org