Skip to content

Console Output

Skipping 5,574 KB.. Full Log
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	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.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at jdk.internal.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
	at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
	at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
	at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:1121)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:991)
	... 83 more
Caused by: java.net.SocketTimeoutException
	at com.pingcap.test.UnreliableSocketFactory.getNewSocket(UnreliableSocketFactory.java:185)
	at com.pingcap.test.UnreliableSocketFactory.connect(UnreliableSocketFactory.java:169)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
	... 86 more


** END NESTED EXCEPTION **


Mon May 06 19:24:08 CST 2024 WARN: Connection to secondary host 'com.mysql.cj.conf.HostInfo@2e478c15 :: {host: "host3", port: 4001, hostProperties: {dbname=test, allowPublicKeyRetrieval=true, socketFactory=com.pingcap.test.UnreliableSocketFactory, retriesAllDown=2, useServerPrepStmts=true, useSSL=false, sslMode=DISABLED}}' failed

EXCEPTION STACK TRACE:



** BEGIN NESTED EXCEPTION ** 

com.mysql.cj.jdbc.exceptions.CommunicationsException
MESSAGE: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

STACKTRACE:

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:1001)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:614)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.createConnectionForHost(MultiHostConnectionProxy.java:357)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.createConnectionForHostIndex(FailoverConnectionProxy.java:216)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.connectTo(FailoverConnectionProxy.java:229)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.failOver(FailoverConnectionProxy.java:306)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.failOver(FailoverConnectionProxy.java:281)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.pickNewConnection(FailoverConnectionProxy.java:201)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.dealWithInvocationException(MultiHostConnectionProxy.java:275)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.invokeMore(FailoverConnectionProxy.java:533)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.invoke(MultiHostConnectionProxy.java:514)
	at jdk.proxy2/jdk.proxy2.$Proxy12.rollback(Unknown Source)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:109)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:104)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:927)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:919)
	at com.pingcap.test.simple.MultiHostConnectionTest.assertSQLException(MultiHostConnectionTest.java:104)
	at com.pingcap.test.simple.MultiHostConnectionTest.testFailoverCombinations(MultiHostConnectionTest.java:564)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	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:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	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.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at jdk.internal.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
	at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
	at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
	at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:1121)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:991)
	... 83 more
Caused by: java.net.SocketTimeoutException
	at com.pingcap.test.UnreliableSocketFactory.getNewSocket(UnreliableSocketFactory.java:185)
	at com.pingcap.test.UnreliableSocketFactory.connect(UnreliableSocketFactory.java:169)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
	... 86 more


** END NESTED EXCEPTION **


Mon May 06 19:24:08 CST 2024 WARN: Connection to secondary host 'com.mysql.cj.conf.HostInfo@2e478c15 :: {host: "host3", port: 4001, hostProperties: {dbname=test, allowPublicKeyRetrieval=true, socketFactory=com.pingcap.test.UnreliableSocketFactory, retriesAllDown=2, useServerPrepStmts=true, useSSL=false, sslMode=DISABLED}}' failed

EXCEPTION STACK TRACE:



** BEGIN NESTED EXCEPTION ** 

com.mysql.cj.jdbc.exceptions.CommunicationsException
MESSAGE: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

STACKTRACE:

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:1001)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:614)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.createConnectionForHost(MultiHostConnectionProxy.java:357)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.createConnectionForHostIndex(FailoverConnectionProxy.java:216)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.connectTo(FailoverConnectionProxy.java:229)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.failOver(FailoverConnectionProxy.java:306)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.failOver(FailoverConnectionProxy.java:281)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.pickNewConnection(FailoverConnectionProxy.java:201)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.dealWithInvocationException(MultiHostConnectionProxy.java:275)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.invokeMore(FailoverConnectionProxy.java:533)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.invoke(MultiHostConnectionProxy.java:514)
	at jdk.proxy2/jdk.proxy2.$Proxy12.commit(Unknown Source)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:107)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:104)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:927)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:919)
	at com.pingcap.test.simple.MultiHostConnectionTest.assertSQLException(MultiHostConnectionTest.java:104)
	at com.pingcap.test.simple.MultiHostConnectionTest.testFailoverCombinations(MultiHostConnectionTest.java:566)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	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:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	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.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at jdk.internal.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
	at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
	at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
	at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:1121)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:991)
	... 83 more
Caused by: java.net.SocketTimeoutException
	at com.pingcap.test.UnreliableSocketFactory.getNewSocket(UnreliableSocketFactory.java:185)
	at com.pingcap.test.UnreliableSocketFactory.connect(UnreliableSocketFactory.java:169)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
	... 86 more


** END NESTED EXCEPTION **


Mon May 06 19:24:08 CST 2024 WARN: Connection to secondary host 'com.mysql.cj.conf.HostInfo@2dc22cb6 :: {host: "host2", port: 4001, hostProperties: {dbname=test, allowPublicKeyRetrieval=true, socketFactory=com.pingcap.test.UnreliableSocketFactory, retriesAllDown=2, useServerPrepStmts=true, useSSL=false, sslMode=DISABLED}}' failed

EXCEPTION STACK TRACE:



** BEGIN NESTED EXCEPTION ** 

com.mysql.cj.jdbc.exceptions.CommunicationsException
MESSAGE: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

STACKTRACE:

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:1001)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:614)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.createConnectionForHost(MultiHostConnectionProxy.java:357)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.createConnectionForHostIndex(FailoverConnectionProxy.java:216)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.connectTo(FailoverConnectionProxy.java:229)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.failOver(FailoverConnectionProxy.java:306)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.failOver(FailoverConnectionProxy.java:281)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.pickNewConnection(FailoverConnectionProxy.java:201)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.dealWithInvocationException(MultiHostConnectionProxy.java:275)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.invokeMore(FailoverConnectionProxy.java:533)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.invoke(MultiHostConnectionProxy.java:514)
	at jdk.proxy2/jdk.proxy2.$Proxy12.commit(Unknown Source)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:107)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:104)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:927)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:919)
	at com.pingcap.test.simple.MultiHostConnectionTest.assertSQLException(MultiHostConnectionTest.java:104)
	at com.pingcap.test.simple.MultiHostConnectionTest.testFailoverCombinations(MultiHostConnectionTest.java:566)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	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:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	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.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at jdk.internal.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
	at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
	at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
	at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:1121)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:991)
	... 83 more
Caused by: java.net.SocketTimeoutException
	at com.pingcap.test.UnreliableSocketFactory.getNewSocket(UnreliableSocketFactory.java:185)
	at com.pingcap.test.UnreliableSocketFactory.connect(UnreliableSocketFactory.java:169)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
	... 86 more


** END NESTED EXCEPTION **


Mon May 06 19:24:08 CST 2024 WARN: Connection to secondary host 'com.mysql.cj.conf.HostInfo@2e478c15 :: {host: "host3", port: 4001, hostProperties: {dbname=test, allowPublicKeyRetrieval=true, socketFactory=com.pingcap.test.UnreliableSocketFactory, retriesAllDown=2, useServerPrepStmts=true, useSSL=false, sslMode=DISABLED}}' failed

EXCEPTION STACK TRACE:



** BEGIN NESTED EXCEPTION ** 

com.mysql.cj.jdbc.exceptions.CommunicationsException
MESSAGE: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

STACKTRACE:

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:1001)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:614)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.createConnectionForHost(MultiHostConnectionProxy.java:357)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.createConnectionForHostIndex(FailoverConnectionProxy.java:216)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.connectTo(FailoverConnectionProxy.java:229)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.failOver(FailoverConnectionProxy.java:306)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.failOver(FailoverConnectionProxy.java:281)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.pickNewConnection(FailoverConnectionProxy.java:201)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.dealWithInvocationException(MultiHostConnectionProxy.java:275)
	at com.mysql.cj.jdbc.ha.FailoverConnectionProxy.invokeMore(FailoverConnectionProxy.java:533)
	at com.mysql.cj.jdbc.ha.MultiHostConnectionProxy.invoke(MultiHostConnectionProxy.java:514)
	at jdk.proxy2/jdk.proxy2.$Proxy12.commit(Unknown Source)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:107)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:104)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:927)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:919)
	at com.pingcap.test.simple.MultiHostConnectionTest.assertSQLException(MultiHostConnectionTest.java:104)
	at com.pingcap.test.simple.MultiHostConnectionTest.testFailoverCombinations(MultiHostConnectionTest.java:566)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	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:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	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: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:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	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.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132)
	at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
	at jdk.internal.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
	at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
	at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
	at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:1121)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:991)
	... 83 more
Caused by: java.net.SocketTimeoutException
	at com.pingcap.test.UnreliableSocketFactory.getNewSocket(UnreliableSocketFactory.java:185)
	at com.pingcap.test.UnreliableSocketFactory.connect(UnreliableSocketFactory.java:169)
	at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
	... 86 more


** END NESTED EXCEPTION **


[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 20.766 s - in com.pingcap.test.simple.MultiHostConnectionTest
[INFO] Running com.pingcap.test.simple.UpdatabilityTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UpdatabilityTest#testAliasedTables()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UpdatabilityTest#testMultiKeyTable()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UpdatabilityTest#testUpdatability()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UpdatabilityTest#testBogusTable()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.9 s - in com.pingcap.test.simple.UpdatabilityTest
[INFO] Running com.pingcap.test.simple.UtilsTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UtilsTest#testGetPackageName()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UtilsTest#testMessage()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UtilsTest#testIsJdbcInterface()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UtilsTest#testIsJdbcPackage()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.UtilsTest#testGetImplementedInterfaces()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in com.pingcap.test.simple.UtilsTest
[INFO] Running com.pingcap.test.simple.TransactionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.simple.TransactionTest#testTransaction()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in com.pingcap.test.simple.TransactionTest
[INFO] Running com.pingcap.test.regression.CachedRowsetTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CachedRowsetTest#testBug5188()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in com.pingcap.test.regression.CachedRowsetTest
[INFO] Running com.pingcap.test.regression.NumbersRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.NumbersRegressionTest#testIntShouldReturnLong()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.NumbersRegressionTest#testPrecisionAndScale()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.NumbersRegressionTest#testBug5729()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.NumbersRegressionTest#testBug8484()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.NumbersRegressionTest#testBug105915()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.NumbersRegressionTest#testFloatsAndReals()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.NumbersRegressionTest#testBigInt()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.929 s - in com.pingcap.test.regression.NumbersRegressionTest
[INFO] Running com.pingcap.test.regression.DateTimeRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug20316640()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Col 1 [2038-01-19 03:14:07.0]
Col 2 [18:59:59]
Col 3 [9999-12-31]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug20391832()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
useServerPrepStmts=false; sendFractSeconds=false
useServerPrepStmts=false; sendFractSeconds=true
useServerPrepStmts=true; sendFractSeconds=false
useServerPrepStmts=true; sendFractSeconds=true
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug20818678()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug15604()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
2005-05-15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug21308907()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug3620()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug5874()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug101413()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug104559()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DateTimeRegressionTest#testBug22305930()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.62 s - in com.pingcap.test.regression.DateTimeRegressionTest
[INFO] Running com.pingcap.test.regression.SyntaxRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SyntaxRegressionTest#testExplicitPartitions()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SyntaxRegressionTest#testExchangePartition()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SyntaxRegressionTest#testJsonType()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SyntaxRegressionTest#testHints()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Optimizer hint can only be followed by certain keywords like SELECT, INSERT, etc.
Optimizer hint can only be followed by certain keywords like SELECT, INSERT, etc.
Optimizer hint syntax error at line 1 column 11 near "! max_execution_time (100) */" 
Optimizer hint syntax error at line 1 column 47 near "" 
Optimizer hint can only be followed by certain keywords like SELECT, INSERT, etc.
Optimizer hint can only be followed by certain keywords like SELECT, INSERT, etc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SyntaxRegressionTest#testRenameIndex()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SyntaxRegressionTest#testAlterTableAlgorithmLock()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SyntaxRegressionTest#testIPv6Functions()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SyntaxRegressionTest#testCreateTableDataDirectory()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 8.626 s - in com.pingcap.test.regression.SyntaxRegressionTest
[INFO] Running com.pingcap.test.regression.MetaDataRegressionTest
BIT -> class java.lang.Class
TINYINT -> class java.lang.Class
SMALLINT -> class java.lang.Class
INTEGER -> class java.lang.Class
BIGINT -> class java.lang.Class
FLOAT -> class java.lang.Class
REAL -> class java.lang.Class
DOUBLE -> class java.lang.Class
NUMERIC -> class java.lang.Class
DECIMAL -> class java.lang.Class
CHAR -> class java.lang.Class
VARCHAR -> class java.lang.Class
LONGVARCHAR -> class java.lang.Class
DATE -> class java.lang.Class
TIME -> class java.lang.Class
TIMESTAMP -> class java.lang.Class
BINARY -> class java.lang.Class
VARBINARY -> class java.lang.Class
LONGVARBINARY -> class java.lang.Class
NULL -> class java.lang.Class
OTHER -> class java.lang.Class
JAVA_OBJECT -> class java.lang.Class
DISTINCT -> class java.lang.Class
STRUCT -> class java.lang.Class
ARRAY -> class java.lang.Class
BLOB -> class java.lang.Class
CLOB -> class java.lang.Class
REF -> class java.lang.Class
DATALINK -> class java.lang.Class
BOOLEAN -> class java.lang.Class
ROWID -> class java.lang.Class
NCHAR -> class java.lang.Class
NVARCHAR -> class java.lang.Class
LONGNVARCHAR -> class java.lang.Class
NCLOB -> class java.lang.Class
SQLXML -> class java.lang.Class
REF_CURSOR -> class java.lang.Class
TIME_WITH_TIMEZONE -> class java.lang.Class
TIMESTAMP_WITH_TIMEZONE -> class java.lang.Class
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug16436511()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testCharVarchar()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testLongText()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testSupportsCorrelatedSubqueries()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testTypes()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
varcharField -> VARCHAR
charField -> CHAR
enumField -> CHAR
setField -> CHAR
tinyblobField -> TINYBLOB
mediumBlobField -> MEDIUMBLOB
longblobField -> LONGBLOB
blobField -> BLOB
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug33723611()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug11575()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug12970()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug12975()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug13277()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug13601()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug14815()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug15854()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug16277()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug18258()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug18554()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug20491()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
character_set_client = utf8mb4
character_set_connection = utf8mb4
character_set_database = utf8mb4
character_set_filesystem = binary
character_set_results = 
character_set_server = utf8mb4
character_set_system = utf8
character_sets_dir = /usr/local/mysql-5.6.25-osx10.8-x86_64/share/charsets/
validate_password.special_char_count = 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug21267()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug21544()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug22613()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug22628()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug23303()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug27867()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug27915()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug27916()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug31187()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug33594()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug35115()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug43714()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug44451()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug44508()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug51912()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug57808()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug61332()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug63456()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug63800()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
useIS=false, dbMapsToSchema=false
useIS=false, dbMapsToSchema=true
useIS=true, dbMapsToSchema=false
useIS=true, dbMapsToSchema=true
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug76187()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug90887()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug95280()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testCharacterSetForDBMD()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
testCharacterSetForDBMD:
?t? -> ?t?
?t?
?t?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug21215151()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Catalogs:
--------------------------------------------------
	INFORMATION_SCHEMA
	METRICS_SCHEMA
	PERFORMANCE_SCHEMA
	a_testBug21215151
	h_testBug21215151
	i_testBug21215151
	j_testBug21215151
	mysql
	sys
	test
	z_testBug21215151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug21978216()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug2607()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug2852()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug2855()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug3570()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug4138()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug4742()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug4860()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug4880()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug6399()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug7081()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug8792()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug8800()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug8803()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug8812()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug9320()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug9769()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug9778()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug9917()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug104641()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testSupportesGroupByUnrelated()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testQuotedGunk()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testGetPropertyInfo()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testRSMDToStringFromDBMD()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testFixForBug1673()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testABunchOfReturnTypes()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testGetColumnsBug1099()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testGetColumnsUnsigned()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testGetColumns()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MetaDataRegressionTest#testBug23212347()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 27, Time elapsed: 9.889 s - in com.pingcap.test.regression.MetaDataRegressionTest
[INFO] Running com.pingcap.test.regression.ExceptionSubclassesTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.ExceptionSubclassesTest#testBug17750877()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in com.pingcap.test.regression.ExceptionSubclassesTest
[INFO] Running com.pingcap.test.regression.EscapeProcessorRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.EscapeProcessorRegressionTest#testBug11498()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.EscapeProcessorRegressionTest#testBug11797()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.EscapeProcessorRegressionTest#testBug14909()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.EscapeProcessorRegressionTest#testBug25399()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.EscapeProcessorRegressionTest#testBug60598()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.EscapeProcessorRegressionTest#testBug63526()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in com.pingcap.test.regression.EscapeProcessorRegressionTest
[INFO] Running com.pingcap.test.regression.CharsetRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testAsciiCharConversion()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
63
83
116
97
116
101
45
98
111
116
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testBug24840()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testBug37931()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testBug71038()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testBug72630()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testBug73663()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testBug81196()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testBug9206()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testBug100606()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testEncodingRegression()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.CharsetRegressionTest#testGreekUtf8411()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 0.453 s - in com.pingcap.test.regression.CharsetRegressionTest
[INFO] Running com.pingcap.test.regression.BlobRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug20453671()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug20453712()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug10850()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug34677()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug95210()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testUpdatableBlobsWithCharsets()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
com.mysql.cj.jdbc.result.UpdatableResultSet@bff7950
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug2670()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug5490()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug8096()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testBug9040()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.BlobRegressionTest#testUpdateLongBlobGT16M()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.875 s - in com.pingcap.test.regression.BlobRegressionTest
[INFO] Running com.pingcap.test.regression.StringRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StringRegressionTest#testBug11614()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StringRegressionTest#testBug11629()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StringRegressionTest#testBug25047()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StringRegressionTest#testBug64731()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StringRegressionTest#testBug7601()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StringRegressionTest#testBase64Decoder()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StringRegressionTest#testNewlines()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in com.pingcap.test.regression.StringRegressionTest
[INFO] Running com.pingcap.test.regression.SubqueriesRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SubqueriesRegressionTest#testSubQuery1()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SubqueriesRegressionTest#testSubQuery2()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SubqueriesRegressionTest#testSubQuery3()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SubqueriesRegressionTest#testSubQuery4()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.SubqueriesRegressionTest#testSubQuery5()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.561 s - in com.pingcap.test.regression.SubqueriesRegressionTest
[INFO] Running com.pingcap.test.regression.UtilsRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.UtilsRegressionTest#testBug20913114()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.UtilsRegressionTest#testBug70436()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.UtilsRegressionTest#testBug82115()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.UtilsRegressionTest#testBug104170()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.UtilsRegressionTest#testTimeZones()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in com.pingcap.test.regression.UtilsRegressionTest
[INFO] Running com.pingcap.test.regression.StressRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StressRegressionTest#testCreateConnectionsUnderLoad()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
2/4/2.8000000000000003
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StressRegressionTest#testBug67760()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Start concurrent jobs and let them run for aproximatly 10 seconds...
Starting job 1 (Thread-7646) - PreparedStatement.set[Timestamp|Date|Time]()...
Starting job 2 (Thread-7647) - ResultSet.get[Timestamp|Date|Time]()...
Finishing job 1 (Thread-7646) after 43264 iterations...
Finishing job 2 (Thread-7647) after 3238 iterations...
The test ended gracefully after 10008 milliseconds.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.StressRegressionTest#testCreateConnections()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
2/4/2.9333333333333336
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 10.12 s - in com.pingcap.test.regression.StressRegressionTest
[INFO] Running com.pingcap.test.regression.PooledConnectionRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.PooledConnectionRegressionTest#testPacketTooLargeException()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.PooledConnectionRegressionTest#testConnectionWrapperMethods()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Mon May 06 19:24:57 CST 2024 DEBUG: Using 'host' value of '127.0.0.1:51620' to determine locality of connection
Mon May 06 19:24:57 CST 2024 DEBUG: Locally connected - HostAddress(/127.0.0.1).equals(whereIconnectedTo(localhost/127.0.0.1)
Mon May 06 19:24:57 CST 2024 DEBUG: Using 'host' value of '127.0.0.1:51620' to determine locality of connection
Mon May 06 19:24:57 CST 2024 DEBUG: Locally connected - HostAddress(/127.0.0.1).equals(whereIconnectedTo(localhost/127.0.0.1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.PooledConnectionRegressionTest#testBug35489()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.PooledConnectionRegressionTest#testBug7136()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
1 - Connection closed.
1 - Connection closed.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.PooledConnectionRegressionTest#testCloseEvent()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Before connection.close().
1 - Connection closed.
After connection.close().
Before connection.close().
2 - Connection closed.
After connection.close().
Before connection.close().
3 - Connection closed.
After connection.close().
Before connection.close().
4 - Connection closed.
After connection.close().
Before connection.close().
5 - Connection closed.
After connection.close().
Before pooledConnection.close().
After pooledConnection.close().
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.PooledConnectionRegressionTest#testConnectionReclaim()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Before connection reclaim.
After connection reclaim.
Before connection.close().
1 - Connection closed.
After connection.close().
Before connection reclaim.
After connection reclaim.
Before connection.close().
2 - Connection closed.
After connection.close().
Before connection reclaim.
After connection reclaim.
Before connection.close().
3 - Connection closed.
After connection.close().
Before connection reclaim.
After connection reclaim.
Before connection.close().
4 - Connection closed.
After connection.close().
Before connection reclaim.
After connection reclaim.
Before connection.close().
5 - Connection closed.
After connection.close().
Before pooledConnection.close().
After pooledConnection.close().
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.847 s - in com.pingcap.test.regression.PooledConnectionRegressionTest
[INFO] Running com.pingcap.test.regression.DataSourceRegressionTest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug16791()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Reference Class Name: com.mysql.cj.jdbc.MysqlDataSource
Type: user
Content: null
Type: password
Content: null
Type: serverName
Content: 
Type: port
Content: 3306
Type: explicitPort
Content: false
Type: databaseName
Content: 
Type: url
Content: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Type: explicitUrl
Content: true
Type: scrollTolerantForwardOnly
Content: false
Type: autoGenerateTestcaseScript
Content: false
Type: defaultFetchSize
Content: 0
Type: useReadAheadInput
Content: true
Type: resultSetSizeThreshold
Content: 100
Type: padCharsWithSpace
Content: false
Type: queryInfoCacheFactory
Content: com.mysql.cj.PerConnectionLRUFactory
Type: tcpRcvBuf
Content: 0
Type: cacheResultSetMetadata
Content: false
Type: xdevapi.dns-srv
Content: false
Type: rollbackOnPooledClose
Content: true
Type: ha.loadBalanceStrategy
Content: random
Type: enablePacketDebug
Content: false
Type: socksProxyPort
Content: 1080
Type: xdevapi.ssl-mode
Content: REQUIRED
Type: overrideSupportsIntegrityEnhancementFacility
Content: false
Type: gatherPerfMetrics
Content: false
Type: allowPublicKeyRetrieval
Content: false
Type: serverConfigCacheFactory
Content: com.mysql.cj.util.PerVmServerConfigCacheFactory
Type: secondsBeforeRetrySource
Content: 30
Type: databaseTerm
Content: CATALOG
Type: loadBalanceAutoCommitStatementThreshold
Content: 0
Type: fallbackToSystemTrustStore
Content: true
Type: forceConnectionTimeZoneToSession
Content: false
Type: allowUrlInLocalInfile
Content: false
Type: tcpNoDelay
Content: true
Type: xdevapi.connect-timeout
Content: 10000
Type: initialTimeout
Content: 2
Type: requireSSL
Content: false
Type: logSlowQueries
Content: false
Type: transformedBitIsBoolean
Content: false
Type: reconnectAtTxEnd
Content: false
Type: retriesAllDown
Content: 120
Type: fallbackToSystemKeyStore
Content: true
Type: profilerEventHandler
Content: com.mysql.cj.log.LoggingProfilerEventHandler
Type: autoClosePStmtStreams
Content: false
Type: noAccessToProcedureBodies
Content: false
Type: useHostsInPrivileges
Content: true
Type: trustCertificateKeyStoreType
Content: JKS
Type: loadBalanceBlocklistTimeout
Content: 0
Type: cacheDefaultTimeZone
Content: true
Type: metadataCacheSize
Content: 50
Type: useServerPrepStmts
Content: false
Type: clientCertificateKeyStoreType
Content: JKS
Type: clobberStreamingResults
Content: false
Type: xdevapi.fallback-to-system-keystore
Content: true
Type: xdevapi.compression-algorithms
Content: zstd_stream,lz4_message,deflate_stream
Type: tinyInt1isBit
Content: true
Type: largeRowSizeThreshold
Content: 2048
Type: slowQueryThresholdNanos
Content: 0
Type: useLocalSessionState
Content: false
Type: explainSlowQueries
Content: false
Type: emptyStringsConvertToZero
Content: true
Type: autoReconnect
Content: false
Type: tcpKeepAlive
Content: true
Type: dontTrackOpenResources
Content: false
Type: dnsSrv
Content: false
Type: enableQueryTimeouts
Content: true
Type: prepStmtCacheSqlLimit
Content: 256
Type: blobSendChunkSize
Content: 1048576
Type: maxAllowedPacket
Content: 65535
Type: maxQuerySizeToLog
Content: 2048
Type: detectCustomCollations
Content: false
Type: locatorFetchBufferSize
Content: 1048576
Type: callableStmtCacheSize
Content: 100
Type: logXaCommands
Content: false
Type: loadBalancePingTimeout
Content: 0
Type: clientInfoProvider
Content: com.mysql.cj.jdbc.CommentClientInfoProvider
Type: noDatetimeStringSync
Content: false
Type: verifyServerCertificate
Content: false
Type: loadBalanceHostRemovalGracePeriod
Content: 15000
Type: dumpQueriesOnException
Content: false
Type: connectTimeout
Content: 0
Type: jdbcCompliantTruncation
Content: true
Type: sslMode
Content: PREFERRED
Type: rewriteBatchedStatements
Content: false
Type: pinGlobalTxToPhysicalConnection
Content: false
Type: useOnlyServerErrorMessages
Content: true
Type: loadBalanceValidateConnectionOnSwapServer
Content: false
Type: xdevapi.compression
Content: PREFERRED
Type: ha.enableJMX
Content: false
Type: holdResultsOpenOverStatementClose
Content: false
Type: socksProxyRemoteDns
Content: false
Type: useStreamLengthsInPrepStmts
Content: true
Type: reportMetricsIntervalMillis
Content: 30000
Type: useLocalTransactionState
Content: false
Type: trackSessionState
Content: false
Type: paranoid
Content: false
Type: slowQueryThresholdMillis
Content: 2000
Type: nullDatabaseMeansCurrent
Content: false
Type: pedantic
Content: false
Type: useCursorFetch
Content: false
Type: sendFractionalSeconds
Content: true
Type: netTimeoutForStreamingResults
Content: 600
Type: dontCheckOnDuplicateKeyUpdateInSQL
Content: false
Type: includeThreadNamesAsStatementComment
Content: false
Type: autoSlowLog
Content: true
Type: elideSetAutoCommits
Content: false
Type: zeroDateTimeBehavior
Content: EXCEPTION
Type: emulateUnsupportedPstmts
Content: true
Type: traceProtocol
Content: false
Type: maxRows
Content: -1
Type: profileSQL
Content: false
Type: blobsAreStrings
Content: false
Type: emulateLocators
Content: false
Type: interactiveClient
Content: false
Type: allowLoadLocalInfile
Content: false
Type: cacheServerConfiguration
Content: false
Type: useInformationSchema
Content: false
Type: alwaysSendSetIsolation
Content: true
Type: xdevapi.ssl-keystore-type
Content: JKS
Type: maxReconnects
Content: 3
Type: createDatabaseIfNotExist
Content: false
Type: includeThreadDumpInDeadlockExceptions
Content: false
Type: queryTimeoutKillsConnection
Content: false
Type: useUnbufferedInput
Content: true
Type: maintainTimeStats
Content: true
Type: failOverReadOnly
Content: true
Type: populateInsertRowWithDefaultValues
Content: false
Type: ignoreNonTxTables
Content: false
Type: xdevapi.auth
Content: PLAIN
Type: treatUtilDateAsTimestamp
Content: true
Type: queriesBeforeRetrySource
Content: 50
Type: ultraDevHack
Content: false
Type: autoReconnectForPools
Content: false
Type: tcpTrafficClass
Content: 0
Type: allowMultiQueries
Content: false
Type: cacheCallableStmts
Content: false
Type: allowNanAndInf
Content: false
Type: yearIsDateType
Content: true
Type: prepStmtCacheSize
Content: 25
Type: xdevapi.ssl-truststore-type
Content: JKS
Type: socketTimeout
Content: 0
Type: sendFractionalSecondsForTime
Content: true
Type: allowSourceDownConnections
Content: false
Type: selfDestructOnPingSecondsLifetime
Content: 0
Type: logger
Content: com.mysql.cj.log.StandardLogger
Type: functionsNeverReturnBlobs
Content: false
Type: socketFactory
Content: com.mysql.cj.protocol.StandardSocketFactory
Type: loadBalanceExceptionChecker
Content: com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
Type: readFromSourceWhenNoReplicas
Content: false
Type: useOldAliasMetadataBehavior
Content: false
Type: getProceduresReturnsFunctions
Content: true
Type: strictUpdates
Content: true
Type: useCompression
Content: false
Type: compensateOnDuplicateKeyUpdateCounts
Content: false
Type: useNanosForElapsedTime
Content: false
Type: useUsageAdvisor
Content: false
Type: tcpSndBuf
Content: 0
Type: continueBatchOnError
Content: true
Type: xdevapi.fallback-to-system-truststore
Content: true
Type: processEscapeCodesForPrepStmts
Content: true
Type: readOnlyPropagatesToServer
Content: true
Type: selfDestructOnPingMaxOperations
Content: 0
Type: disconnectOnExpiredPasswords
Content: true
Type: generateSimpleParameterMetadata
Content: false
Type: preserveInstants
Content: true
Type: packetDebugBufferSize
Content: 20
Type: useAffectedRows
Content: false
Type: useSSL
Content: true
Type: enableEscapeProcessing
Content: true
Type: cachePrepStmts
Content: false
Type: defaultAuthenticationPlugin
Content: mysql_native_password
Type: useColumnNamesInFindColumn
Content: false
Type: allowReplicaDownConnections
Content: false
Type: autoDeserialize
Content: false
Type: includeInnodbStatusInDeadlockExceptions
Content: false

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug19169()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug32101()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug35810()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug42267()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug72632()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testCSC4616()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug3848()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug3920()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.DataSourceRegressionTest#testBug4808()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.208 s - in com.pingcap.test.regression.DataSourceRegressionTest
[INFO] Running com.pingcap.test.regression.MicroPerformanceRegressionTest
Calculating global performance scaling factor...
Global performance scaling factor is: 0.21939130434782608
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MicroPerformanceRegressionTest#testResultSetAccessors()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Adjusting global performance scaling factor...
Gobal performance scaling factor adjusted from: 0.21939130434782608 to: 0.21808695652173915
ResultSet.getInt(): avg time = 3.7E-4, acceptable time = 0.07207773913043479
ResultSet.getDouble(): avg time = 5.4E-4, acceptable time = 0.07316817391304348
ResultSet.getTime(): avg time = 6.4E-4, acceptable time = 0.22168539130434783
ResultSet.getTimestamp(): avg time = 8.1E-4, acceptable time = 0.2576697391304348
ResultSet.getDate(): avg time = 0.00988, acceptable time = 0.24240365217391305
ResultSet.getString(): avg time = 1.0E-4, acceptable time = 0.10708069565217393
ResultSet.getObject() on a string: avg time = 3.3E-4, acceptable time = 0.0938864347826087
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MicroPerformanceRegressionTest#testBug6359()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Adjusting global performance scaling factor...
Gobal performance scaling factor adjusted from: 0.21808695652173915 to: 0.21808695652173915
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running test com.pingcap.test.regression.MicroPerformanceRegressionTest#testPreparedStatementTimes()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connection to Database: jdbc:mysql://localhost:4001/test?user=root&password=&useSSL=false&useServerPrepStmts=true
Connected to 8.0.11-TiDB-v8.2.0-alpha-85-g957e6ae67d
Adjusting global performance scaling factor...
Gobal performance scaling factor adjusted from: 0.21808695652173915 to: 0.21808695652173915
0 prepares, the last 1000 prepares took 0 ms.
1000 prepares, the last 1000 prepares took 166 ms.
2000 prepares, the last 1000 prepares took 160 ms, difference is 0.963855421686747 x
3000 prepares, the last 1000 prepares took 138 ms, difference is 0.8625 x
4000 prepares, the last 1000 prepares took 145 ms, difference is 1.0507246376811594 x
5000 prepares, the last 1000 prepares took 146 ms, difference is 1.006896551724138 x
6000 prepares, the last 1000 prepares took 163 ms, difference is 1.1164383561643836 x
7000 prepares, the last 1000 prepares took 145 ms, difference is 0.8895705521472392 x
8000 prepares, the last 1000 prepares took 157 ms, difference is 1.0827586206896551 x
9000 prepares, the last 1000 prepares took 160 ms, difference is 1.019108280254777 x
com.mysql.cj.jdbc.ServerPreparedStatement[10001]: INSERT INTO marktest VALUES (** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **)
com.mysql.cj.jdbc.ServerPreparedStatement[10001]: INSERT INTO marktest VALUES (1, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **)
PreparedStatement.setInt(): avg time = 4.0E-4, acceptable time = 0.015266086956521738
PreparedStatement.setDouble(): avg time = 2.7E-4, acceptable time = 0.26824695652173913
PreparedStatement.setTime(): avg time = 2.1E-4, acceptable time = 0.11667652173913043
PreparedStatement.setTimestamp(): avg time = 2.2E-4, acceptable time = 0.19845913043478264
PreparedStatement.setDate(): avg time = 2.3E-4, acceptable time = 0.8930660869565218
PreparedStatement.setString(): avg time = 1.8E-4, acceptable time = 0.08832521739130435
PreparedStatement.setObject() on a string: avg time = 2.8E-4, acceptable time = 0.08647147826086957
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.242 s - in com.pingcap.test.regression.MicroPerformanceRegressionTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 353, Failures: 0, Errors: 0, Skipped: 83
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:27 min
[INFO] Finished at: 2024-05-06T19:25:05+08:00
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_jdbc_test-1069/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS