The GitHub Actions job "Flink CDC CI" on flink-cdc.git/FLINK-40040 has failed.
Run started by GitHub user Zhile (triggered by yuxiqian).

Head commit for run:
627e5083902fbd3fcdb3818ac1dad2358d4fa804 / Jiyong Wang <[email protected]>
[FLINK-40040][cdc-runtime] Adapt SchemaEvolveTest assertions to 
SerializedThrowable-wrapped coordinator failures

Since the coordinator now wraps its failure into a SerializedThrowable before
completing the pending coordination response (so it survives the
operator-coordinator RPC boundary), the exact typed exception chain is no
longer observable by the requester. Update testExceptionEvolveSchema and
testEvolveSchemaWithFailure to assert on stack trace content instead:

- The top-level exception type is not asserted because the failure may
  surface via the operator request path or the job-failure path depending
  on timing.
- Only strings present in all printed representations are asserted: the
  wrapping FlinkRuntimeException message and the original exception's
  class name (the wrapped cause is printed either as its fully-qualified
  class name or via the exception's custom toString, depending on the
  delivery path).

Report URL: https://github.com/apache/flink-cdc/actions/runs/28561634310

With regards,
GitHub Actions via GitBox

Reply via email to