Github user tgravescs commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12760#discussion_r61924849
  
    --- Diff: core/src/test/scala/org/apache/spark/SecurityManagerSuite.scala 
---
    @@ -112,6 +126,25 @@ class SecurityManagerSuite extends SparkFunSuite with 
ResetSystemProperties {
         securityManager.setViewAclsGroups("group4,group5")
         assert(securityManager.checkUIViewPermissions("user1") === false)
         assert(securityManager.checkUIViewPermissions("user2") === false)
    +
    +
    +    val conf2 = new SparkConf
    --- End diff --
    
    I don't think we need this section of tests, the one above that uses 
BogusServiceProvider is enough.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to