yuxiqian commented on PR #4439:
URL: https://github.com/apache/flink-cdc/pull/4439#issuecomment-4965126358
🤕 CI is failing...
```
Error: Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
78.403 s <<< FAILURE! - in
org.apache.flink.cdc.connectors.postgres.source.PostgresPipelineITCase
Error:
org.apache.flink.cdc.connectors.postgres.source.PostgresPipelineITCase.testUpdateWithoutReplicaIdentityFullThrowsHelpfulNPE
Time elapsed: 1.15 s <<< ERROR!
java.lang.IllegalStateException: No operators defined in streaming topology.
Cannot execute.
at
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.getStreamGraphGenerator(StreamExecutionEnvironment.java:2556)
at
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.getStreamGraph(StreamExecutionEnvironment.java:2523)
at
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.getStreamGraph(StreamExecutionEnvironment.java:2514)
at
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.getStreamGraph(StreamExecutionEnvironment.java:2500)
at
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.executeAsync(StreamExecutionEnvironment.java:2449)
at
org.apache.flink.cdc.connectors.postgres.source.PostgresPipelineITCase.testUpdateWithoutReplicaIdentityFullThrowsHelpfulNPE(PostgresPipelineITCase.java:1255)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
```
--
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]