-
Notifications
You must be signed in to change notification settings - Fork 61
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
Can't build jar (tests fail) #10
Comments
I am getting the same error. Did you ever figure anything out on this? |
Same error. @chainlink Did you manage to get past this? |
Hi, is Mongodb properly configured? Is the replica set oplog queryable? |
I believe so, could you paste me a query to test? |
execute command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having trouble producing a jar to use, as mvm package is failing.
I've modified the port configuration in
MongodbSourceConnectorTest.java
andmongodb/MongodbSourceTaskTest.java
to connect to local mongo, and ensured there is ars0
replication group present in local mongo. I've also ensured there is a mydb database present.It seems to be failing on the following line
https://github.com/DataReply/kafka-connect-mongodb/blob/master/src/test/java/org/apache/kafka/connect/mongodb/MongodbSourceTaskTest.java#L112
The text was updated successfully, but these errors were encountered: