mbalassi commented on PR #567:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/567#issuecomment-1514314207
The CI field on the second attemp with the following:
```
Error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
63.246 s <<< FAILURE! - in
org.apache.flink.kubernetes.operator.FlinkOperatorITCase
Error: org.apache.flink.kubernetes.operator.FlinkOperatorITCase.test Time
elapsed: 62.766 s <<< ERROR!
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a
org.apache.flink.kubernetes.operator.FlinkOperatorITCase
Expected: is <true>
but: was <false> within 1 minutes.
at
[email protected]/org.apache.flink.kubernetes.operator.FlinkOperatorITCase.test(FlinkOperatorITCase.java:95)
Caused by: java.lang.AssertionError:
Expected: is <true>
but: was <false>
at
[email protected]/org.apache.flink.kubernetes.operator.FlinkOperatorITCase.lambda$test$1(FlinkOperatorITCase.java:97)
```
Given this could possibly be a timout issue I retriggered the run.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]