Skip to content

Commit

Permalink
DBZ-7250 Fix VitessConnectorTaskTest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shybovycha authored and jpechane committed Jan 29, 2024
1 parent f209273 commit 3cb010c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void shouldReadOffsetsWhenTaskOffsetStorageDisabled() {
task.initialize(helper.getSourceTaskContext());
ChangeEventSourceCoordinator coordinator = task.start(config);
String expectedMessage = String.format(
"Found previous partition offset VitessPartition [sourcePartition={server=test_server}]: {transaction_id=null, vgtid=%s}",
"Found previous partition offset VitessPartition [sourcePartition={server=test_server}]: {vgtid=%s}",
VGTID_JSON);
assertThat(logInterceptor.containsMessage(expectedMessage)).isTrue();
}
Expand Down

0 comments on commit 3cb010c

Please sign in to comment.