Open xiaoyongzhu opened 7 years ago
This is the result - 6 successful and 1 failed. The environment is:
Hadoop 2.7.1, Spark 2.0.1, Java 8, Ubuntu 16.04, Scala 2.11
Run completed in 32 seconds, 78 milliseconds. Total number of tests run: 7 Suites: completed 5, aborted 0 Tests: succeeded 6, failed 1, canceled 0, ignored 0, pending 0 1 TEST FAILED
It may be related to UTF-8 encoding. We are not able to duplicate the error, but multiple users reported this issue.
@junshi15 I can help to provide you the environment if it helps. It is on public cloud so I can share the credential with you offline. You can get to me via xiaoyzhu at microsoft dot com.
I tested on Ubuntu 14.04 with scala-2.10.6 and spark 1.6.0, it worked. then I saw problems with a python test with scala-2.11.7 and spark 2.0.0, not the same problem as yours. So there is a compatibility issue with the newer scala/spark versions. But we don't use either of those in our production, so support of those will be limited. You are welcome to send a pull-request.
skip test.
I am trying to build Caffe and it succeeds. However when running the automated tests during the building phase, there is one test failure (others are successful). The failure is similar with issue #184. Since other tests passed, I guess this might be some issue with this specific test case?