johnyangk commented on issue #109: [NEMO-89] Clean up IRVertex#getClone() URL: https://github.com/apache/incubator-nemo/pull/109#issuecomment-414109750 Thanks @arunlakshman for another great PR! The PR overall looks good to me. Unfortunately, this time, some of the tests in /compiler/test appear to fail. https://travis-ci.org/apache/incubator-nemo/builds/417679496?utm_source=github_status&utm_medium=notification The fastest way to reproduce test failures on the local machine (I did this myself and was able to reproduce the failures): ``` mvn clean install -T 2C -DskipTests -pl \!compiler/frontend/spark,\!examples/spark cd compiler/optimizer/ mvn test ``` You can also run the entire test set with the following command to check that everything works ok: ``` mvn clean install -T 2C ``` Let me know if this works for you, and I'll take a quick look and merge after the tests pass. :smile:
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
