yzeng1618 commented on PR #9270:
URL: https://github.com/apache/seatunnel/pull/9270#issuecomment-2865992080

   > Please rebase on dev.
   
   We have already made attempts. During the build stage, issues such as 
mismatches of unit test values in the end-to-end (e2e) tests will occur.
   
   ## Test Failure Analysis
   The failures you're seeing in the E2E tests (like MongodbCDCIT and 
DorisSchemaChangeIT ) are related to data comparison assertions where expected 
and actual values don't match. For example:
   
   1. MongoDB CDC test: iterable contents differ at index [0][0], expected: 
<bicycle> but was: <laptop>
   2. Doris Schema Change test: iterable contents differ at index [9][0], 
expected: <164> but was: <173>
   3. SQL Server Schema Change test: ConditionTimeout error in 
assertSchemaEvolution
   
   Please confirm whether it is related to the changed code. What should I do 
to avoid or skip this issue? Could you please provide some suggestions?


-- 
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]

Reply via email to