snmvaughan commented on PR #41678:
URL: https://github.com/apache/spark/pull/41678#issuecomment-1600980512
The command I've been using for testing disables gigahorse and passes values
for the following system properties through PROXY_OPTS:
- `http.proxyHost`
- `http.proxyPort`
- `https.proxyHost`
- `https.proxyPort`
- `http.nonProxyHosts`
```
sbt -Dsbt.gigahorse=false ${PROXY_OPTS} -Phadoop-3 -Phive "hive/test"
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedHiveTest
```
The end result is that the CI build fails due to a timeout, with a long list
of repeated messages like the following.
```
[info] *** Test still running after 1 hour, 41 minutes, 11 seconds: suite
name: HiveClientUserNameSuite(2.0), test name: 2.0: username of HiveClient - no
UGI.
[info] *** Test still running after 1 hour, 44 minutes, 59 seconds: suite
name: HadoopVersionInfoSuite, test name: SPARK-32256: Hadoop VersionInfo should
be preloaded.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]