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

    https://github.com/apache/spark/pull/15172#discussion_r84777718
  
    --- Diff: 
common/network-common/src/test/java/org/apache/spark/network/sasl/SparkSaslSuite.java
 ---
    @@ -374,6 +378,71 @@ public void testDelegates() throws Exception {
         }
       }
     
    +  @Test
    +  public void testSaslEncryptionAes() throws Exception {
    +    System.setProperty(BLOCK_SIZE_CONF, "10k");
    --- End diff --
    
    There are exceptions that can be thrown before these properties are cleaned 
up. Can you try to avoid using system properties for this?


---
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