* Remove commons lang lib #1462
7 fail, 142 pass in 6s
Annotations
Check warning on line 0 in com.microsoft.azure.kusto.data.HeaderTest
github-actions / Test Results
testSetConnectorNoAppVersion (com.microsoft.azure.kusto.data.HeaderTest) failed
data/target/surefire-reports/TEST-com.microsoft.azure.kusto.data.HeaderTest.xml [took 0s]
Raw output
expected: <true> but was: <false>
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
at com.microsoft.azure.kusto.data.HeaderTest.testSetConnectorNoAppVersion(HeaderTest.java:176)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
[main] INFO com.microsoft.azure.kusto.data.http.HttpClientFactory - Creating new HTTP Client
Check warning on line 0 in com.microsoft.azure.kusto.data.HeaderTest
github-actions / Test Results
testSetConnectorNameAndVersion (com.microsoft.azure.kusto.data.HeaderTest) failed
data/target/surefire-reports/TEST-com.microsoft.azure.kusto.data.HeaderTest.xml [took 0s]
Raw output
expected: <true> but was: <false>
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
at com.microsoft.azure.kusto.data.HeaderTest.testSetConnectorNameAndVersion(HeaderTest.java:145)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
[main] INFO com.microsoft.azure.kusto.data.http.HttpClientFactory - Creating new HTTP Client
Check warning on line 0 in com.microsoft.azure.kusto.data.HeaderTest
github-actions / Test Results
testSetConnectorFull (com.microsoft.azure.kusto.data.HeaderTest) failed
data/target/surefire-reports/TEST-com.microsoft.azure.kusto.data.HeaderTest.xml [took 0s]
Raw output
expected: <Kusto.myConnector:{myVersion}|App.{myApp}:{myAppVersion}|myField:{myValue}> but was: <myField:{myValue}|App.{myApp}:{myAppVersion}|Kusto.myConnector:{myVersion}>
org.opentest4j.AssertionFailedError: expected: <Kusto.myConnector:{myVersion}|App.{myApp}:{myAppVersion}|myField:{myValue}> but was: <myField:{myValue}|App.{myApp}:{myAppVersion}|Kusto.myConnector:{myVersion}>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at com.microsoft.azure.kusto.data.HeaderTest.testSetConnectorFull(HeaderTest.java:207)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
[main] INFO com.microsoft.azure.kusto.data.http.HttpClientFactory - Creating new HTTP Client
Check warning on line 0 in com.microsoft.azure.kusto.data.HeaderTest
github-actions / Test Results
testHeadersWithCustomCsb (com.microsoft.azure.kusto.data.HeaderTest) failed
data/target/surefire-reports/TEST-com.microsoft.azure.kusto.data.HeaderTest.xml [took 0s]
Raw output
expected: <testApp> but was: <App.{surefirebooter-20250130083937504_3.jar}:{[none]}|Kusto.testApp:{testVersion}>
org.opentest4j.AssertionFailedError: expected: <testApp> but was: <App.{surefirebooter-20250130083937504_3.jar}:{[none]}|Kusto.testApp:{testVersion}>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at com.microsoft.azure.kusto.data.HeaderTest.testHeadersWithCustomCsb(HeaderTest.java:76)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
[main] INFO com.microsoft.azure.kusto.data.http.HttpClientFactory - Creating new HTTP Client
Check warning on line 0 in com.microsoft.azure.kusto.data.HeaderTest
github-actions / Test Results
testHeadersWithCustomCsbAndClientRequestProperties (com.microsoft.azure.kusto.data.HeaderTest) failed
data/target/surefire-reports/TEST-com.microsoft.azure.kusto.data.HeaderTest.xml [took 0s]
Raw output
expected: <true> but was: <false>
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
at com.microsoft.azure.kusto.data.HeaderTest.testHeadersWithCustomCsbAndClientRequestProperties(HeaderTest.java:114)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
[main] INFO com.microsoft.azure.kusto.data.http.HttpClientFactory - Creating new HTTP Client
Check warning on line 0 in com.microsoft.azure.kusto.data.ConnectionStringBuilderTest
github-actions / Test Results
createWithConnectionStringAuthentication (com.microsoft.azure.kusto.data.ConnectionStringBuilderTest) failed
data/target/surefire-reports/TEST-com.microsoft.azure.kusto.data.ConnectionStringBuilderTest.xml [took 0s]
Raw output
Unexpected exception type thrown, expected: <java.lang.IllegalArgumentException> but was: <java.lang.ArrayIndexOutOfBoundsException>
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <java.lang.IllegalArgumentException> but was: <java.lang.ArrayIndexOutOfBoundsException>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:67)
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
at com.microsoft.azure.kusto.data.ConnectionStringBuilderTest.createWithConnectionStringAuthentication(ConnectionStringBuilderTest.java:125)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder.<init>(ConnectionStringBuilder.java:226)
at com.microsoft.azure.kusto.data.ConnectionStringBuilderTest.lambda$createWithConnectionStringAuthentication$20(ConnectionStringBuilderTest.java:126)
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
... 6 more
Check warning on line 0 in com.microsoft.azure.kusto.data.ConnectionStringBuilderTest
github-actions / Test Results
testStringConversion (com.microsoft.azure.kusto.data.ConnectionStringBuilderTest) failed
data/target/surefire-reports/TEST-com.microsoft.azure.kusto.data.ConnectionStringBuilderTest.xml [took 0s]
Raw output
expected: <Data Source=mycluster.kusto.windows.net;Application Client Id=myclientid;Application Key=****> but was: <Application Client Id=myclientid;Application Key=****;Data Source=mycluster.kusto.windows.net;>
org.opentest4j.AssertionFailedError: expected: <Data Source=mycluster.kusto.windows.net;Application Client Id=myclientid;Application Key=****> but was: <Application Client Id=myclientid;Application Key=****;Data Source=mycluster.kusto.windows.net;>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at com.microsoft.azure.kusto.data.ConnectionStringBuilderTest.testStringConversion(ConnectionStringBuilderTest.java:214)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)