Istvan Toth created CALCITE-6799:
------------------------------------
Summary: ConnectionPropertiesHATest flakey on MacOS
Key: CALCITE-6799
URL: https://issues.apache.org/jira/browse/CALCITE-6799
Project: Calcite
Issue Type: Bug
Components: avatica, tests
Reporter: Istvan Toth
This happens more often than not in the CI runs:
{noformat}
> Task :server:test
476org.apache.calcite.avatica.ha.ConnectionPropertiesHATest >
testConnectionPropertiesCreateStatementAfterDisconnect failure marker
483FAILURE 5.0sec, org.apache.calcite.avatica.ha.ConnectionPropertiesHATest >
testConnectionPropertiesCreateStatementAfterDisconnect
484 java.lang.AssertionError
485 at org.junit.Assert.fail(Assert.java:87)
486 at org.junit.Assert.assertTrue(Assert.java:42)
487 at org.junit.Assert.assertTrue(Assert.java:53)
488 at
org.apache.calcite.avatica.ha.ConnectionPropertiesHATest.testConnectionPropertiesCreateStatementAfterDisconnect(ConnectionPropertiesHATest.java:320)
489
490
491org.apache.calcite.avatica.ha.ConnectionPropertiesHATest >
testConnectionPropertiesCreateStatementAfterDisconnect FAILED
492 java.lang.AssertionError
493 at org.junit.Assert.fail(Assert.java:87)
494 at org.junit.Assert.assertTrue(Assert.java:42)
495 at org.junit.Assert.assertTrue(Assert.java:53)
496 at
org.apache.calcite.avatica.ha.ConnectionPropertiesHATest.testConnectionPropertiesCreateStatementAfterDisconnect(ConnectionPropertiesHATest.java:320){noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)