-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
2021-07-19T16:15:09.7299630Z [ERROR] Tests run: 210, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 136.634 s <<< FAILURE! - in TestSuite
2021-07-19T16:15:09.7309885Z [ERROR] testConcurrentCancellationOnConnectionClose(io.trino.jdbc.TestJdbcConnection) Time elapsed: 0.029 s <<< FAILURE!
2021-07-19T16:15:09.7313732Z java.lang.AssertionError:
2021-07-19T16:15:09.7314989Z
2021-07-19T16:15:09.7317465Z Expecting ArrayList:
2021-07-19T16:15:09.7319901Z <["USER_CANCELED",
2021-07-19T16:15:09.7322249Z "USER_CANCELED",
2021-07-19T16:15:09.7324621Z "USER_CANCELED",
2021-07-19T16:15:09.7326989Z "USER_CANCELED",
2021-07-19T16:15:09.7329329Z "USER_CANCELED",
2021-07-19T16:15:09.7331945Z "USER_CANCELED",
2021-07-19T16:15:09.7334463Z "USER_CANCELED",
2021-07-19T16:15:09.7337015Z "USER_CANCELED",
2021-07-19T16:15:09.7340866Z "TRANSACTION_ALREADY_ABORTED",
2021-07-19T16:15:09.7343590Z "USER_CANCELED"]>
2021-07-19T16:15:09.7345900Z to contain only:
2021-07-19T16:15:09.7348488Z <["USER_CANCELED"]>
2021-07-19T16:15:09.7352671Z but the following element(s) were unexpected:
2021-07-19T16:15:09.7356927Z <["TRANSACTION_ALREADY_ABORTED"]>
2021-07-19T16:15:09.7358147Z
2021-07-19T16:15:09.7366990Z at io.trino.jdbc.TestJdbcConnection.testConcurrentCancellationOnConnectionClose(TestJdbcConnection.java:538)
2021-07-19T16:15:09.7375289Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2021-07-19T16:15:09.7384005Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2021-07-19T16:15:09.7393683Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2021-07-19T16:15:09.7400353Z at java.base/java.lang.reflect.Method.invoke(Method.java:566)
2021-07-19T16:15:09.7408920Z at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
2021-07-19T16:15:09.7416680Z at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
2021-07-19T16:15:09.7424087Z at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
2021-07-19T16:15:09.7431290Z at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
2021-07-19T16:15:09.7438462Z at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2021-07-19T16:15:09.7446677Z at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-07-19T16:15:09.7454174Z at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-07-19T16:15:09.7459234Z at java.base/java.lang.Thread.run(Thread.java:829)
cc @kokosing
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working