Jzjsnow commented on PR #3802:
URL: https://github.com/apache/flink-cdc/pull/3802#issuecomment-2568926798

   The `Source E2E Tests#OceanBaseE2eITCase` test did not pass in this round of 
CIs, but it is not relevant to this PR. It seems that the 1 minute timeout set 
in the method `checkResultWithTimeout` (timeout=60000L)  is a bit too short, so 
that the row `id=111` in the sink table that should have been deleted has not 
been synchronized yet.
   
   Here is the error log:
   > 2025-01-03T07:38:53.8553280Z 1254259 [main] ERROR 
org.apache.flink.cdc.connectors.tests.OceanBaseE2eITCase - 
   2025-01-03T07:38:53.8553917Z 
--------------------------------------------------------------------------------
   2025-01-03T07:38:53.8554680Z Test testOceanBaseCDC[flinkVersion: 
1.19.1](org.apache.flink.cdc.connectors.tests.OceanBaseE2eITCase) failed with:
   2025-01-03T07:38:53.8555684Z array lengths differed, expected.length=10 
actual.length=11; arrays first differed at element [10]; expected:<end of 
array> but was:<111,scooter,Big 2-wheel scooter ,5.18,null,null>
   2025-01-03T07:38:53.8556858Z         at 
org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:89)
   2025-01-03T07:38:53.8557558Z         at 
org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:28)
   2025-01-03T07:38:53.8558017Z         at 
org.junit.Assert.internalArrayEquals(Assert.java:534)
   2025-01-03T07:38:53.8558492Z         at 
org.junit.Assert.assertArrayEquals(Assert.java:285)
   2025-01-03T07:38:53.8558895Z         at 
org.junit.Assert.assertArrayEquals(Assert.java:300)
   2025-01-03T07:38:53.8559341Z         at 
org.apache.flink.cdc.common.test.utils.JdbcProxy.checkResult(JdbcProxy.java:70)
   2025-01-03T07:38:53.8559996Z         at 
org.apache.flink.cdc.common.test.utils.JdbcProxy.checkResultWithTimeout(JdbcProxy.java:93)
   2025-01-03T07:38:53.8560819Z         at 
org.apache.flink.cdc.connectors.tests.OceanBaseE2eITCase.testOceanBaseCDC(OceanBaseE2eITCase.java:179)
   
   


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to