-
Notifications
You must be signed in to change notification settings - Fork 83
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
Sp/issue102 #207
base: sp/issue102
Are you sure you want to change the base?
Sp/issue102 #207
Conversation
… tests. fixed unique producer/topic issue
@Crim I got this far and am hung up by the automated tests. The problem I'm running into now is when I try to run the mvn install command or run the tests as a suite. There seems to be some kind of disconnect with the Windows OS where I am getting AccessDeniedException s when running these tests. Maybe you might be able to shed some light on this? |
Sure, let me pull down the branch and see what tests pass/fail for me. |
@Crim any luck? |
So I'm running on OSX, and excluding the tests that require the special JVM options (KafkaSaslSslClusterTests, KafkaSaslClusterTests) the only test that fails for me is Are you able to post an exact error and stack trace? Thanks |
It looks like the failure in |
@Crim I fixed the
|
Do you happen to know which test it is? I'm guessing If so, it likely is safe to locally comment out / bypass that test as you're unlikely to touch that functionality. From the Stacktrace, I'm guessing you're hitting this bug in kafka KAFKA-1194 which appears to hit if you the following in windows:
Thoughts? |
Also you can run the commend |
No description provided.