You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/06/15 07:53:36 UTC

[GitHub] [spark] LuciferYang commented on pull request #36876: [SPARK-39464][CORE][TESTS][FOLLOWUP] Use Utils.localHostNameForURI instead of Utils.localCanonicalHostName in tests

LuciferYang commented on PR #36876:
URL: https://github.com/apache/spark/pull/36876#issuecomment-1156120546

   @dongjoon-hyun Is the following steps of manually verifying SPARK-39464 correct?
   
   1. export SPARK_LOCAL_IP=::1
   2. add -Djava.net.preferIPv6Addresses=true to MAVEN_OPTS
   3. mvn clean install -DskipTests -pl core -am
   4. mvn clean test -pl core -Dtest=none -DwildcardSuites=org.apache.spark.deploy.history.RocksDBBackendHistoryServerSuite
   5. mvn clean test -pl core -Dtest=none -DwildcardSuites=org.apache.spark.deploy.master.MasterSuite
   6. mvn clean test -pl core -Dtest=none -DwildcardSuites=org.apache.spark.deploy.master.ui.MasterWebUISuite
   
   I found the master branch still test failed with above commands.
   
   
   
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org