unsortedhashsets opened a new pull request #396: URL: https://github.com/apache/camel-kafka-connector/pull/396
We need to pass variable to the mongodb.host in format mongodb://user:pass@domain otherway: [ERROR] CamelSinkMongoDBITCase.setUp:63 » IllegalArgument The connection string is inv... [ERROR] CamelSourceMongoDBITCase.setUp:66 » IllegalArgument The connection string is i... But if we pass in that format we receive mongodb://mongodb://user:pass@domain:port and: [ERROR] Failures: [ERROR] CamelSinkMongoDBITCase.testBasicSendReceive:120->runTest:100 Condition not met within timeout 30000. The connector CamelMongoDBSinkConnector did not start within a reasonable time [ERROR] Errors: [ERROR] CamelSourceMongoDBITCase.testFindAll » Timeout testFindAll() timed out after 9... With that fix - test will pass (tested with remote mongodb) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org