[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.mariadb.jdbc.integration.PooledConnectionTest 13:08:00,398 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.6 13:08:00,400 |-INFO in ch.qos.logback.classic.util.ContextInitializer@178ebac3 - No custom configurators were discovered as a service. 13:08:00,400 |-INFO in ch.qos.logback.classic.util.ContextInitializer@178ebac3 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 13:08:00,403 |-INFO in ch.qos.logback.classic.util.ContextInitializer@178ebac3 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 13:08:00,404 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 13:08:00,405 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 13:08:00,410 |-INFO in ch.qos.logback.classic.util.ContextInitializer@178ebac3 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 13:08:00,410 |-INFO in ch.qos.logback.classic.util.ContextInitializer@178ebac3 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 13:08:00,411 |-INFO in ch.qos.logback.classic.util.ContextInitializer@178ebac3 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 13:08:00,414 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/usr/local/src/mariadb-connector-j/target/test-classes/logback-test.xml] 13:08:00,568 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE] 13:08:00,568 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 13:08:00,625 |-WARN in ch.qos.logback.core.ConsoleAppender[CONSOLE] - This appender no longer admits a layout as a sub-component, set an encoder instead. 13:08:00,625 |-WARN in ch.qos.logback.core.ConsoleAppender[CONSOLE] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder. 13:08:00,625 |-WARN in ch.qos.logback.core.ConsoleAppender[CONSOLE] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details 13:08:00,625 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to ERROR 13:08:00,626 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT] 13:08:00,626 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@17063c32 - End of configuration. 13:08:00,627 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@79c2bc34 - Registering current configuration as safe fallback point 13:08:00,627 |-INFO in ch.qos.logback.classic.util.ContextInitializer@178ebac3 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 216 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY ? testPooledConnectionException2(): 191ms ? Failed testPooledConnectionStatementError(): ? testPoolKillConnection(): 113ms 13:08:01.510 [MariaDB-pool-appender-1] ERROR org.mariadb.jdbc.pool.Pool - error adding connection to pool java.sql.SQLNonTransientConnectionException: Socket fail to connect to localhost:35531. Connection refused at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:131) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:125) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.pool.Pool.addConnection(Pool.java:196) at org.mariadb.jdbc.pool.Pool.lambda$addConnectionRequest$0(Pool.java:126) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:118) ... 7 common frames omitted 13:08:01.512 [MariaDB-pool-appender-1] ERROR org.mariadb.jdbc.pool.Pool - error adding connection to pool java.sql.SQLNonTransientConnectionException: Socket fail to connect to localhost:35531. Connection refused at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:131) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:125) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.pool.Pool.addConnection(Pool.java:196) at org.mariadb.jdbc.pool.Pool.lambda$addConnectionRequest$0(Pool.java:126) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:118) ... 7 common frames omitted ? testPoolFailover(): 737ms ? testPoolWaitWithValidation(): 117ms ? testPooledConnectionException(): 7ms ? testPoolWait(): 4023ms ? testPooledConnectionClosed(): 4ms [ERROR] Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.886 s <<< FAILURE! -- in org.mariadb.jdbc.integration.PooledConnectionTest [ERROR] org.mariadb.jdbc.integration.PooledConnectionTest.testPooledConnectionStatementError -- Time elapsed: 0.045 s <<< ERROR! java.sql.SQLInvalidAuthorizationSpecException: (conn=11) Access denied for user 'StatementErrorUser'@'localhost' (using password: YES) at org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:293) at org.mariadb.jdbc.export.ExceptionFactory.create(ExceptionFactory.java:378) at org.mariadb.jdbc.client.impl.StandardClient.authenticationHandler(StandardClient.java:460) at org.mariadb.jdbc.client.impl.StandardClient.handleAuthentication(StandardClient.java:342) at org.mariadb.jdbc.client.impl.StandardClient.setupConnection(StandardClient.java:159) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:127) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.MariaDbDataSource.getPooledConnection(MariaDbDataSource.java:224) at org.mariadb.jdbc.integration.PooledConnectionTest.testPooledConnectionStatementError(PooledConnectionTest.java:208) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Running org.mariadb.jdbc.integration.UpdateResultSetTest ? testMultipleDatabase(): 12ms ? testNoDatabase(): 2ms ? deleteRowsTest(): 21ms ? updatePosTest(): 7ms ? cancelRowUpdatesTest(): 13ms ? addAfterDataFull(): 2ms ? testMeta(): 4ms ? testPrimaryGenerated(): 3ms ? testAutoIncrement(): 2ms ? testUpdateChangingMultiplePrimaryKey(): 4ms ? refreshRow(): 14ms ? updateMeta(): 0ms ? expectedErrorField(): 2ms ? insertNoRow(): 2ms ? testUpdateWhenFetch(): 11ms ? testBasicPrimaryKey(): 2ms ? updateBlobClob(): 9ms ? updateResultSetMeta(): 0ms ? testPrimaryGeneratedDefault(): 26ms ? testNoPrimaryKey(): 2ms ? testMoveToInsertRow(): 18ms ? testMultipleTable(): 1ms ? testDelete(): 4ms ? testOneNoTable(): 1ms ? repeatedFieldUpdatable(): 1ms ? updatableDefaultPrimaryField(): 1ms [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.mariadb.jdbc.integration.UpdateResultSetTest [INFO] Running org.mariadb.jdbc.integration.ErrorTest 2025-04-02T13:08:06.442567640Z[Etc/UTC] ? testPre41ErrorFormat(): 392ms ? dumpQueryOnException(): 7ms ? connectionErrorFormat(): 4ms ? deadLockInformation(): 2015ms [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.445 s -- in org.mariadb.jdbc.integration.ErrorTest [INFO] Running org.mariadb.jdbc.integration.ProcedureTest ? prepInsert(): 9ms ? wrongCall(): 1ms ? prep(): 1ms ? basicProcedure(): 49ms ? procedureToString(): 1ms ? settingParameterBeforeOutRegistration(): 4ms ? setProcedureTest(): 25ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.mariadb.jdbc.integration.ProcedureTest [INFO] Running org.mariadb.jdbc.integration.LocalInfileTest ? streamInBatch(): 5ms ? unReadableFile(): 4ms ? loadDataValidationFails(): 17ms ? wrongFile(): 3ms - Aborted bigLoadDataInfileTest(): - Aborted test2xBigLocalInfileInputStream(): - Aborted testMoreThanMaxAllowedPacketLocalInfileInputStream(): ? loadDataBasicMultiRows(): 5ms ? loadDataBasic(): 5ms ? loadDataInfileEmpty(): 3ms ? smallLoadDataInfileTest(): 2ms ? throwExceptions(): 4ms ? loadDataBasicWindows(): 5ms ? testSmallBigLocalInfileInputStream(): 5ms [WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.092 s -- in org.mariadb.jdbc.integration.LocalInfileTest [INFO] Running org.mariadb.jdbc.integration.DataSourceTest ? ensureConnectionClose(): 4ms ? basic2(): 2ms ? exceptions(): 0ms ? Failed switchUser(): ? basic(): 10ms [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.032 s <<< FAILURE! -- in org.mariadb.jdbc.integration.DataSourceTest [ERROR] org.mariadb.jdbc.integration.DataSourceTest.switchUser -- Time elapsed: 0.005 s <<< ERROR! java.sql.SQLInvalidAuthorizationSpecException: (conn=404) Access denied for user 'dsUser'@'localhost' (using password: YES) at org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:293) at org.mariadb.jdbc.export.ExceptionFactory.create(ExceptionFactory.java:378) at org.mariadb.jdbc.client.impl.StandardClient.authenticationHandler(StandardClient.java:460) at org.mariadb.jdbc.client.impl.StandardClient.handleAuthentication(StandardClient.java:342) at org.mariadb.jdbc.client.impl.StandardClient.setupConnection(StandardClient.java:159) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:127) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.MariaDbDataSource.getConnection(MariaDbDataSource.java:99) at org.mariadb.jdbc.integration.DataSourceTest.switchUser(DataSourceTest.java:162) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Running org.mariadb.jdbc.integration.Sha256AuthenticationTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.mariadb.jdbc.integration.Sha256AuthenticationTest [INFO] Running org.mariadb.jdbc.integration.codec.MultiPolygonCodecTest ? getObjectPrepare(): 8ms ? sendParam(): 8ms ? equal(): 0ms ? getObject(): 1ms ? getObjectTypePrepare(): 5ms ? getObjectType(): 1ms ? getMetaData(): 3ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.mariadb.jdbc.integration.codec.MultiPolygonCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.LongCodecTest ? getLongPrepared(): 3ms ? getBlobPrepared(): 2ms ? getBinaryStreamPrepared(): 2ms ? getSQLXMLPrepared(): 1ms ? getNString(): 0ms ? getClobPrepared(): 1ms ? getIntUnsignedPrepared(): 1ms ? getStringUnsigned(): 0ms ? getBytePrepared(): 1ms ? getBooleanPrepared(): 2ms ? getNStringPrepared(): 0ms ? getDoubleUnsignedPrepared(): 1ms ? getDoubleUnsigned(): 0ms ? getDatePrepared(): 1ms ? getInt(): 0ms ? getRef(): 0ms ? getURL(): 0ms ? getBigDecimalPrepared(): 1ms ? getIntPrepared(): 0ms ? getBigDecimal(): 0ms ? getLongUnsigned(): 1ms ? getNCharacterStream(): 1ms ? getNCharacterStreamPrepared(): 1ms ? getBytesPrepared(): 1ms ? getBigIntegerUnsignedPrepared(): 1ms ? getStringUnsignedPrepared(): 1ms ? getFloatUnsignedPrepared(): 1ms ? getURLPrepared(): 1ms ? getBigInteger(): 0ms ? getByteUnsigned(): 1ms ? getUnicodeStream(): 1ms ? getBigIntegerPrepared(): 1ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 1ms ? getDate(): 1ms ? getLong(): 1ms ? getTime(): 1ms ? sendParam(): 9ms ? getTimestamp(): 1ms ? getAsciiStreamPrepared(): 0ms ? getFloatPrepared(): 0ms ? getBigDecimalUnsigned(): 0ms ? getIntUnsigned(): 0ms ? getDouble(): 0ms ? getUnicodeStreamPrepared(): 0ms ? getObject(): 0ms ? getTimePrepared(): 0ms ? getObjectType(): 2ms ? getSQLXML(): 1ms ? getString(): 0ms ? getArrayPrepared(): 2ms ? getAsciiStream(): 0ms ? getShortPrepared(): 1ms ? getBoolean(): 0ms ? getBigIntegerUnsigned(): 0ms ? getStringPrepared(): 1ms ? getBigDecimalUnsignedPrepared(): 1ms ? getRefPrepared(): 1ms ? getFloatUnsigned(): 0ms ? getByteUnsignedPrepared(): 1ms ? getDoublePrepared(): 1ms ? getLongUnsignedPrepared(): 1ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 1ms ? getTimestampPrepared(): 1ms ? getObjectTypePrepared(): 4ms ? getNClobPrepared(): 2ms ? getArray(): 1ms ? getBytes(): 0ms ? getFloat(): 1ms ? getNClob(): 0ms ? getShort(): 1ms ? getCharacterStreamPrepared(): 3ms ? getObjectPrepared(): 1ms [INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.mariadb.jdbc.integration.codec.LongCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.DoubleCodecTest ? getNCharacterStreamPrepare(): 3ms ? getNString(): 1ms ? getShortPrepare(): 1ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 1ms ? getInt(): 0ms ? getRef(): 0ms ? getURL(): 0ms ? getAsciiStreamPrepare(): 2ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 1ms ? getBigDecimal(): 0ms ? getBinaryStreamPrepare(): 1ms ? getOffsetDateTime(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getRefPrepare(): 0ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 0ms ? getBlob(): 1ms ? getByte(): 1ms ? getClob(): 0ms ? getDate(): 1ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 9ms ? getTimestamp(): 1ms ? getCharacterStreamPrepare(): 1ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 2ms ? getDouble(): 1ms ? getNStringPrepare(): 1ms ? getOffsetDateTimePrepare(): 2ms ? getObject(): 0ms ? getObjectTypePrepare(): 3ms ? getObjectType(): 1ms ? getString(): 1ms ? getIntPrepare(): 1ms ? getURLPrepare(): 2ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 1ms ? getBigDecimalPrepare(): 2ms ? getTimestampPrepare(): 1ms ? getMetaData(): 1ms ? getBinaryStream(): 1ms ? getCharacterStream(): 1ms ? getLongPrepare(): 1ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 1ms [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.mariadb.jdbc.integration.codec.DoubleCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.MultiPointCodecTest ? getObjectPrepare(): 3ms ? sendParam(): 5ms ? equal(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 2ms ? getObjectType(): 1ms ? getMetaData(): 3ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.mariadb.jdbc.integration.codec.MultiPointCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.MultiLineStringCodecTest ? getObjectPrepare(): 4ms ? sendParam(): 7ms ? equal(): 0ms ? getObject(): 2ms ? getObjectTypePrepare(): 7ms ? getObjectType(): 7ms ? getMetaData(): 14ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.mariadb.jdbc.integration.codec.MultiLineStringCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.TinyIntCodecTest ? getNCharacterStreamPrepare(): 3ms ? getNString(): 1ms ? getStringUnsigned(): 1ms ? getShortPrepare(): 1ms ? getDoublePrepare(): 1ms ? getDoubleUnsigned(): 0ms ? getStringPrepare(): 1ms ? getInt(): 0ms ? getRef(): 0ms ? getURL(): 0ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 2ms ? getObjectUnsignedPrepare(): 1ms ? getObjectUnsigned(): 1ms ? getBytePrepare(): 1ms ? getBigDecimal(): 1ms ? getLongUnsigned(): 1ms ? getBinaryStreamPrepare(): 4ms ? getNCharacterStream(): 2ms ? getObjectPrepare(): 2ms ? getStringUnsignedPrepared(): 1ms ? getClobPrepare(): 1ms ? getBytesPrepare(): 1ms ? getUnicodeStream(): 1ms ? getRefPrepare(): 1ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 1ms ? getArrayPrepare(): 1ms ? getBlob(): 1ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 1ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 10ms ? getTimestamp(): 1ms ? getIntUnsignedPrepare(): 1ms ? getCharacterStreamPrepare(): 1ms ? getDatePrepare(): 1ms ? getBigDecimalUnsigned(): 1ms ? getNClobPrepare(): 1ms ? getIntUnsigned(): 0ms ? getDouble(): 0ms ? getNStringPrepare(): 1ms ? getDoubleUnsignedPrepare(): 1ms ? getBigDecimalUnsignedPrepare(): 1ms ? getObject(): 0ms ? getObjectTypePrepare(): 3ms ? getObjectType(): 1ms ? getSQLXML(): 1ms ? getString(): 0ms ? getFloatUnsignedPrepare(): 1ms ? getLongUnsignedPrepare(): 0ms ? getIntPrepare(): 0ms ? getURLPrepare(): 0ms ? getAsciiStream(): 0ms ? getSQLXMLPrepare(): 0ms ? getBoolean(): 0ms ? getObjectTypeBoolean(): 0ms ? getBigIntegerUnsigned(): 0ms ? getBlobPrepare(): 0ms ? getBigIntegerUnsignedPrepare(): 0ms ? getFloatUnsigned(): 0ms ? getBigDecimalPrepare(): 0ms ? getObjectTypeBooleanPrepare(): 0ms ? getTimestampPrepare(): 0ms ? getMetaData(): 2ms ? getBinaryStream(): 0ms ? getCharacterStream(): 1ms ? getLongPrepare(): 1ms ? getArray(): 0ms ? getBytes(): 0ms ? getFloat(): 1ms ? getNClob(): 1ms ? getShort(): 0ms ? getBooleanPrepare(): 1ms [INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.mariadb.jdbc.integration.codec.TinyIntCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.DateTimeCodecTest ? getNCharacterStreamPrepare(): 2ms ? getNString(): 1ms ? getDateTimezoneTest(): 38ms ? getInstantPrepare(): 2ms - Aborted getObjectPrepareTimeZone(): ? getShortPrepare(): 1ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 9ms ? getInstant(): 1ms ? getInt(): 1ms ? getLocalDate(): 1ms ? getLocalTime(): 1ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 1ms ? getBigDecimal(): 1ms ? getLocalDateTime(): 1ms ? getBinaryStreamPrepare(): 1ms ? getOffsetDateTime(): 1ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 4ms ? getClobPrepare(): 1ms ? getBytesPrepare(): 1ms ? getBigInteger(): 1ms ? getUnicodeStream(): 1ms ? getTimePrepare(): 2ms ? getUnicodeStreamPrepare(): 1ms ? getBigIntegerPrepared(): 1ms ? getBlob(): 1ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 1ms ? getLong(): 1ms ? getTime(): 1ms ? sendParam(): 22ms ? getTimestamp(): 1ms ? getDuration(): 2ms ? getCharacterStreamPrepare(): 1ms ? getDatePrepare(): 2ms ? getNClobPrepare(): 1ms ? getDouble(): 0ms ? getNStringPrepare(): 1ms ? getOffsetDateTimePrepare(): 1ms ? getObject(): 1ms ? getObjectTypePrepare(): 4ms ? getObjectType(): 2ms ? getString(): 1ms ? getIntPrepare(): 0ms ? getLocalTimePrepare(): 0ms ? getAsciiStream(): 0ms ? getDurationPrepare(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getLocalDatePrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getLocalDateTimePrepare(): 0ms ? getTimestampPrepare(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 1ms ? getShort(): 1ms ? getBooleanPrepare(): 1ms [WARNING] Tests run: 66, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.197 s -- in org.mariadb.jdbc.integration.codec.DateTimeCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.YearCodecTest ? getNCharacterStreamPrepare(): 2ms ? getNString(): 2ms ? getShortPrepare(): 0ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 1ms ? getInt(): 0ms ? getLocalDate(): 1ms ? getLocalTime(): 1ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 4ms ? getBigDecimal(): 1ms ? getBinaryStreamPrepare(): 2ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 1ms ? getClobPrepare(): 1ms ? getBytesPrepare(): 3ms ? getUnicodeStream(): 1ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 2ms ? getBlob(): 2ms ? getByte(): 2ms ? getClob(): 1ms ? getDate(): 1ms ? getLong(): 0ms ? getTime(): 1ms ? getTimestamp(): 2ms ? getDuration(): 3ms ? getCharacterStreamPrepare(): 1ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 1ms ? getDouble(): 0ms ? getNStringPrepare(): 1ms ? getObject(): 0ms ? getObjectTypePrepare(): 4ms ? getObjectType(): 2ms ? getString(): 0ms ? getIntPrepare(): 0ms ? getLocalTimePrepare(): 1ms ? getAsciiStream(): 1ms ? getDurationPrepare(): 1ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getLocalDatePrepare(): 1ms ? getBigDecimalPrepare(): 1ms ? getTimestampPrepare(): 1ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 1ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.mariadb.jdbc.integration.codec.YearCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.BlobCodecTest ? getObjectBlobPrepare(): 4ms ? getNCharacterStreamPrepare(): 2ms ? getNString(): 0ms ? getShortPrepare(): 0ms ? getDoublePrepare(): 0ms ? getStringPrepare(): 0ms ? getInt(): 0ms ? getAsciiStreamPrepare(): 0ms ? getFloatPrepare(): 0ms ? getBytePrepare(): 0ms ? getBigDecimal(): 0ms ? getBinaryStreamPrepare(): 0ms ? getOffsetDateTime(): 0ms ? getNCharacterStream(): 1ms ? getObjectPrepare(): 3ms ? getClobPrepare(): 2ms ? getBytesPrepare(): 1ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 1ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 1ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 90ms ? getTimestamp(): 1ms ? getDuration(): 2ms ? getCharacterStreamPrepare(): 2ms ? getDatePrepare(): 2ms ? getNClobPrepare(): 2ms ? getDouble(): 0ms ? getNStringPrepare(): 1ms ? getOffsetDateTimePrepare(): 3ms ? getObject(): 1ms ? getObjectTypePrepare(): 3ms ? getObjectBlob(): 0ms ? getObjectType(): 2ms ? getString(): 0ms ? getIntPrepare(): 0ms ? getAsciiStream(): 0ms ? getDurationPrepare(): 1ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getBigIntegerPrepare(): 1ms ? getTimestampPrepare(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.mariadb.jdbc.integration.codec.BlobCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.LineStringCodecTest ? getObjectPrepare(): 2ms ? sendParam(): 5ms ? equal(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 2ms ? getObjectType(): 1ms ? getMetaData(): 2ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.mariadb.jdbc.integration.codec.LineStringCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.PolygonCodecTest ? getObjectPrepare(): 1ms ? sendParam(): 3ms ? equal(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 1ms ? getObjectType(): 1ms ? getMetaData(): 5ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.mariadb.jdbc.integration.codec.PolygonCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.FloatArrayCodecTest ? floatArrayObjArray(): 6ms ? floatObjectArray(): 3ms ? floatArray(): 2ms ? floatArrayArrayObjWithType(): 9ms ? floatArrayArrayObj(): 6ms [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.mariadb.jdbc.integration.codec.FloatArrayCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.PointCodecTest ? getObjectPrepare(): 2ms ? sendParam(): 3ms ? equal(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 2ms ? getObjectType(): 1ms ? getMetaData(): 3ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.mariadb.jdbc.integration.codec.PointCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.IntCodecTest ? getLongPrepared(): 1ms ? getBlobPrepared(): 1ms ? getBinaryStreamPrepared(): 0ms ? getSQLXMLPrepared(): 0ms ? getNString(): 0ms ? getClobPrepared(): 0ms ? getIntUnsignedPrepared(): 1ms ? getStringUnsigned(): 0ms ? getBytePrepared(): 0ms ? getBooleanPrepared(): 0ms ? getNStringPrepared(): 0ms ? getUnsignedByte(): 0ms ? getDoubleUnsignedPrepared(): 0ms ? getDoubleUnsigned(): 0ms ? getDatePrepared(): 1ms ? getInt(): 0ms ? getRef(): 1ms ? getURL(): 1ms ? getBigDecimalPrepared(): 1ms ? getIntPrepared(): 0ms ? getBigDecimal(): 0ms ? getLongUnsigned(): 0ms ? getNCharacterStream(): 0ms ? getNCharacterStreamPrepared(): 0ms ? getBytesPrepared(): 2ms ? getBigIntegerUnsignedPrepared(): 0ms ? getStringUnsignedPrepared(): 0ms ? getFloatUnsignedPrepared(): 0ms ? getURLPrepared(): 0ms ? getBigInteger(): 0ms ? getUnicodeStream(): 0ms ? getBigIntegerPrepared(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 1ms ? sendParam(): 8ms ? getTimestamp(): 1ms ? getDuration(): 0ms ? getAsciiStreamPrepared(): 0ms ? getFloatPrepared(): 0ms ? getBigDecimalUnsigned(): 0ms ? getIntUnsigned(): 0ms ? getDouble(): 0ms ? getUnicodeStreamPrepared(): 0ms ? getObject(): 0ms ? getTimePrepared(): 0ms ? getObjectType(): 0ms ? getSQLXML(): 1ms ? getString(): 0ms ? getArrayPrepared(): 1ms ? getUnsignedBytePrepared(): 0ms ? getAsciiStream(): 0ms ? getDurationPrepare(): 0ms ? getShortPrepared(): 0ms ? getBoolean(): 0ms ? getBigIntegerUnsigned(): 0ms ? getStringPrepared(): 0ms ? getBigDecimalUnsignedPrepared(): 0ms ? getRefPrepared(): 0ms ? getFloatUnsigned(): 0ms ? getDoublePrepared(): 0ms ? getLongUnsignedPrepared(): 0ms ? getMetaData(): 3ms ? getBinaryStream(): 1ms ? getCharacterStream(): 0ms ? getTimestampPrepared(): 0ms ? getObjectTypePrepared(): 3ms ? getNClobPrepared(): 1ms ? getArray(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getCharacterStreamPrepared(): 1ms ? getObjectPrepared(): 1ms [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.mariadb.jdbc.integration.codec.IntCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.EnumCodecTest ? getNCharacterStreamPrepare(): 1ms ? getNString(): 1ms ? getShortPrepare(): 3ms ? getDoublePrepare(): 2ms ? getStringPrepare(): 1ms ? getInt(): 1ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 1ms ? getBigDecimal(): 0ms ? getBinaryStreamPrepare(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 0ms ? getBinaryObjectPrepare(): 0ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 0ms ? getUnicodeStreamPrepare(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 2ms ? getLong(): 1ms ? getTime(): 0ms ? getTimestamp(): 0ms ? getCharacterStreamPrepare(): 0ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 0ms ? getDouble(): 0ms ? getNStringPrepare(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 1ms ? getObjectType(): 1ms ? getString(): 0ms ? getIntPrepare(): 1ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getBinaryObject(): 0ms ? getTimestampPrepare(): 1ms ? getMetaData(): 4ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.mariadb.jdbc.integration.codec.EnumCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.VarcharCodecTest ? getNCharacterStreamPrepare(): 1ms ? getNString(): 0ms ? getShortPrepare(): 0ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 0ms ? getInt(): 0ms ? getLocalDate(): 0ms ? getLocalTime(): 0ms ? getAsciiStreamPrepare(): 0ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 2ms ? getBigDecimal(): 0ms ? wrongUtf8String(): 1ms ? getLocalDateTime(): 1ms ? getBinaryStreamPrepare(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 1ms ? getClobPrepare(): 1ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 1ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 18ms ? getTimestamp(): 0ms ? getDuration(): 1ms ? getCharacterStreamPrepare(): 1ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 2ms ? getDouble(): 0ms ? getNStringPrepare(): 1ms ? getObject(): 0ms ? getObjectTypePrepare(): 7ms ? getObjectType(): 2ms ? getString(): 0ms ? getIntPrepare(): 1ms ? getLocalTimePrepare(): 1ms ? getAsciiStream(): 0ms ? getDurationPrepare(): 1ms ? getBoolean(): 0ms ? getBlobPrepare(): 1ms ? getLocalDatePrepare(): 2ms ? getBigDecimalPrepare(): 1ms ? getLocalDateTimePrepare(): 1ms ? getTimestampPrepare(): 1ms ? getMetaData(): 2ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 1ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 1ms [INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.mariadb.jdbc.integration.codec.VarcharCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.BitCodecTest ? getNCharacterStreamPrepare(): 2ms ? getNString(): 0ms ? getShortPrepare(): 1ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 0ms ? getInt(): 0ms ? getURL(): 1ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 1ms ? getBigDecimal(): 0ms ? getBinaryStreamPrepare(): 1ms ? getOffsetDateTime(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 1ms ? getClobPrepare(): 1ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 1ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 1ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 1ms ? getDate(): 1ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 7ms ? getTimestamp(): 1ms ? getCharacterStreamPrepare(): 2ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 1ms ? getDouble(): 0ms ? getNStringPrepare(): 0ms ? getOffsetDateTimePrepare(): 1ms ? getObject(): 0ms ? getObjectTypePrepare(): 2ms ? getObjectType(): 1ms ? getString(): 0ms ? getIntPrepare(): 1ms ? getURLPrepare(): 1ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getTimestampPrepare(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.mariadb.jdbc.integration.codec.BitCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.TimeCodecTest ? getNCharacterStreamPrepare(): 1ms ? getNString(): 0ms ? getInstantPrepare(): 1ms ? getShortPrepare(): 1ms ? getDoublePrepare(): 0ms ? getStringPrepare(): 0ms ? getInstant(): 0ms ? getInt(): 0ms ? getLocalTime(): 0ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 2ms ? getBytePrepare(): 0ms ? getBigDecimal(): 0ms ? getLocalDateTime(): 0ms ? getBinaryStreamPrepare(): 0ms ? getOffsetDateTime(): 1ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 1ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 1ms ? getBlob(): 1ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 8ms ? getTimestamp(): 0ms ? getDuration(): 1ms ? getCharacterStreamPrepare(): 1ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 1ms ? getDouble(): 0ms ? getNStringPrepare(): 1ms ? getOffsetDateTimePrepare(): 1ms ? getObject(): 0ms ? getObjectTypePrepare(): 3ms ? getObjectType(): 1ms ? getString(): 0ms ? getIntPrepare(): 0ms ? getLocalTimePrepare(): 1ms ? getAsciiStream(): 0ms ? getDurationPrepare(): 1ms ? getBoolean(): 1ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getLocalDateTimePrepare(): 1ms ? getTimestampPrepare(): 1ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.mariadb.jdbc.integration.codec.TimeCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.UuidCodecTest ? getDoublePrepare(): 3ms ? getStringPrepare(): 1ms ? getInt(): 0ms ? getFloatPrepare(): 1ms ? getBigDecimal(): 1ms ? getObjectPrepare(): 3ms ? getTimePrepare(): 1ms ? getDate(): 0ms ? getLong(): 1ms ? getTime(): 1ms ? getUuid(): 0ms ? sendParam(): 6ms ? getDatePrepare(): 0ms ? getDouble(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 2ms ? getObjectType(): 2ms ? getString(): 1ms ? getIntPrepare(): 1ms ? getUuidPrepare(): 1ms ? getBigDecimalPrepare(): 1ms ? getMetaData(): 3ms ? getLongPrepare(): 0ms ? getFloat(): 0ms [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.mariadb.jdbc.integration.codec.UuidCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.NullCodecTest ? getLongPrepared(): 3ms ? getBlobPrepared(): 2ms ? getBinaryStreamPrepared(): 1ms ? getNString(): 0ms ? getClobPrepared(): 1ms ? getIntUnsignedPrepared(): 1ms ? getStringUnsigned(): 0ms ? getBytePrepared(): 0ms ? getBooleanPrepared(): 0ms ? getNStringPrepared(): 0ms ? getUnsignedByte(): 0ms ? getDoubleUnsignedPrepared(): 0ms ? getDoubleUnsigned(): 0ms ? getDatePrepared(): 0ms ? getInt(): 0ms ? getURL(): 0ms ? getBigDecimalPrepared(): 1ms ? getIntPrepared(): 0ms ? getBigDecimal(): 0ms ? getLongUnsigned(): 0ms ? getNCharacterStream(): 0ms ? getNCharacterStreamPrepared(): 0ms ? getBytesPrepared(): 0ms ? getBigIntegerUnsignedPrepared(): 0ms ? getStringUnsignedPrepared(): 0ms ? getFloatUnsignedPrepared(): 0ms ? getURLPrepared(): 0ms ? getBigInteger(): 0ms ? getUnicodeStream(): 0ms ? getBigIntegerPrepared(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? getTimestamp(): 0ms ? getDuration(): 0ms ? getAsciiStreamPrepared(): 0ms ? getFloatPrepared(): 0ms ? getBigDecimalUnsigned(): 0ms ? getIntUnsigned(): 0ms ? getDouble(): 0ms ? getUnicodeStreamPrepared(): 0ms ? getObject(): 0ms ? getTimePrepared(): 1ms ? getObjectType(): 0ms ? getString(): 0ms ? getUnsignedBytePrepared(): 0ms ? getAsciiStream(): 0ms ? getDurationPrepare(): 0ms ? getShortPrepared(): 0ms ? getBoolean(): 0ms ? getBigIntegerUnsigned(): 0ms ? getStringPrepared(): 0ms ? getBigDecimalUnsignedPrepared(): 0ms ? getFloatUnsigned(): 0ms ? getDoublePrepared(): 0ms ? getLongUnsignedPrepared(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getTimestampPrepared(): 0ms ? getObjectTypePrepared(): 0ms ? getNClobPrepared(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getCharacterStreamPrepared(): 0ms ? getObjectPrepared(): 0ms [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.mariadb.jdbc.integration.codec.NullCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.MediumIntCodecTest ? getLongPrepared(): 1ms ? getBlobPrepared(): 0ms ? getBinaryStreamPrepared(): 1ms ? getSQLXMLPrepared(): 1ms ? getNString(): 0ms ? getClobPrepared(): 2ms ? getIntUnsignedPrepared(): 1ms ? getStringUnsigned(): 0ms ? getBytePrepared(): 1ms ? getBooleanPrepared(): 0ms ? getNStringPrepared(): 0ms ? getDoubleUnsignedPrepared(): 0ms ? getDoubleUnsigned(): 0ms ? getDatePrepared(): 1ms ? getInt(): 0ms ? getRef(): 0ms ? getURL(): 1ms ? getBigDecimalPrepared(): 2ms ? getIntPrepared(): 0ms ? getBigDecimal(): 0ms ? getLongUnsigned(): 0ms ? getNCharacterStream(): 1ms ? getNCharacterStreamPrepared(): 0ms ? getBytesPrepared(): 1ms ? getBigIntegerUnsignedPrepared(): 0ms ? getStringUnsignedPrepared(): 0ms ? getFloatUnsignedPrepared(): 0ms ? getURLPrepared(): 1ms ? getBigInteger(): 0ms ? getUnicodeStream(): 1ms ? getBigIntegerPrepared(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 7ms ? getTimestamp(): 0ms ? getAsciiStreamPrepared(): 0ms ? getFloatPrepared(): 0ms ? getBigDecimalUnsigned(): 0ms ? getIntUnsigned(): 0ms ? getDouble(): 0ms ? getUnicodeStreamPrepared(): 0ms ? getObject(): 0ms ? getTimePrepared(): 1ms ? getObjectType(): 1ms ? getSQLXML(): 0ms ? getString(): 0ms ? getArrayPrepared(): 0ms ? getAsciiStream(): 0ms ? getShortPrepared(): 0ms ? getBoolean(): 0ms ? getBigIntegerUnsigned(): 0ms ? getStringPrepared(): 0ms ? getBigDecimalUnsignedPrepared(): 0ms ? getRefPrepared(): 0ms ? getFloatUnsigned(): 0ms ? getDoublePrepared(): 0ms ? getLongUnsignedPrepared(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getTimestampPrepared(): 0ms ? getObjectTypePrepared(): 1ms ? getNClobPrepared(): 0ms ? getArray(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getCharacterStreamPrepared(): 0ms ? getObjectPrepared(): 0ms [INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.mariadb.jdbc.integration.codec.MediumIntCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.VarbinaryCodecTest ? getNCharacterStreamPrepare(): 1ms ? getNString(): 0ms ? getShortPrepare(): 1ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 0ms ? getInt(): 0ms ? getAsciiStreamPrepare(): 0ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 0ms ? getBigDecimal(): 1ms ? getBinaryStreamPrepare(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 1ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 1ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 4ms ? getTimestamp(): 0ms ? getCharacterStreamPrepare(): 0ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 0ms ? getDouble(): 0ms ? getNStringPrepare(): 1ms ? getObject(): 0ms ? getObjectTypePrepare(): 3ms ? getObjectType(): 1ms ? getString(): 0ms ? getIntPrepare(): 1ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 1ms ? getTimestampPrepare(): 1ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 1ms ? getBytes(): 0ms ? getFloat(): 1ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.mariadb.jdbc.integration.codec.VarbinaryCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.FloatCodecTest ? getNCharacterStreamPrepare(): 2ms ? getNString(): 0ms ? getShortPrepare(): 0ms ? getDoublePrepare(): 0ms ? getStringPrepare(): 0ms ? getInt(): 0ms ? getRef(): 0ms ? getURL(): 1ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 0ms ? getBytePrepare(): 1ms ? getBigDecimal(): 1ms ? getBinaryStreamPrepare(): 2ms ? getOffsetDateTime(): 2ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 9ms ? getTimestamp(): 1ms ? getCharacterStreamPrepare(): 1ms ? getDatePrepare(): 0ms ? getNClobPrepare(): 1ms ? getDouble(): 1ms ? getNStringPrepare(): 3ms ? getOffsetDateTimePrepare(): 1ms ? getObject(): 0ms ? getObjectTypePrepare(): 1ms ? getObjectType(): 1ms ? getSQLXML(): 1ms ? getString(): 1ms ? getIntPrepare(): 0ms ? getURLPrepare(): 1ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getTimestampPrepare(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getArray(): 1ms ? getBytes(): 1ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.mariadb.jdbc.integration.codec.FloatCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.ClobCodecTest ? getNCharacterStreamPrepare(): 1ms ? getNString(): 0ms ? getShortPrepare(): 2ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 0ms ? getInt(): 0ms ? getAsciiStreamPrepare(): 0ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 0ms ? getBigDecimal(): 0ms ? getBinaryStreamPrepare(): 0ms ? getOffsetDateTime(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 0ms ? getUnicodeStreamPrepare(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 55ms ? getTimestamp(): 0ms ? getCharacterStreamPrepare(): 0ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 0ms ? getDouble(): 0ms ? getNStringPrepare(): 0ms ? getOffsetDateTimePrepare(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 2ms ? getObjectType(): 1ms ? getString(): 0ms ? getIntPrepare(): 1ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getTimestampPrepare(): 1ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 1ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 1ms ? getShort(): 1ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.mariadb.jdbc.integration.codec.ClobCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.SmallIntCodecTest ? getLongPrepared(): 6ms ? getBlobPrepared(): 2ms ? getBinaryStreamPrepared(): 1ms ? getSQLXMLPrepared(): 1ms ? getNString(): 0ms ? getClobPrepared(): 1ms ? getIntUnsignedPrepared(): 1ms ? getStringUnsigned(): 0ms ? getBytePrepared(): 0ms ? getBooleanPrepared(): 0ms ? getNStringPrepared(): 0ms ? getDoubleUnsignedPrepared(): 0ms ? getDoubleUnsigned(): 0ms ? getDatePrepared(): 1ms ? getInt(): 0ms ? getRef(): 1ms ? getURL(): 1ms ? getBigDecimalPrepared(): 0ms ? getIntPrepared(): 0ms ? getBigDecimal(): 0ms ? getLongUnsigned(): 0ms ? getNCharacterStream(): 0ms ? getNCharacterStreamPrepared(): 0ms ? getBytesPrepared(): 1ms ? getBigIntegerUnsignedPrepared(): 0ms ? getStringUnsignedPrepared(): 0ms ? getFloatUnsignedPrepared(): 0ms ? getURLPrepared(): 0ms ? getBigInteger(): 0ms ? getUnicodeStream(): 1ms ? getBigIntegerPrepared(): 1ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 5ms ? getTimestamp(): 1ms ? getAsciiStreamPrepared(): 1ms ? getFloatPrepared(): 1ms ? getBigDecimalUnsigned(): 0ms ? getIntUnsigned(): 0ms ? getDouble(): 0ms ? getUnicodeStreamPrepared(): 0ms ? getObject(): 0ms ? getTimePrepared(): 0ms ? getObjectType(): 0ms ? getSQLXML(): 0ms ? getString(): 0ms ? getArrayPrepared(): 0ms ? getAsciiStream(): 0ms ? getShortPrepared(): 1ms ? getBoolean(): 0ms ? getBigIntegerUnsigned(): 0ms ? getStringPrepared(): 0ms ? getBigDecimalUnsignedPrepared(): 0ms ? getRefPrepared(): 0ms ? getFloatUnsigned(): 0ms ? getDoublePrepared(): 0ms ? getLongUnsignedPrepared(): 0ms ? getMetaData(): 3ms ? getBinaryStream(): 0ms ? getCharacterStream(): 1ms ? getTimestampPrepared(): 1ms ? getObjectTypePrepared(): 1ms ? getNClobPrepared(): 1ms ? getArray(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getCharacterStreamPrepared(): 0ms ? getObjectPrepared(): 0ms [INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.mariadb.jdbc.integration.codec.SmallIntCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.GeometryCollectionCodecTest ? getObjectPrepare(): 2ms ? sendParam(): 7ms ? equal(): 0ms ? getObject(): 1ms ? getObjectTypePrepare(): 4ms ? getObjectType(): 3ms ? getMetaData(): 4ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.mariadb.jdbc.integration.codec.GeometryCollectionCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.DecimalCodecTest ? getNCharacterStreamPrepare(): 2ms ? getNString(): 0ms ? getShortPrepare(): 1ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 2ms ? getInt(): 0ms ? getRef(): 0ms ? getURL(): 0ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 0ms ? getBytePrepare(): 0ms ? getBigDecimal(): 0ms ? setParameter(): 0ms ? getBinaryStreamPrepare(): 0ms ? getOffsetDateTime(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getRefPrepare(): 0ms ? getTimePrepare(): 1ms ? getUnicodeStreamPrepare(): 0ms ? getBigDecimalScale(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 5ms ? getTimestamp(): 0ms ? getCharacterStreamPrepare(): 0ms ? getDatePrepare(): 1ms ? getNClobPrepare(): 1ms ? getDouble(): 0ms ? getBigDecimalScalePrepare(): 0ms ? getNStringPrepare(): 0ms ? getOffsetDateTimePrepare(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 0ms ? getObjectType(): 0ms ? getString(): 0ms ? getIntPrepare(): 0ms ? getURLPrepare(): 0ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getTimestampPrepare(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.mariadb.jdbc.integration.codec.DecimalCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.BinaryCodecTest ? getNCharacterStreamPrepare(): 0ms ? getNString(): 0ms ? getShortPrepare(): 0ms ? getDoublePrepare(): 0ms ? getStringPrepare(): 0ms ? getInt(): 0ms ? getAsciiStreamPrepare(): 0ms ? getFloatPrepare(): 0ms ? getBytePrepare(): 0ms ? getBigDecimal(): 0ms ? getBinaryStreamPrepare(): 0ms ? getOffsetDateTime(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 4ms ? getUnicodeStreamPrepare(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 12ms ? getTimestamp(): 0ms ? getCharacterStreamPrepare(): 0ms ? getDatePrepare(): 0ms ? getNClobPrepare(): 0ms ? getDouble(): 0ms ? getNStringPrepare(): 0ms ? getOffsetDateTimePrepare(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 1ms ? getObjectType(): 0ms ? getString(): 0ms ? getIntPrepare(): 0ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getTimestampPrepare(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.mariadb.jdbc.integration.codec.BinaryCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.DateCodecTest ? getNCharacterStreamPrepare(): 1ms ? getNString(): 0ms ? getInstantPrepare(): 0ms ? getShortPrepare(): 1ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 0ms ? getInstant(): 0ms ? getInt(): 0ms ? getLocalDate(): 0ms ? getLocalTime(): 0ms ? getAsciiStreamPrepare(): 1ms ? getFloatPrepare(): 1ms ? getBytePrepare(): 0ms ? getBigDecimal(): 0ms ? getLocalDateTime(): 0ms ? getBinaryStreamPrepare(): 0ms ? getOffsetDateTime(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 1ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 0ms ? getUnicodeStreamPrepare(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? sendParam(): 10ms ? getTimestamp(): 1ms ? getDuration(): 0ms ? getCharacterStreamPrepare(): 0ms ? getDatePrepare(): 0ms ? getNClobPrepare(): 1ms ? getDouble(): 0ms ? getNStringPrepare(): 0ms ? getOffsetDateTimePrepare(): 0ms ? getObject(): 0ms ? getObjectTypePrepare(): 2ms ? getObjectType(): 1ms ? getString(): 0ms ? getIntPrepare(): 1ms ? getLocalTimePrepare(): 0ms ? getAsciiStream(): 0ms ? getDurationPrepare(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getLocalDatePrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getLocalDateTimePrepare(): 0ms ? getTimestampPrepare(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.mariadb.jdbc.integration.codec.DateCodecTest [INFO] Running org.mariadb.jdbc.integration.codec.CharCodecTest ? getNCharacterStreamPrepare(): 1ms ? getNString(): 1ms ? getShortPrepare(): 1ms ? getDoublePrepare(): 1ms ? getStringPrepare(): 0ms ? getInt(): 0ms ? getAsciiStreamPrepare(): 0ms ? getFloatPrepare(): 0ms ? getBytePrepare(): 0ms ? getBigDecimal(): 0ms ? getBinaryStreamPrepare(): 0ms ? getOffsetDateTime(): 0ms ? getNCharacterStream(): 0ms ? getObjectPrepare(): 0ms ? getClobPrepare(): 0ms ? getBytesPrepare(): 0ms ? getUnicodeStream(): 0ms ? getTimePrepare(): 0ms ? getUnicodeStreamPrepare(): 0ms ? getBlob(): 0ms ? getByte(): 0ms ? getClob(): 0ms ? getDate(): 0ms ? getLong(): 0ms ? getTime(): 0ms ? getTimestamp(): 0ms ? getCharacterStreamPrepare(): 0ms ? getDatePrepare(): 0ms ? getNClobPrepare(): 0ms ? getDouble(): 0ms ? getNStringPrepare(): 0ms ? getOffsetDateTimePrepare(): 1ms ? getObject(): 0ms ? getObjectTypePrepare(): 2ms ? getObjectType(): 1ms ? getString(): 0ms ? getIntPrepare(): 1ms ? getAsciiStream(): 0ms ? getBoolean(): 0ms ? getBlobPrepare(): 0ms ? getBigDecimalPrepare(): 0ms ? getTimestampPrepare(): 0ms ? getMetaData(): 0ms ? getBinaryStream(): 0ms ? getCharacterStream(): 0ms ? getLongPrepare(): 0ms ? getBytes(): 0ms ? getFloat(): 0ms ? getNClob(): 0ms ? getShort(): 0ms ? getBooleanPrepare(): 0ms [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.mariadb.jdbc.integration.codec.CharCodecTest [INFO] Running org.mariadb.jdbc.integration.ClientPreparedStatementParsingTest ? testRewritableWithConstantParameterAndParamAfterValue(): 0ms ? testRewritableWithConstantParameter(): 0ms ? rewriteBatchedError(): 1ms ? testWithoutParameterAndParenthesis(): 0ms ? testLineCommentFinished(): 0ms ? testWithoutParameterAndValues(): 0ms ? testWithoutParameter(): 0ms ? testError(): 0ms ? testParse(): 0ms ? testCall(): 0ms ? testValuesForPartition(): 0ms ? testSemicolonRewritableIfAtEnd(): 0ms ? errorException(): 2ms ? testLastInsertId(): 0ms ? testSemiColon(): 0ms ? testComment(): 0ms ? testLineComment(): 0ms ? testSemicolonNotRewritableIfNotAtEnd(): 0ms ? stringEscapeParsing(): 0ms ? testSelect1(): 0ms ? testInsertSelect(): 0ms ? testUpdate(): 0ms ? testRewritableMultipleInserts(): 0ms [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.mariadb.jdbc.integration.ClientPreparedStatementParsingTest [INFO] Running org.mariadb.jdbc.integration.XaTest ? xidToString(): 0ms ? errorCodeTest(): 2ms ? testPinGlobalTxToPhysicalConnection(): 5ms ? testRollback(): 14ms ? testRecover(): 2ms ? testCommit(): 11ms ? xaRmTest(): 6ms ? testPinGlobalTxToPhysicalConnection2(): 2ms ? resumeAndJoinTest(): 5ms [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.mariadb.jdbc.integration.XaTest [INFO] Running org.mariadb.jdbc.integration.MultiQueriesTest ? allowMultiQueriesFetchTest(): 2ms ? allowMultiQueriesSingleTest(): 2ms ? checkMultiGeneratedKeys(): 2ms ? allowMultiQueriesFetchKeepTest(): 1ms ? quitWhileStreaming(): 3ms ? allowMultiQueriesFetchCloseTest(): 2ms [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.mariadb.jdbc.integration.MultiQueriesTest [INFO] Running org.mariadb.jdbc.integration.FunctionTest ? functionWithoutArg(): 9ms ? parameterMeta(): 4ms ? basicFunction(): 2ms ? functionToString(): 0ms ? functionError(): 14ms [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.mariadb.jdbc.integration.FunctionTest [INFO] Running org.mariadb.jdbc.integration.ProcedureParameterTest ? getParameterTypeProcedure(): 4ms ? callWithStrangeParameter(): 2ms ? callUseParameterName(): 2ms ? basicProcedure(): 4ms ? failStoredProcedureTest2(): 2ms ? failStoredProcedureTest(): 2ms ? callWithoutBracket(): 0ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.mariadb.jdbc.integration.ProcedureParameterTest [INFO] Running org.mariadb.jdbc.integration.PreparedStatementTest ? prepareStmtToString(): 1ms ? prepToString(): 0ms ? tryMaybeNotPreparable(): 6ms ? executeLargeBatch(): 9ms ? streamNotFinished(): 0ms ? closeOnCompletionClose(): 1ms ? closeOnCompletion(): 0ms ? decrementCache(): 5ms ? largeMaxRowsBatch(): 8ms ? wrongPosition(): 2ms ? largeMaxRows(): 12ms ? executeBatch(): 10ms ? executeBatchGenerated(): 3ms ? executeQuery(): 15ms ? execute(): 19ms ? more2BytesParameters(): 63ms ? testLargeBatchParameterClearAfterError(): 5ms ? prepareStatementConcur(): 6ms ? clearParameters(): 5ms ? getUpdateCountValueOnFail(): 3ms ? moreResults(): 8ms ? emptyExecuteBatch(): 1ms ? moreRowLimitedResults(): 5ms ? prepCacheMultiDb(): 3ms ? closeOnCompletionStreamingClose(): 3ms ? prep(): 0ms ? executeWrongBatch(): 4ms - Aborted skippingRes(): ? expectedError(): 1ms ? executeBatchMultiple(): 4ms ? executeUpdate(): 3ms ? executeWithoutAllParameters(): 3ms ? testBatchParameterClearAfterError(): 5ms ? textPrefix(): 1ms ? prepareWithError(): 7ms ? decrementCacheBatch(): 10ms [WARNING] Tests run: 36, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.297 s -- in org.mariadb.jdbc.integration.PreparedStatementTest [INFO] Running org.mariadb.jdbc.integration.CompressTest - Aborted bigSend(): [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s -- in org.mariadb.jdbc.integration.CompressTest [INFO] Running org.mariadb.jdbc.integration.SslTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.mariadb.jdbc.integration.SslTest [INFO] Running org.mariadb.jdbc.integration.BlobTest ? setBinaryStream(): 1ms ? length(): 0ms ? expectedErrors(): 0ms ? setBinaryStreamOffset(): 0ms ? free(): 0ms ? equal(): 0ms ? position(): 0ms ? setBytes(): 0ms ? hashCodeTest(): 0ms ? setBytesOffset(): 0ms ? getBinaryStream(): 1ms ? truncate(): 0ms ? getBytes(): 0ms [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.mariadb.jdbc.integration.BlobTest [INFO] Running org.mariadb.jdbc.integration.RedirectionTest ? basicRedirection(): 9ms - Aborted connectionRedirection(): ? redirectionDuringTransaction(): 12ms [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.027 s -- in org.mariadb.jdbc.integration.RedirectionTest [INFO] Running org.mariadb.jdbc.integration.PreparedStatementParametersTest ? checkTimeParameters(): 4ms ? validateParameters(): 1ms ? bigSendError(): 155ms - Aborted bigSend(): ? checkNotSupported(): 3ms ? checkParameters(): 41ms - Aborted bigSendErrorMax(): [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.225 s -- in org.mariadb.jdbc.integration.PreparedStatementParametersTest [INFO] Running org.mariadb.jdbc.integration.MultiPacketTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.mariadb.jdbc.integration.MultiPacketTest [INFO] Running org.mariadb.jdbc.integration.ConfigurationTest ? jdbcCompliantTruncation(): 10ms ? connectionCollationTest(): 6ms - Aborted connectionAttributes(): ? useMysqlMetadata(): 2ms ? testSessionVariable(): 8ms [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.037 s -- in org.mariadb.jdbc.integration.ConfigurationTest [INFO] Running org.mariadb.jdbc.integration.ConnectionTest - Aborted localSocketAddress(): ? confDefaultIsolationLevel(): 6ms ? timezone(): 5ms ? loopHost(): 1238ms ? networkTimeoutTest(): 1006ms ? databaseStateChange(): 7ms ? Failed expiredPasswordTest(): - Aborted pamAuthPlugin(): ? checkFixedData(): 5ms ? createDatabaseIfNotExist(): 14ms ? verificationAbort(): 16ms ? isValidWrongValue(): 0ms ? abortTestNoExecutor(): 0ms ? netWorkTimeout(): 4ms ? abortClose(): 75ms ? databaseNoStateChange(): 3ms ? nativeSQL(): 0ms ? abortTestAlreadyClosed(): 1ms ? autoCommit(): 1ms ? socketTimeout(): 1165ms ? isClosed(): 3ms ? socketOption(): 3ms ? doubleBackslash(): 4ms ? windowsNamedPipe(): 1ms ? isolationLevel(): 6ms ? releaseSavepoint(): 6ms - Aborted parsecAuthPlugin(): ? savepointUnname(): 5ms ? tcpKeepAlive(): 3ms ? readOnlyConnection(): 4ms ? various(): 0ms ? nativeSQLNoBackSlash(): 2ms ? catalog(): 2ms ? sslNotSet(): 2ms ? socketFactoryTest(): 4ms ? testNoUseReadAheadInputConnection(): 1ms ? clientInfo(): 0ms ? setReadOnly(): 1ms - Aborted windowsNamedPipeCancel(): - Aborted testConnectionAttributes(): ? missingHost(): 1ms ? nativeSqlTest(): 0ms - Aborted localSocket(): ? useNoDatabase(): 2ms ? savepointTest(): 2ms ? initSQL(): 1ms ? Failed verificationEd25519AuthPlugin(): ? isValid(): 1ms [INFO] Running org.mariadb.jdbc.integration.ConnectionTest$Compression ? testConnection(): 1ms [ERROR] Tests run: 49, Failures: 0, Errors: 2, Skipped: 6, Time elapsed: 0.003 s <<< FAILURE! -- in org.mariadb.jdbc.integration.ConnectionTest$Compression [ERROR] org.mariadb.jdbc.integration.ConnectionTest.expiredPasswordTest -- Time elapsed: 0.014 s <<< ERROR! java.sql.SQLInvalidAuthorizationSpecException: (conn=660) Access denied for user 'expired_pwd_user'@'localhost' (using password: YES) at org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:293) at org.mariadb.jdbc.export.ExceptionFactory.create(ExceptionFactory.java:378) at org.mariadb.jdbc.client.impl.StandardClient.authenticationHandler(StandardClient.java:460) at org.mariadb.jdbc.client.impl.StandardClient.handleAuthentication(StandardClient.java:342) at org.mariadb.jdbc.client.impl.StandardClient.setupConnection(StandardClient.java:159) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:127) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.Driver.connect(Driver.java:104) at org.mariadb.jdbc.Driver.connect(Driver.java:29) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:683) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:253) at org.mariadb.jdbc.integration.ConnectionTest.expiredPasswordTest(ConnectionTest.java:1473) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [ERROR] org.mariadb.jdbc.integration.ConnectionTest.verificationEd25519AuthPlugin -- Time elapsed: 0.003 s <<< ERROR! java.sql.SQLInvalidAuthorizationSpecException: (conn=693) Access denied for user 'verificationEd25519AuthPlugin'@'localhost' (using password: YES) at org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:293) at org.mariadb.jdbc.export.ExceptionFactory.create(ExceptionFactory.java:378) at org.mariadb.jdbc.client.impl.StandardClient.authenticationHandler(StandardClient.java:460) at org.mariadb.jdbc.client.impl.StandardClient.handleAuthentication(StandardClient.java:342) at org.mariadb.jdbc.client.impl.StandardClient.setupConnection(StandardClient.java:159) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:127) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.Driver.connect(Driver.java:104) at org.mariadb.jdbc.Driver.connect(Driver.java:29) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:683) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:253) at org.mariadb.jdbc.integration.Common.createCon(Common.java:222) at org.mariadb.jdbc.integration.ConnectionTest.verificationEd25519AuthPlugin(ConnectionTest.java:772) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Running org.mariadb.jdbc.integration.ConnectionTest$Transaction ? testProperRollback(): 5ms ? transactionTest(): 2ms [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.mariadb.jdbc.integration.ConnectionTest$Transaction [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.695 s -- in org.mariadb.jdbc.integration.ConnectionTest [INFO] Running org.mariadb.jdbc.integration.GaleraTest ? galeraAllowedStatesTest(): 2ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.mariadb.jdbc.integration.GaleraTest [INFO] Running org.mariadb.jdbc.integration.EofTest ? basicResultset(): 5ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.mariadb.jdbc.integration.EofTest [INFO] Running org.mariadb.jdbc.integration.resultset.ResultSetMetadataTest ? conj17(): 1ms ? conj84(): 1ms ? testAlias(): 4ms ? blankTableNameMeta(): 2ms ? databaseResultsetMeta(): 0ms ? staticMethod(): 0ms ? metaDataTest(): 3ms [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.mariadb.jdbc.integration.resultset.ResultSetMetadataTest [INFO] Running org.mariadb.jdbc.integration.resultset.StreamingRowChangeTest ? isAfterLast(): 1ms ? previous(): 0ms ? getRow(): 0ms ? getFetchSize(): 0ms ? isLast(): 2ms ? beforeFirst(): 0ms ? relative(): 0ms ? closedRes(): 2ms ? last(): 1ms ? next(): 1ms ? first(): 1ms ? afterLast(): 0ms ? absolute(): 0ms ? isBeforeFirst(): 0ms ? removeStreaming(): 0ms ? getFetchSizeNoFetchOnStmt(): 0ms ? isFirst(): 1ms [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.mariadb.jdbc.integration.resultset.StreamingRowChangeTest [INFO] Running org.mariadb.jdbc.integration.resultset.ReadResultSetTest ? isBeforeFirstFetchTest(): 1ms ? type(): 1ms ? notSupported(): 2ms ? wrongIndex(): 1ms ? nonUpdatableFields(): 10ms ? staticMethod(): 1ms [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.mariadb.jdbc.integration.resultset.ReadResultSetTest [INFO] Running org.mariadb.jdbc.integration.resultset.RowChangeTest ? isAfterLast(): 0ms ? previous(): 0ms ? getRow(): 0ms ? getFetchSize(): 0ms ? isLast(): 0ms ? beforeFirst(): 0ms ? relative(): 0ms ? last(): 0ms ? next(): 0ms ? first(): 0ms ? afterLast(): 0ms ? absolute(): 0ms ? isBeforeFirst(): 0ms ? isFirst(): 0ms [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.mariadb.jdbc.integration.resultset.RowChangeTest [INFO] Running org.mariadb.jdbc.integration.BatchTest - Aborted bigParameterFlushTest(): ? executeLargeBatchAfterError(): 1ms ? testLargeBatchParameterClearAfterError(): 3ms ? wrongParameter(): 5ms ? batchWithError(): 27ms - Aborted bulkPacketSplitHugeNbPacket(): ? batchClear(): 2ms ? batchError(): 1ms ? batchGeneratedKeys(): 2ms ? ensureCalendarSync(): 6ms ? batchWithoutParameter(): 6ms ? testBatchParameterClearAfterError(): 2ms - Aborted bulkPacketSplitMultiplePacket(): ? executeBatchAfterError(): 0ms ? largeBatch(): 262ms ? differentParameterType(): 234ms - Aborted bulkPacketSplitMaxAllowedPacket(): [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.579 s -- in org.mariadb.jdbc.integration.BatchTest [INFO] Running org.mariadb.jdbc.integration.GssapiAuthenticationTest - Aborted nativePassword(): [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s -- in org.mariadb.jdbc.integration.GssapiAuthenticationTest [INFO] Running org.mariadb.jdbc.integration.ParameterMetaDataTest ? parameterMetaDataTypeNotAvailable(): 11ms ? parameterMetaDataBasic(): 3ms ? parameterMetaDataNotPreparable(): 5ms [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.mariadb.jdbc.integration.ParameterMetaDataTest [INFO] Running org.mariadb.jdbc.integration.FailoverTest ? transactionReplayPreparedStatement(): 2293ms ? transactionReplay(): 1089ms ? transactionReplayDuringCommit(): 1078ms ? simpleFailoverTransactionReplay(): 272ms ? simpleFailoverTransactionReplayNoQuery(): 271ms ? transactionReplayPreparedStatementBatch(): 18614ms [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.63 s -- in org.mariadb.jdbc.integration.FailoverTest [INFO] Running org.mariadb.jdbc.integration.DatabaseMetadataTest ? getPseudoColumns(): 0ms ? getSuperTypesBasic(): 0ms ? getTypeMetaData(): 0ms ? yearIsShortType(): 8ms ? getTableOrder(): 10ms ? getCatalogsBasic(): 0ms ? testTransformedBitIsBoolean(): 17ms ? getClientInfoPropertiesBasic(): 0ms testj ? testGetColumnsSchema(): 4ms ? getColumnsTest(): 2ms ? exportedKeysTest(): 13ms ? getPrecision(): 1ms ? functionColumnsSchema(): 4ms ? getCrossReferenceResults(): 6ms ? testMetaCatalog(): 2ms ? functionColumns(): 3ms ? getSchemas(): 2ms ? testGetTables2(): 1ms ? testGetTables3(): 2ms ? getProcedureColumnsBasic(): 3ms ? metaTimeProcedureResultSet(): 2ms ? getImportedKeysBasic(): 2ms ? yearIsDateType(): 4ms ? getIndexInfo(): 1ms ? getAttributesBasic(): 0ms ? metaTimeResultSet(): 1ms ? getFunctionsBasic(): 1ms ? getFunctionsOrder(): 3ms ? getTimePrecision(): 0ms ? maxCharLengthUtf8(): 1ms ? metaUnsigned(): 1ms ? primaryKeyTest2Schema(): 5ms ? metaTimeNoPrecisionProcedureResultSet(): 2ms ? testMetaCatalogSchema(): 3ms ? getCrossReferenceResultsSchema(): 7ms ? getBestRowIdentifier(): 8ms ? getTablePrivilegesBasic(): 0ms ? constantTest(): 1ms ? getImportedKeys(): 141ms ? getSuperTablesBasic(): 0ms ? various(): 0ms ? exportedImportedKeysTest(): 9ms ? getIndexInfoSchema(): 3ms - Aborted testTemporaryTables(): ? testGetTypeInfoDataTYpe(): 0ms ? identifierCaseSensitivity(): 3ms ? getUdtsBasic(): 0ms ? datetimeTest(): 0ms ? testGetSchemas2(): 2ms ? testGetSystemTables(): 4ms ? getExportedKeysBasic(): 5ms ? getFunctionColumnsBasic(): 3ms ? testGetColumnstinyInt1isBit(): 10ms ? foreignKeyTest(): 29ms ? testGetTablesSystemVersionTables(): 1ms ? testGetColumns(): 1ms ? exportedKeysTestSchema(): 11ms ? getColumnPrivilegesBasic(): 0ms ? importedKeysTest(): 6ms ? testGetCatalogs(): 1ms ? testGetTables(): 7ms ? primaryKeysSchemaTest(): 1ms ? getVersionColumnsBasic(): 0ms ? getMetaData(): 0ms ? getCrossReferenceBasic(): 2ms ? primaryKeyTest2(): 1ms ? primaryKeysTest(): 7ms ? getPrimaryKeysBasic(): 1ms ? testGetTypeInfoBasic(): 0ms - Aborted getColumnsBasic(): [WARNING] Tests run: 70, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.464 s -- in org.mariadb.jdbc.integration.DatabaseMetadataTest [INFO] Running org.mariadb.jdbc.integration.BulkStmtSplitErrorTest ? BulkStmtSplitError(): 1ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.mariadb.jdbc.integration.BulkStmtSplitErrorTest [INFO] Running org.mariadb.jdbc.integration.PreparedStatementMetadataTest ? execute(): 5ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.mariadb.jdbc.integration.PreparedStatementMetadataTest [INFO] Running org.mariadb.jdbc.integration.ResultSetTest ? isBeforeFirstFetchTest(): 1ms ? testAliases(): 0ms ? notSupported(): 1ms ? wrongIndex(): 1ms ? nonUpdatableFields(): 11ms ? staticMethod(): 1ms [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.mariadb.jdbc.integration.ResultSetTest [INFO] Running org.mariadb.jdbc.integration.DriverTest ? basicInfo(): 0ms ? ensureDescriptionFilled(): 1ms ? getPropertyInfo(): 8ms [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.mariadb.jdbc.integration.DriverTest [INFO] Running org.mariadb.jdbc.integration.UnixsocketTest - Aborted unixSocketErrorOnWindows(): - Aborted ensureUnixSocketReachingBuffer(): ? testConnectWithUnixSocketWhenDBNotUp(): 105ms [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.114 s -- in org.mariadb.jdbc.integration.UnixsocketTest [INFO] Running org.mariadb.jdbc.integration.MultiHostTest ? masterReplicationStreamingFailover(): 274ms ? readOnly(): 14ms ? masterStreamingFailover(): 272ms ? closedConnectionMulti(): 7ms ? masterReplicationFailover(): 1065ms ? replicaNotSet(): 52ms ? masterFailover(): 1202ms ? ensureReadOnlyOnReplica(): 29936ms ? syncState(): 20ms ? failoverReadonlyToMaster(): 10ms ? commandsAfterReconnectFail(): 210ms [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.08 s -- in org.mariadb.jdbc.integration.MultiHostTest [INFO] Running org.mariadb.jdbc.integration.CredentialPluginTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.mariadb.jdbc.integration.CredentialPluginTest [INFO] Running org.mariadb.jdbc.integration.ClobTest ? setBinaryStream(): 0ms ? setCharacterStream(): 0ms ? length(): 0ms ? setAsciiStream(): 0ms ? clobLength(): 0ms ? wrongUtf8(): 3ms ? getSubString(): 0ms ? setBinaryStreamOffset(): 0ms ? free(): 0ms ? equal(): 0ms ? setString(): 1ms ? position(): 0ms ? getCharacterStream(): 0ms ? truncate(): 0ms [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.mariadb.jdbc.integration.ClobTest [INFO] Running org.mariadb.jdbc.integration.PoolDataSourceTest ? testResetUserVariable(): 13ms ? testResetSessionVariable(): 7ms ? testResetDatabase(): 4ms ? ensureConnectionClose(): 6ms ? testJmxDisable(): 3ms ? testNoMinConnection(): 510ms ? testJmx(): 4ms 13:09:18.706 [main] ERROR org.mariadb.jdbc.pool.Pool - error initializing pool connection java.sql.SQLNonTransientConnectionException: Socket fail to connect to myhost:5500. myhost at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:131) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:125) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.pool.Pool.addConnection(Pool.java:196) at org.mariadb.jdbc.pool.Pool.(Pool.java:98) at org.mariadb.jdbc.pool.Pools.retrievePool(Pools.java:35) at org.mariadb.jdbc.MariaDbPoolDataSource.config(MariaDbPoolDataSource.java:62) at org.mariadb.jdbc.MariaDbPoolDataSource.setUrl(MariaDbPoolDataSource.java:248) at org.mariadb.jdbc.integration.PoolDataSourceTest.basic2(PoolDataSourceTest.java:192) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.net.UnknownHostException: myhost at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:118) ... 75 common frames omitted ? basic2(): 3629ms ? testPrepareReset(): 3ms ? testResetReadOnly(): 2ms ? testIdleTimeout(): 1205ms ? testResetAutoCommit(): 3ms ? testNetworkTimeout(): 3ms ? basic(): 7ms ? pools(): 5ms ? testResetTransactionIsolation(): 4ms ? various(): 5ms ? testResetRollback(): 4ms threads : 2 threads : 3 threads : 3 threads : 2 ? ensureClosed(): 3009ms ? Failed testDataSource(): 13:09:26.456 [main] ERROR org.mariadb.jdbc.pool.Pool - error initializing pool connection java.sql.SQLNonTransientConnectionException: Socket fail to connect to unknownHost. unknownHost at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:131) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:125) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.pool.Pool.addConnection(Pool.java:196) at org.mariadb.jdbc.pool.Pool.(Pool.java:98) at org.mariadb.jdbc.pool.Pools.retrievePool(Pools.java:35) at org.mariadb.jdbc.MariaDbPoolDataSource.(MariaDbPoolDataSource.java:42) at org.mariadb.jdbc.integration.PoolDataSourceTest.wrongUrlHandling(PoolDataSourceTest.java:649) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.net.UnknownHostException: unknownHost at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:118) ... 74 common frames omitted 13:09:26.458 [MariaDB-pool-appender-1] ERROR org.mariadb.jdbc.pool.Pool - error adding connection to pool java.sql.SQLNonTransientConnectionException: Socket fail to connect to unknownHost. unknownHost at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:131) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:125) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.pool.Pool.addConnection(Pool.java:196) at org.mariadb.jdbc.pool.Pool.lambda$addConnectionRequest$0(Pool.java:126) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.net.UnknownHostException: unknownHost at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:118) ... 7 common frames omitted ? wrongUrlHandling(): 3978ms ? Failed poolWithUser(): ? ensureUsingPool(): 82ms ? testMinConnection(): 206ms ? testResetAutoCommitOption(): 3ms [ERROR] Tests run: 25, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 12.75 s <<< FAILURE! -- in org.mariadb.jdbc.integration.PoolDataSourceTest [ERROR] org.mariadb.jdbc.integration.PoolDataSourceTest.testDataSource -- Time elapsed: 0.012 s <<< ERROR! java.sql.SQLInvalidAuthorizationSpecException: (conn=1011) Access denied for user 'poolUser'@'localhost' (using password: YES) at org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:293) at org.mariadb.jdbc.export.ExceptionFactory.create(ExceptionFactory.java:378) at org.mariadb.jdbc.client.impl.StandardClient.authenticationHandler(StandardClient.java:460) at org.mariadb.jdbc.client.impl.StandardClient.handleAuthentication(StandardClient.java:342) at org.mariadb.jdbc.client.impl.StandardClient.setupConnection(StandardClient.java:159) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:127) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.pool.Pool.getPoolConnection(Pool.java:411) at org.mariadb.jdbc.MariaDbPoolDataSource.getConnection(MariaDbPoolDataSource.java:96) at org.mariadb.jdbc.integration.PoolDataSourceTest.testDataSource(PoolDataSourceTest.java:207) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [ERROR] org.mariadb.jdbc.integration.PoolDataSourceTest.poolWithUser -- Time elapsed: 0.007 s <<< ERROR! java.sql.SQLInvalidAuthorizationSpecException: (conn=1013) Access denied for user 'poolUser'@'localhost' (using password: YES) at org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:293) at org.mariadb.jdbc.export.ExceptionFactory.create(ExceptionFactory.java:378) at org.mariadb.jdbc.client.impl.StandardClient.authenticationHandler(StandardClient.java:460) at org.mariadb.jdbc.client.impl.StandardClient.handleAuthentication(StandardClient.java:342) at org.mariadb.jdbc.client.impl.StandardClient.setupConnection(StandardClient.java:159) at org.mariadb.jdbc.client.impl.StandardClient.(StandardClient.java:127) at org.mariadb.jdbc.Driver.connect(Driver.java:75) at org.mariadb.jdbc.pool.Pool.getPoolConnection(Pool.java:411) at org.mariadb.jdbc.MariaDbPoolDataSource.getConnection(MariaDbPoolDataSource.java:96) at org.mariadb.jdbc.integration.PoolDataSourceTest.poolWithUser(PoolDataSourceTest.java:710) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Running org.mariadb.jdbc.integration.StatementTest ? getGeneratedKeysType(): 3ms ? closeOnCompletion(): 0ms ? ensureJdbcErrorWhenNoResultset(): 8ms ? checkFixedData(): 1ms ? executeGeneratedBatch(): 1ms ? statementEnquoteNCharLiteral(): 0ms ? largeMaxRows(): 1ms ? cancel(): 102ms ? execute(): 0ms ? ensureClassDefined(): 2ms ? fetchSize(): 3ms ? statementEnquoteString(): 0ms ? executeUpdateNoResults(): 1ms ? getConnection(): 1ms ? statementIdentifier(): 1ms ? getMoreResults(): 13ms ? fetchUnFinishedOtherStatement(): 22ms ? sff - enquote identifier error: 28ms ? sff - enquote identifier error: 0ms ? executeGeneratedMultiValues(): 20ms ? testAffectedRow(): 8ms ? good_$one - enquote identifier validation: 0ms ? good_$one - enquote identifier validation: 0ms ? `good_$one` - enquote identifier validation: 0ms ? ?s - enquote identifier validation: 0ms ? ?s - enquote identifier validation: 0ms ? ?`s - enquote identifier validation: 0ms ? 9999 - enquote identifier validation: 0ms ? 9999 - enquote identifier validation: 0ms ? getUpdateCountValueOnFail(): 3ms ? ensureGetGeneratedKeysReturnsEmptyResult(): 4ms ? moreResults(): 26ms ? executeLargeBatchBasic(): 7ms ? executeBatchBasic(): 7ms ? longGeneratedId(): 5ms ? close(): 11ms ? fetch(): 6ms ? queryTimeout(): 2009ms ? fetchClose(): 10ms ? fetchUnfinished(): 1ms ? setObjectError(): 1ms ? maxRows(): 8ms ? executeUpdate(): 1ms ? conj956(): 18ms ? testNegativeFetchSize(): 2ms ? testWarnings(): 1ms ? smallQueryTimeout(): 0ms ? testHugeFetchSize(): 5ms ? fetchUnFinishedSameStatement(): 11ms ? executeGenerated(): 3ms ? unsignedMetadataResult(): 8ms ? statementEnquoteIdentifier(): 0ms ? generatedKey(): 5ms ? escaping(): 3ms ? executeLargeUpdate(): 2ms [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.516 s -- in org.mariadb.jdbc.integration.StatementTest [INFO] Running org.mariadb.jdbc.integration.LoggingTest ? certLogging(): 37ms ? basicLogging(): 4028ms [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.072 s -- in org.mariadb.jdbc.integration.LoggingTest [INFO] Running org.mariadb.jdbc.unit.export.HaModeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.mariadb.jdbc.unit.export.HaModeTest [INFO] Running org.mariadb.jdbc.unit.util.ParameterListTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.mariadb.jdbc.unit.util.ParameterListTest [INFO] Running org.mariadb.jdbc.unit.util.SecurityTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.mariadb.jdbc.unit.util.SecurityTest [INFO] Running org.mariadb.jdbc.unit.util.VersionFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.mariadb.jdbc.unit.util.VersionFactoryTest [INFO] Running org.mariadb.jdbc.unit.util.log.LoggersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.mariadb.jdbc.unit.util.log.LoggersTest [INFO] Running org.mariadb.jdbc.unit.util.log.LoggerFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.mariadb.jdbc.unit.util.log.LoggerFactoryTest [INFO] Running org.mariadb.jdbc.unit.util.log.JdkLoggerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.mariadb.jdbc.unit.util.log.JdkLoggerTest [INFO] Running org.mariadb.jdbc.unit.util.log.LoggerHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.mariadb.jdbc.unit.util.log.LoggerHelperTest [INFO] Running org.mariadb.jdbc.unit.util.log.ConsoleLoggerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.mariadb.jdbc.unit.util.log.ConsoleLoggerTest [INFO] Running org.mariadb.jdbc.unit.util.ConfigurationTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.mariadb.jdbc.unit.util.ConfigurationTest [INFO] Running org.mariadb.jdbc.unit.util.VersionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.mariadb.jdbc.unit.util.VersionTest [INFO] Running org.mariadb.jdbc.unit.util.constant.HaModeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.mariadb.jdbc.unit.util.constant.HaModeTest [INFO] Running org.mariadb.jdbc.unit.util.ClientParserTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.mariadb.jdbc.unit.util.ClientParserTest [INFO] Running org.mariadb.jdbc.unit.client.ServerVersionUtilityTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.mariadb.jdbc.unit.client.ServerVersionUtilityTest [INFO] Running org.mariadb.jdbc.unit.client.PrepareCacheTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.mariadb.jdbc.unit.client.PrepareCacheTest [INFO] Running org.mariadb.jdbc.unit.client.tls.MariaDbX509TrustingManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.mariadb.jdbc.unit.client.tls.MariaDbX509TrustingManagerTest [INFO] Running org.mariadb.jdbc.unit.client.tls.MariaDbX509KeyManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.mariadb.jdbc.unit.client.tls.MariaDbX509KeyManagerTest [INFO] Running org.mariadb.jdbc.unit.client.HostnameVerifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.mariadb.jdbc.unit.client.HostnameVerifierTest [INFO] Running org.mariadb.jdbc.unit.client.socket.PacketWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.mariadb.jdbc.unit.client.socket.PacketWriterTest [INFO] Running org.mariadb.jdbc.unit.client.result.CompleteResultTest ? metaQuery(): 0ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.mariadb.jdbc.unit.client.result.CompleteResultTest [INFO] Running org.mariadb.jdbc.unit.plugin.AuthenticationPluginLoaderTest ? authenticationPluginLoaderTest(): 8ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.mariadb.jdbc.unit.plugin.AuthenticationPluginLoaderTest [INFO] Running org.mariadb.jdbc.unit.plugin.TlsSocketPluginLoaderTest ? AuthenticationPluginLoaderTest(): 7ms [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.mariadb.jdbc.unit.plugin.TlsSocketPluginLoaderTest [INFO] Running org.mariadb.jdbc.unit.type.GeometryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.mariadb.jdbc.unit.type.GeometryTest [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ConnectionTest.expiredPasswordTest:1473 ? SQLInvalidAuthorizationSpec (conn=660) Access denied for user 'expired_pwd_user'@'localhost' (using password: YES) [ERROR] ConnectionTest.verificationEd25519AuthPlugin:772->Common.createCon:222 ? SQLInvalidAuthorizationSpec (conn=693) Access denied for user 'verificationEd25519AuthPlugin'@'localhost' (using password: YES) [ERROR] DataSourceTest.switchUser:162 ? SQLInvalidAuthorizationSpec (conn=404) Access denied for user 'dsUser'@'localhost' (using password: YES) [ERROR] PoolDataSourceTest.poolWithUser:710 ? SQLInvalidAuthorizationSpec (conn=1013) Access denied for user 'poolUser'@'localhost' (using password: YES) [ERROR] PoolDataSourceTest.testDataSource:207 ? SQLInvalidAuthorizationSpec (conn=1011) Access denied for user 'poolUser'@'localhost' (using password: YES) [ERROR] PooledConnectionTest.testPooledConnectionStatementError:208 ? SQLInvalidAuthorizationSpec (conn=11) Access denied for user 'StatementErrorUser'@'localhost' (using password: YES) [INFO] [ERROR] Tests run: 1968, Failures: 0, Errors: 6, Skipped: 25 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:56 min [INFO] Finished at: 2025-04-02T13:09:34Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test) on project mariadb-java-client: [ERROR] [ERROR] Please refer to /usr/local/src/mariadb-connector-j/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException