Skip to content

KAFKA-16921: migrate connect module to junit 5 (Part 2)#16330

Merged
chia7712 merged 4 commits intoapache:trunkfrom
m1a2st:KAFKA-16921-integration
Jun 14, 2024
Merged

KAFKA-16921: migrate connect module to junit 5 (Part 2)#16330
chia7712 merged 4 commits intoapache:trunkfrom
m1a2st:KAFKA-16921-integration

Conversation

@m1a2st
Copy link
Copy Markdown
Collaborator

@m1a2st m1a2st commented Jun 13, 2024

https://issues.apache.org/jira/browse/KAFKA-16921

  • org.apache.kafka.connect.integration

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

Copy link
Copy Markdown
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m1a2st thanks for this patch

super.starting(description);
log.info("Starting test {}", description.getMethodName());
}
public class ConnectIntegrationTestUtils implements TestWatcher, BeforeEachCallback, AfterEachCallback {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this is used to log test name. Maybe we can move the log to each tests? There are only three class using this helper.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a good idea, I will remove it

@m1a2st
Copy link
Copy Markdown
Collaborator Author

m1a2st commented Jun 14, 2024

@chia7712, Thanks for your comment, PTAL

@chia7712
Copy link
Copy Markdown
Member

@m1a2st could you please take a look at failed tests?

@chia7712
Copy link
Copy Markdown
Member

failed tests pass on my local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants