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

[Unit Test] Remove sleeps from KafkaSourceCustomConsumerTest #3263

Closed
hshardeesi opened this issue Aug 26, 2023 · 2 comments · Fixed by #3358
Closed

[Unit Test] Remove sleeps from KafkaSourceCustomConsumerTest #3263

hshardeesi opened this issue Aug 26, 2023 · 2 comments · Fixed by #3358
Labels
maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Milestone

Comments

@hshardeesi
Copy link
Contributor

Multiple unit tests in KafkaSourceCustomConsumerTest have Thread.sleep(10s). This increases the data prepper build time. Sleep appears to be present for acknowledgements framework to complete acknowledgements. This sim is to track improvement in the unit-tests to mock acknowledgement framework apis and remove Thread.sleep().

@dlvenable
Copy link
Member

@kkondaka , Did you resolve this? I think you were working on this some recently.

@kkondaka
Copy link
Collaborator

kkondaka commented Oct 6, 2023

Resolved by #3358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Projects
Archived in project
4 participants