apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.06k stars 1.83k forks source link

[Bug] [E2E] MysqlCDCIT running errors #8030

Closed hailin0 closed 1 week ago

hailin0 commented 1 week ago

Search before asking

What happened

-

SeaTunnel Version

dev

SeaTunnel Config

-

Running Command

-

Error Exception

2024-11-12T02:45:02.0613917Z Test org.apache.seatunnel.connectors.seatunnel.cdc.mysql.MysqlCDCIT.testMultiTableWithRestore failed with:
2024-11-12T02:45:02.0615501Z org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.seatunnel.connectors.seatunnel.cdc.mysql.MysqlCDCIT actual iterable was <null> at index [0][33] within 5 minutes.
2024-11-12T02:45:02.0617264Z    at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
2024-11-12T02:45:02.0618346Z    at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
2024-11-12T02:45:02.0619442Z    at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
2024-11-12T02:45:02.0620606Z    at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
2024-11-12T02:45:02.0621836Z    at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:769)
2024-11-12T02:45:02.0623400Z    at org.apache.seatunnel.connectors.seatunnel.cdc.mysql.MysqlCDCIT.testMultiTableWithRestore(MysqlCDCIT.java:417)
2024-11-12T02:45:02.0624873Z    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2024-11-12T02:45:02.0626004Z    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2024-11-12T02:45:02.0627579Z    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2024-11-12T02:45:02.0628532Z    at java.lang.reflect.Method.invoke(Method.java:498)
2024-11-12T02:45:02.0629219Z    at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
2024-11-12T02:45:02.0630741Z    at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
2024-11-12T02:45:02.0632397Z    at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(In

Zeta or Flink or Spark Version

No response

Java or Scala Version

No response

Screenshots

No response

Are you willing to submit PR?

Code of Conduct