Felix Cheung created SPARK-19571:
------------------------------------
Summary: appveyor windows tests are failing
Key: SPARK-19571
URL: https://issues.apache.org/jira/browse/SPARK-19571
Project: Spark
Issue Type: Bug
Components: SparkR, SQL
Affects Versions: 2.2.0
Reporter: Felix Cheung
Between
https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark/build/751-master
https://github.com/apache/spark/commit/7a7ce272fe9a703f58b0180a9d2001ecb5c4b8db
And
https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark/build/758-master
https://github.com/apache/spark/commit/c618ccdbe9ac103dfa3182346e2a14a1e7fca91a
Something is changed (not likely caused by R) such that tests running on
Windows are consistently failing with
{code}
Caused by: ERROR XSDB6: Another instance of Derby may have already booted the
database
C:\Users\appveyor\AppData\Local\Temp\1\spark-75266bb9-bd54-4ee2-ae54-2122d2c011e8\metastore.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown
Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown
Source)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown
Source)
at
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown
Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown
Source)
{code}
Since we run appveyor only when there is R changes, it is a bit harder to track
down which change specifically caused this.
This could be a blocker, since it could fail tests for the R release.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]