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