LuciferYang commented on a change in pull request #32105:
URL: https://github.com/apache/spark/pull/32105#discussion_r610530408
##########
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:
513fc3e cleanup these lines and 0c77a48 change `startWith` to `be`.
--
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]