gengliangwang commented on a change in pull request #32105:
URL: https://github.com/apache/spark/pull/32105#discussion_r610490122
##########
File path: core/src/test/scala/org/apache/spark/deploy/master/MasterSuite.scala
##########
@@ -421,8 +421,7 @@ class MasterSuite extends SparkFunSuite
// with LocalCluster, we have masters and workers in the same JVM,
each overwriting
// system property spark.ui.proxyBase.
// so we need to manage this property explicitly for test
- System.getProperty("spark.ui.proxyBase") should startWith
- (s"$reverseProxyUrl/proxy/worker-")
+ System.getProperty("spark.ui.proxyBase") should startWith
(reverseProxyUrl)
Review comment:
Thanks for the fix!
Then we should remove line 421~423, and line 425 too
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]