Matthias Pohl created FLINK-30784: ------------------------------------- Summary: HiveTableSourceITCase.testPartitionFilter failed with assertion error Key: FLINK-30784 URL: https://issues.apache.org/jira/browse/FLINK-30784 Project: Flink Issue Type: Bug Components: Connectors / Hive Affects Versions: 1.17.0 Reporter: Matthias Pohl
We see a test failure in {{HiveTableSourceITCase.testPartitionFilter}}: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45184&view=logs&j=a5ef94ef-68c2-57fd-3794-dc108ed1c495&t=2c68b137-b01d-55c9-e603-3ff3f320364b&l=23909 {code} Jan 25 01:14:55 [ERROR] org.apache.flink.connectors.hive.HiveTableSourceITCase.testPartitionFilter Time elapsed: 2.212 s <<< FAILURE! Jan 25 01:14:55 org.opentest4j.AssertionFailedError: Jan 25 01:14:55 Jan 25 01:14:55 Expecting value to be false but was true Jan 25 01:14:55 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) Jan 25 01:14:55 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) Jan 25 01:14:55 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) Jan 25 01:14:55 at org.apache.flink.connectors.hive.HiveTableSourceITCase.testPartitionFilter(HiveTableSourceITCase.java:314) Jan 25 01:14:55 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [...] {code} There's a similar test stability issue still open with FLINK-20975. The stacktraces don't match. That's why I decided to open a new one. -- This message was sent by Atlassian Jira (v8.20.10#820010)