Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mysql] Fix attempted load of isSuspended in MySqlSplitSerializer::deserializeSplit #2550

Merged
merged 3 commits into from
Dec 5, 2023

fix checkstyle

cc81a1e
Select commit
Loading
Failed to load commit list.
Merged

[mysql] Fix attempted load of isSuspended in MySqlSplitSerializer::deserializeSplit #2550

fix checkstyle
cc81a1e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Azure Pipelines / ververica.flink-cdc-connectors failed Dec 5, 2023 in 1h 33m 43s

Build #20231205.16 had test failures

Details

Tests

  • Failed: 1 (0.05%)
  • Passed: 1,884 (99.16%)
  • Other: 15 (0.79%)
  • Total: 1,900

Annotations

Check failure on line 1366 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / ververica.flink-cdc-connectors

Build log #L1366

Bash exited with code '1'.

Check failure on line 1 in testEnableBackfillWithDMLPreHighWaterMark

See this annotation in the file changed.

@azure-pipelines azure-pipelines / ververica.flink-cdc-connectors

testEnableBackfillWithDMLPreHighWaterMark

Test failed
Raw output
arrays first differed at element [11]; expected:<+I[10[2, user_2], Shanghai, 12356789...> but was:<+I[10[19, user_20], Shanghai, 12356789...>
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:78)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:28)
	at org.junit.Assert.internalArrayEquals(Assert.java:534)
	at org.junit.Assert.assertArrayEquals(Assert.java:285)
	at org.junit.Assert.assertArrayEquals(Assert.java:300)
	at com.ververica.cdc.connectors.sqlserver.source.SqlServerSourceTestBase.assertEqualsInOrder(SqlServerSourceTestBase.java:197)
	at com.ververica.cdc.connectors.sqlserver.source.SqlServerSourceTestBase.assertEqualsInAnyOrder(SqlServerSourceTestBase.java:189)
	at com.ververica.cdc.connectors.sqlserver.source.SqlServerSourceITCase.testEnableBackfillWithDMLPreHighWaterMark(SqlServerSourceITCase.java:153)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:750)
Caused by: org.junit.ComparisonFailure: expected:<+I[10[2, user_2], Shanghai, 12356789...> but was:<+I[10[19, user_20], Shanghai, 12356789...>
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at org.junit.internal.ExactComparisonCriteria.assertElementsEqual(ExactComparisonCriteria.java:8)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:76)
	... 10 more