You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/08/19 07:38:13 UTC

[GitHub] johnyangk commented on issue #109: [NEMO-89] Clean up IRVertex#getClone()

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:
users@infra.apache.org


With regards,
Apache Git Services