Jason Huynh created GEODE-3303: ---------------------------------- Summary: Cargo Module tests failing with IOException Key: GEODE-3303 URL: https://issues.apache.org/jira/browse/GEODE-3303 Project: Geode Issue Type: Bug Components: http session Reporter: Jason Huynh
Cargo tests were running into file not found and io exceptions. It looks like there may have been an issue downloading the artifacts? {noformat} org.apache.geode.session.tests.Tomcat7Test > classMethod FAILED java.io.IOException: No files found in tomcat module directory /tmp/cargo_modules/Apache_Geode_Modules-1.3.0-SNAPSHOT-Tomcat/lib/ at org.apache.geode.session.tests.TomcatInstall.copyTomcatGeodeReqFiles(TomcatInstall.java:271) at org.apache.geode.session.tests.TomcatInstall.<init>(TomcatInstall.java:142) at org.apache.geode.session.tests.TomcatInstall.<init>(TomcatInstall.java:118) at org.apache.geode.session.tests.Tomcat7Test.setupTomcatInstall(Tomcat7Test.java:32) {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)