apache / geode-kafka-connector

Kafka connector for Apache Geode
https://geode.apache.org/
Apache License 2.0
5 stars 11 forks source link

Tests failing for windows #14

Open yrashish opened 3 years ago

yrashish commented 3 years ago

Tests are failing for windows OS with the below exception.

Kafka started up Error: Exception in thread "main" java.lang.RuntimeException: Insufficient arguments to start workers and herders at org.apache.geode.kafka.utilities.WorkerAndHerderWrapper.main(WorkerAndHerderWrapper.java:46) [vm2] [info 2020/12/17 19:16:19.049 UTC <RMI TCP Connection(1)-10.1.0.4> tid=0x11] Received method: org.apache.geode.kafka.converter.JsonPdxConverterDUnitTest$$Lambda$88/730433421.run with 0 args on object: org.apache.geode.kafka.converter.JsonPdxConverterDUnitTest$$Lambda$88/730433421@45b80ff0

Error: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project kafka-connect-geode: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1]

Not sure but could be an issue with maven-surefire-plugin

yrashish commented 3 years ago

@moleske @nabarunnag @jhuynh1 any inputs on this?

jhuynh1 commented 3 years ago

Sorry, the mentions on this project were being filtered on my end. I am unfamiliar with the windows failures or windows testing...