You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2016/11/12 18:48:59 UTC

[jira] [Created] (SPARK-18422) Fix wholeTextFiles test to pass on Windows in JavaAPISuite

Hyukjin Kwon created SPARK-18422:
------------------------------------

             Summary: Fix wholeTextFiles test to pass on Windows in JavaAPISuite
                 Key: SPARK-18422
                 URL: https://issues.apache.org/jira/browse/SPARK-18422
             Project: Spark
          Issue Type: Sub-task
          Components: Tests
            Reporter: Hyukjin Kwon
            Priority: Minor


{code}
Tests run: 90, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.53 sec <<< FAILURE! - in org.apache.spark.JavaAPISuite
wholeTextFiles(org.apache.spark.JavaAPISuite)  Time elapsed: 0.313 sec  <<< FAILURE!
java.lang.AssertionError: 
expected:<spark is easy to use.
> but was:<null>
	at org.apache.spark.JavaAPISuite.wholeTextFiles(JavaAPISuite.java:1089)
{code}

The test failure in {{JavaAPISuite}} was due to different path format on Windows.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org