-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Description
https://github.com/trinodb/trino/actions/runs/22016582506/job/63619319089?pr=28219
Error: Tests run: 373, Failures: 1, Errors: 0, Skipped: 64, Time elapsed: 381.8 s <<< FAILURE! -- in io.trino.plugin.postgresql.TestPostgreSqlConnectorTest
Error: io.trino.plugin.postgresql.TestPostgreSqlConnectorTest.testCancellation -- Time elapsed: 30.12 s <<< FAILURE!
org.opentest4j.AssertionFailedError:
Expecting value to be true but was false
at io.trino.plugin.jdbc.BaseJdbcConnectorTest.lambda$testCancellation$4(BaseJdbcConnectorTest.java:1574)
at io.trino.testing.assertions.Assert.assertEventually(Assert.java:43)
at io.trino.testing.assertions.Assert.assertEventually(Assert.java:34)
at io.trino.testing.assertions.Assert.assertEventually(Assert.java:28)
at io.trino.plugin.jdbc.BaseJdbcConnectorTest.testCancellation(BaseJdbcConnectorTest.java:1574)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
at java.base/java.lang.Thread.run(Thread.java:1474)
Reactions are currently unavailable