Github user markgrover commented on the pull request:

    https://github.com/apache/spark/pull/9876#issuecomment-158588669
  
    Thanks Josh. So, I have a good news and bad news.
    
    The good news is that the maven/dependency related issues have been 
resolved. The bad news is that the tests are still failing, albeit due to MySQL 
and PostgreSQL drivers not being accessible.
    
    The error is pasted here for easier access:
    ````
    MySQLIntegrationSuite:
    Exception encountered when invoking run on a nested suite - The code passed 
to eventually never returned normally. Attempted 70 times over 
1.0002781788666666 minutes. Last failure message: No suitable driver found for 
jdbc:mysql://192.168.10.28:52440/mysql?user=root&password=rootpass. *** ABORTED 
***
      Exception encountered when invoking run on a nested suite - The code 
passed to eventually never returned normally. Attempted 70 times over 
1.0002781788666666 minutes. Last failure message: No suitable driver found for 
jdbc:mysql://192.168.10.28:52440/mysql?user=root&password=rootpass. 
(DockerJDBCIntegrationSuite.scala:115)
    PostgresIntegrationSuite:
    Exception encountered when invoking run on a nested suite - The code passed 
to eventually never returned normally. Attempted 70 times over 1.00021882435 
minutes. Last failure message: No suitable driver found for 
jdbc:postgresql://192.168.10.28:39460/postgres?user=postgres&password=rootpass. 
*** ABORTED ***
      Exception encountered when invoking run on a nested suite - The code 
passed to eventually never returned normally. Attempted 70 times over 
1.00021882435 minutes. Last failure message: No suitable driver found for 
jdbc:postgresql://192.168.10.28:39460/postgres?user=postgres&password=rootpass. 
(DockerJDBCIntegrationSuite.scala:115)
    Run completed in 2 minutes, 46 seconds.
    Total number of tests run: 0
    Suites: completed 1, aborted 2
    Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
    *** 2 SUITES ABORTED ***
    ````


---
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]

Reply via email to