Skip to content

Commit

Permalink
more test logs for testDocumentInKafkaTransactionError
Browse files Browse the repository at this point in the history
  • Loading branch information
vthacker committed Sep 21, 2023
1 parent c4787d5 commit cbf6562
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ record ->
}

@Test
@Disabled("Flaky test")
public void testDocumentInKafkaTransactionError() throws Exception {
updateDatasetThroughput(100_1000);

Expand Down Expand Up @@ -340,7 +339,7 @@ public void validateOffset(KafkaConsumer kafkaConsumer, int offset) {
.stream()
.findFirst()
.get();
LOG.debug("Current partitionOffset - {}", partitionOffset);
LOG.debug("Current partitionOffset - {}. expecting offset to be - {}", partitionOffset, offset);
return partitionOffset == offset;
});
}
Expand Down

0 comments on commit cbf6562

Please sign in to comment.