Dongjoon Hyun created SPARK-44996:
-------------------------------------

             Summary: VolcanoFeatureStep should not create 
`DefaultVolcanoClient` if not needed
                 Key: SPARK-44996
                 URL: https://issues.apache.org/jira/browse/SPARK-44996
             Project: Spark
          Issue Type: Improvement
          Components: Kubernetes
    Affects Versions: 4.0.0
            Reporter: Dongjoon Hyun


Since `VolcanoFeatureStep` creates `DefaultVolcanoClient` always, the unit test 
suite `VolcanoFeatureStepSuite` behaves like an integration test. In other 
words, it fails when there is no network connectivity.

{code}
[info] VolcanoFeatureStepSuite:
[info] - SPARK-36061: Driver Pod with Volcano PodGroup *** FAILED *** (646 
milliseconds)
[info]   org.snakeyaml.engine.v2.exceptions.ScannerException: mapping values 
are not allowed here
[info]  in reader, line 1, column 94:
[info]      ... well-known/openid-configuration": dial tcp: lookup iam.corp. ...
[info]                                          ^
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to