Skip to content

Console Output

Skipping 5,575 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.GeneratedConstructorAccessor18.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:948)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
	... 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 20:38:03 CST 2024 WARN: Connection to secondary host 'com.mysql.cj.conf.HostInfo@316cb432 :: {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:828)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
	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:108)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:103)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:929)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:921)
	at com.pingcap.test.simple.MultiHostConnectionTest.assertSQLException(MultiHostConnectionTest.java:103)
	at com.pingcap.test.simple.MultiHostConnectionTest.testFailoverCombinations(MultiHostConnectionTest.java:561)
	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.GeneratedConstructorAccessor18.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:948)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
	... 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 20:38:03 CST 2024 WARN: Connection to secondary host 'com.mysql.cj.conf.HostInfo@316cb432 :: {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:828)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
	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:106)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:103)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:929)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:921)
	at com.pingcap.test.simple.MultiHostConnectionTest.assertSQLException(MultiHostConnectionTest.java:103)
	at com.pingcap.test.simple.MultiHostConnectionTest.testFailoverCombinations(MultiHostConnectionTest.java:563)
	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.GeneratedConstructorAccessor18.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:948)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
	... 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 20:38:03 CST 2024 WARN: Connection to secondary host 'com.mysql.cj.conf.HostInfo@959cd30 :: {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:828)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
	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:106)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:103)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:929)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:921)
	at com.pingcap.test.simple.MultiHostConnectionTest.assertSQLException(MultiHostConnectionTest.java:103)
	at com.pingcap.test.simple.MultiHostConnectionTest.testFailoverCombinations(MultiHostConnectionTest.java:563)
	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.GeneratedConstructorAccessor18.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:948)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
	... 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 20:38:04 CST 2024 WARN: Connection to secondary host 'com.mysql.cj.conf.HostInfo@316cb432 :: {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:828)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
	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:106)
	at com.pingcap.test.simple.MultiHostConnectionTest$1.call(MultiHostConnectionTest.java:103)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:929)
	at com.pingcap.test.BaseTestCase.assertThrows(BaseTestCase.java:921)
	at com.pingcap.test.simple.MultiHostConnectionTest.assertSQLException(MultiHostConnectionTest.java:103)
	at com.pingcap.test.simple.MultiHostConnectionTest.testFailoverCombinations(MultiHostConnectionTest.java:563)
	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.GeneratedConstructorAccessor18.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:948)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
	... 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 **


[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.386 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 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-86-gb421b729c8
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 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-86-gb421b729c8
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.752 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-86-gb421b729c8
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-86-gb421b729c8
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.281 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 8.357 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
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-86-gb421b729c8
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 27, Time elapsed: 11.256 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-86-gb421b729c8
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 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-86-gb421b729c8
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 0.515 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
com.mysql.cj.jdbc.result.UpdatableResultSet@64dbe021
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.128 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.924 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 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-86-gb421b729c8
2/4/2.6666666666666665
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
Start concurrent jobs and let them run for aproximatly 10 seconds...
Starting job 1 (Thread-3) - PreparedStatement.set[Timestamp|Date|Time]()...
Starting job 2 (Thread-4) - ResultSet.get[Timestamp|Date|Time]()...
Finishing job 1 (Thread-3) after 38121 iterations...
Finishing job 2 (Thread-4) after 9157 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-86-gb421b729c8
2/4/3.1333333333333337
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 10.127 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
Mon May 06 20:38:53 CST 2024 DEBUG: Using 'host' value of '127.0.0.1:45294' to determine locality of connection
Mon May 06 20:38:53 CST 2024 DEBUG: Locally connected - HostAddress(/127.0.0.1).equals(whereIconnectedTo(localhost/127.0.0.1)
Mon May 06 20:38:53 CST 2024 DEBUG: Using 'host' value of '127.0.0.1:45294' to determine locality of connection
Mon May 06 20:38:53 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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
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-86-gb421b729c8
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-86-gb421b729c8
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.871 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-86-gb421b729c8
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: xdevapi.fallback-to-system-truststore
Content: true
Type: disconnectOnExpiredPasswords
Content: true
Type: socksProxyPort
Content: 1080
Type: functionsNeverReturnBlobs
Content: false
Type: ultraDevHack
Content: false
Type: rewriteBatchedStatements
Content: false
Type: logSlowQueries
Content: false
Type: overrideSupportsIntegrityEnhancementFacility
Content: false
Type: useInformationSchema
Content: false
Type: logger
Content: com.mysql.cj.log.StandardLogger
Type: sslMode
Content: PREFERRED
Type: metadataCacheSize
Content: 50
Type: continueBatchOnError
Content: true
Type: rollbackOnPooledClose
Content: true
Type: loadBalanceAutoCommitStatementThreshold
Content: 0
Type: includeThreadNamesAsStatementComment
Content: false
Type: maxAllowedPacket
Content: 65535
Type: socketFactory
Content: com.mysql.cj.protocol.StandardSocketFactory
Type: xdevapi.ssl-truststore-type
Content: JKS
Type: dumpQueriesOnException
Content: false
Type: fallbackToSystemKeyStore
Content: true
Type: queriesBeforeRetrySource
Content: 50
Type: prepStmtCacheSize
Content: 25
Type: cacheResultSetMetadata
Content: false
Type: selfDestructOnPingSecondsLifetime
Content: 0
Type: allowMultiQueries
Content: false
Type: readFromSourceWhenNoReplicas
Content: false
Type: allowNanAndInf
Content: false
Type: databaseTerm
Content: CATALOG
Type: compensateOnDuplicateKeyUpdateCounts
Content: false
Type: enablePacketDebug
Content: false
Type: blobsAreStrings
Content: false
Type: alwaysSendSetIsolation
Content: true
Type: ha.enableJMX
Content: false
Type: xdevapi.compression-algorithms
Content: zstd_stream,lz4_message,deflate_stream
Type: verifyServerCertificate
Content: false
Type: gatherPerfMetrics
Content: false
Type: holdResultsOpenOverStatementClose
Content: false
Type: locatorFetchBufferSize
Content: 1048576
Type: allowLoadLocalInfile
Content: false
Type: maxReconnects
Content: 3
Type: clobberStreamingResults
Content: false
Type: dontCheckOnDuplicateKeyUpdateInSQL
Content: false
Type: maxRows
Content: -1
Type: useSSL
Content: true
Type: clientInfoProvider
Content: com.mysql.cj.jdbc.CommentClientInfoProvider
Type: tinyInt1isBit
Content: true
Type: allowReplicaDownConnections
Content: false
Type: xdevapi.connect-timeout
Content: 10000
Type: xdevapi.compression
Content: PREFERRED
Type: blobSendChunkSize
Content: 1048576
Type: useLocalTransactionState
Content: false
Type: useUsageAdvisor
Content: false
Type: maxQuerySizeToLog
Content: 2048
Type: autoGenerateTestcaseScript
Content: false
Type: transformedBitIsBoolean
Content: false
Type: loadBalanceExceptionChecker
Content: com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
Type: allowPublicKeyRetrieval
Content: false
Type: dontTrackOpenResources
Content: false
Type: generateSimpleParameterMetadata
Content: false
Type: useLocalSessionState
Content: false
Type: enableEscapeProcessing
Content: true
Type: useCompression
Content: false
Type: preserveInstants
Content: true
Type: fallbackToSystemTrustStore
Content: true
Type: logXaCommands
Content: false
Type: connectTimeout
Content: 0
Type: zeroDateTimeBehavior
Content: EXCEPTION
Type: queryInfoCacheFactory
Content: com.mysql.cj.PerConnectionLRUFactory
Type: includeInnodbStatusInDeadlockExceptions
Content: false
Type: useColumnNamesInFindColumn
Content: false
Type: retriesAllDown
Content: 120
Type: detectCustomCollations
Content: false
Type: allowUrlInLocalInfile
Content: false
Type: allowSourceDownConnections
Content: false
Type: useServerPrepStmts
Content: false
Type: defaultFetchSize
Content: 0
Type: pedantic
Content: false
Type: secondsBeforeRetrySource
Content: 30
Type: tcpRcvBuf
Content: 0
Type: noAccessToProcedureBodies
Content: false
Type: profilerEventHandler
Content: com.mysql.cj.log.LoggingProfilerEventHandler
Type: loadBalanceHostRemovalGracePeriod
Content: 15000
Type: pinGlobalTxToPhysicalConnection
Content: false
Type: callableStmtCacheSize
Content: 100
Type: socksProxyRemoteDns
Content: false
Type: scrollTolerantForwardOnly
Content: false
Type: dnsSrv
Content: false
Type: strictUpdates
Content: true
Type: defaultAuthenticationPlugin
Content: mysql_native_password
Type: profileSQL
Content: false
Type: tcpNoDelay
Content: true
Type: clientCertificateKeyStoreType
Content: JKS
Type: packetDebugBufferSize
Content: 20
Type: emulateLocators
Content: false
Type: xdevapi.fallback-to-system-keystore
Content: true
Type: tcpSndBuf
Content: 0
Type: useNanosForElapsedTime
Content: false
Type: failOverReadOnly
Content: true
Type: useHostsInPrivileges
Content: true
Type: slowQueryThresholdMillis
Content: 2000
Type: createDatabaseIfNotExist
Content: false
Type: resultSetSizeThreshold
Content: 100
Type: useCursorFetch
Content: false
Type: loadBalanceBlocklistTimeout
Content: 0
Type: netTimeoutForStreamingResults
Content: 600
Type: elideSetAutoCommits
Content: false
Type: includeThreadDumpInDeadlockExceptions
Content: false
Type: nullDatabaseMeansCurrent
Content: false
Type: traceProtocol
Content: false
Type: treatUtilDateAsTimestamp
Content: true
Type: yearIsDateType
Content: true
Type: queryTimeoutKillsConnection
Content: false
Type: prepStmtCacheSqlLimit
Content: 256
Type: noDatetimeStringSync
Content: false
Type: enableQueryTimeouts
Content: true
Type: xdevapi.dns-srv
Content: false
Type: selfDestructOnPingMaxOperations
Content: 0
Type: xdevapi.ssl-mode
Content: REQUIRED
Type: processEscapeCodesForPrepStmts
Content: true
Type: tcpKeepAlive
Content: true
Type: useReadAheadInput
Content: true
Type: getProceduresReturnsFunctions
Content: true
Type: xdevapi.auth
Content: PLAIN
Type: requireSSL
Content: false
Type: autoReconnectForPools
Content: false
Type: xdevapi.ssl-keystore-type
Content: JKS
Type: trustCertificateKeyStoreType
Content: JKS
Type: cacheDefaultTimeZone
Content: true
Type: largeRowSizeThreshold
Content: 2048
Type: emptyStringsConvertToZero
Content: true
Type: ha.loadBalanceStrategy
Content: random
Type: readOnlyPropagatesToServer
Content: true
Type: paranoid
Content: false
Type: useStreamLengthsInPrepStmts
Content: true
Type: initialTimeout
Content: 2
Type: loadBalancePingTimeout
Content: 0
Type: serverConfigCacheFactory
Content: com.mysql.cj.util.PerVmServerConfigCacheFactory
Type: explainSlowQueries
Content: false
Type: sendFractionalSeconds
Content: true
Type: tcpTrafficClass
Content: 0
Type: reconnectAtTxEnd
Content: false
Type: autoDeserialize
Content: false
Type: sendFractionalSecondsForTime
Content: true
Type: jdbcCompliantTruncation
Content: true
Type: reportMetricsIntervalMillis
Content: 30000
Type: useOnlyServerErrorMessages
Content: true
Type: emulateUnsupportedPstmts
Content: true
Type: populateInsertRowWithDefaultValues
Content: false
Type: slowQueryThresholdNanos
Content: 0
Type: useAffectedRows
Content: false
Type: cacheServerConfiguration
Content: false
Type: useUnbufferedInput
Content: true
Type: socketTimeout
Content: 0
Type: cachePrepStmts
Content: false
Type: padCharsWithSpace
Content: false
Type: autoReconnect
Content: false
Type: ignoreNonTxTables
Content: false
Type: trackSessionState
Content: false
Type: autoClosePStmtStreams
Content: false
Type: autoSlowLog
Content: true
Type: maintainTimeStats
Content: true
Type: interactiveClient
Content: false
Type: cacheCallableStmts
Content: false
Type: loadBalanceValidateConnectionOnSwapServer
Content: false
Type: forceConnectionTimeZoneToSession
Content: false
Type: useOldAliasMetadataBehavior
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.182 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.2170434782608696
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
Adjusting global performance scaling factor...
Gobal performance scaling factor adjusted from: 0.2170434782608696 to: 0.21643478260869564
ResultSet.getInt(): avg time = 2.9E-4, acceptable time = 0.07153169565217392
ResultSet.getDouble(): avg time = 4.9E-4, acceptable time = 0.07261386956521738
ResultSet.getTime(): avg time = 5.4E-4, acceptable time = 0.2200059565217391
ResultSet.getTimestamp(): avg time = 6.2E-4, acceptable time = 0.2557176956521739
ResultSet.getDate(): avg time = 0.00877, acceptable time = 0.2405672608695652
ResultSet.getString(): avg time = 9.0E-5, acceptable time = 0.10626947826086958
ResultSet.getObject() on a string: avg time = 3.8E-4, acceptable time = 0.09317517391304347
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
Adjusting global performance scaling factor...
Gobal performance scaling factor adjusted from: 0.21643478260869564 to: 0.21626086956521737
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-86-gb421b729c8
Adjusting global performance scaling factor...
Gobal performance scaling factor adjusted from: 0.21626086956521737 to: 0.21626086956521737
0 prepares, the last 1000 prepares took 0 ms.
1000 prepares, the last 1000 prepares took 155 ms.
2000 prepares, the last 1000 prepares took 166 ms, difference is 1.070967741935484 x
3000 prepares, the last 1000 prepares took 168 ms, difference is 1.0120481927710843 x
4000 prepares, the last 1000 prepares took 135 ms, difference is 0.8035714285714286 x
5000 prepares, the last 1000 prepares took 180 ms, difference is 1.3333333333333333 x
6000 prepares, the last 1000 prepares took 140 ms, difference is 0.7777777777777778 x
7000 prepares, the last 1000 prepares took 140 ms, difference is 1.0 x
8000 prepares, the last 1000 prepares took 167 ms, difference is 1.1928571428571428 x
9000 prepares, the last 1000 prepares took 195 ms, difference is 1.1676646706586826 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 = 3.6E-4, acceptable time = 0.015138260869565214
PreparedStatement.setDouble(): avg time = 1.9E-4, acceptable time = 0.26600086956521735
PreparedStatement.setTime(): avg time = 1.8E-4, acceptable time = 0.11569956521739128
PreparedStatement.setTimestamp(): avg time = 2.0E-4, acceptable time = 0.1967973913043478
PreparedStatement.setDate(): avg time = 1.8E-4, acceptable time = 0.8855882608695651
PreparedStatement.setString(): avg time = 2.3E-4, acceptable time = 0.08758565217391302
PreparedStatement.setObject() on a string: avg time = 2.3E-4, acceptable time = 0.08574743478260868
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.088 s - in com.pingcap.test.regression.MicroPerformanceRegressionTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 353, Failures: 0, Errors: 0, Skipped: 78
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:30 min
[INFO] Finished at: 2024-05-06T20:39:01+08:00
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_jdbc_test-1070/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