Matthias Pohl created FLINK-32108: ------------------------------------- Summary: KubernetesExtension calls assumeThat in @BeforeAll callback which doesn't print the actual failure message Key: FLINK-32108 URL: https://issues.apache.org/jira/browse/FLINK-32108 Project: Flink Issue Type: Technical Debt Components: Test Infrastructure Affects Versions: 1.18.0 Reporter: Matthias Pohl
{{KubernetesExtension}} implements {{BeforeAllCallback}} which calls the {{assumeThat}} in the {{@BeforeAll}} context. {{assumeThat}} doesn't work properly in the {{@BeforeAll}} context, though: The error message is not printed and the test fails with exit code -1. -- This message was sent by Atlassian Jira (v8.20.10#820010)