GitHub user HyukjinKwon opened a pull request:
https://github.com/apache/spark/pull/16586
[WIP][SPARK-19117][SPARK-18922][TESTS] Fix the rest of flaky, newly
introduced and missed test failures on Windows
## What changes were proposed in this pull request?
**Failed tests**
```
org.apache.spark.sql.hive.execution.HiveQuerySuite:
- transform with SerDe3 *** FAILED ***
- transform with SerDe4 *** FAILED ***
```
```
org.apache.spark.sql.hive.execution.HiveDDLSuite:
- create hive serde table with new syntax *** FAILED ***
- add/drop partition with location - managed table *** FAILED ***
```
**Aborted tests**
```
Exception encountered when attempting to run a suite with class name:
org.apache.spark.sql.hive.execution.HiveSerDeSuite *** ABORTED *** (157
milliseconds)
org.apache.spark.sql.AnalysisException: LOAD DATA input path does not
exist: C:projectssparksqlhive argetscala-2.11 est-classesdatafilessales.txt;
```
**Flaky tests**
```
org.apache.spark.scheduler.SparkListenerSuite:
- local metrics *** FAILED ***
```
## How was this patch tested?
Manually tested via AppVeyor.
**Failed tests**
```
org.apache.spark.sql.hive.execution.HiveQuerySuite:
- transform with SerDe3 !!! CANCELED !!! (0 milliseconds)
- transform with SerDe4 !!! CANCELED !!! (0 milliseconds)
```
```
org.apache.spark.sql.hive.execution.HiveDDLSuite:
- create hive serde table with new syntax (1 second, 672 milliseconds)
```
**Aborted tests**
```
spark.sql.hive.execution.HiveSerDeSuite:
- Read with RegexSerDe (2 seconds, 142 milliseconds)
- Read and write with LazySimpleSerDe (tab separated) (2 seconds)
- Read with AvroSerDe (1 second, 47 milliseconds)
- Read Partitioned with AvroSerDe (1 second, 422 milliseconds)
```
**Flaky tests**
```
org.apache.spark.scheduler.SparkListenerSuite:
- local metrics (4 seconds, 562 milliseconds)
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HyukjinKwon/spark set-path-appveyor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16586.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16586
----
commit 9ce8846dfc3678649cc041dc762fcc6ed8038527
Author: hyukjinkwon <[email protected]>
Date: 2017-01-15T14:11:45Z
Fix flaky, newly introduced and missed test failures on Windows
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]