Github user thomastechs commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11306#discussion_r53737817
  
    --- Diff: 
docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerJDBCIntegrationSuite.scala
 ---
    @@ -112,7 +112,7 @@ abstract class DockerJDBCIntegrationSuite
           // Start the container and wait until the database can accept JDBC 
connections:
           docker.startContainer(containerId)
           jdbcUrl = db.getJdbcUrl(dockerIp, externalPort)
    -      eventually(timeout(60.seconds), interval(1.seconds)) {
    +      eventually(timeout(200.seconds), interval(200.seconds)) {
    --- End diff --
    
    @yhuai  This line of timeout is required for the oracle related 
test.Because, the time taken by the oracle instance to bring up would not be 
enough with the old setting. We tested it in our local and  
    confirmed this. If we do not change this time duration, Oracle would throw 
an exception, saying that the instance was tried to hit during the 
initialization stage.


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