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

add schema registry ssl example #631

Merged
merged 3 commits into from
Mar 17, 2021

Conversation

alozano3
Copy link
Contributor

Add schema registry ssl configuration example

@alozano3
Copy link
Contributor Author

Hi, it seems that there is a flaky test. When the tclass est ConsumerGroupRepositoryTest executes before the test class ConnectRepositoryTest everything is OK. The problem is when it executes after, because the class ConnectRepositoryTest creates several consumer groups and the cluster is reused in the next test class. I tried to find a way to clean those consumer groups in the @before or even create a new cluster, but I couldn't reorganize the code without impacting all the classes.
Do you have any suggestion?

@tchiotludo
Copy link
Owner

Yes there is flakky test, I know.
I don't think it's related to order of test, I've the feeling that there is a kind of timeout on connect api that will failed all the others one but maybe i'm wrong.
In general, the flakky test are only 1 times, I retry and forgot ...

@tchiotludo tchiotludo merged commit 7daadbb into tchiotludo:dev Mar 17, 2021
@alozano3 alozano3 deleted the schema-registry-ssl branch March 18, 2021 10:11
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