Re: Review Request 51801: Get LDAP tests to run in concurrent forked JVMs

2016-09-12 Thread Oliver Szabo

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51801/#review148552
---


Ship it!




Ship It!

- Oliver Szabo


On Sept. 12, 2016, 1:01 p.m., Attila Doroszlai wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/51801/
> ---
> 
> (Updated Sept. 12, 2016, 1:01 p.m.)
> 
> 
> Review request for Ambari, Oliver Szabo, Sumit Mohanty, Sebastian Toader, and 
> Yusaku Sako.
> 
> 
> Bugs: AMBARI-18359
> https://issues.apache.org/jira/browse/AMBARI-18359
> 
> 
> Repository: ambari
> 
> 
> Description
> ---
> 
> Some LDAP tests fail to run with forkCount:>1, reuseForks:false. This blocks 
> increasing forkCount to speed up the unit tests.
> 
> 
> Diffs
> -
> 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDNWithSpaceTest.java
>  1a18ff2 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDuplicateUserTest.java
>  c0086d6 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderTest.java
>  779b0a2 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapBindAuthenticatorTest.java
>  1716c97 
> 
> Diff: https://reviews.apache.org/r/51801/diff/
> 
> 
> Testing
> ---
> 
> * Added forkCount with various values (1, 2, 4, 8, 16) to 
> `maven-surefire-plugin` configuration in `ambari-server/pom.xml`, eg.:
> ```
>   4
>   false
> ```
>  * Ran `mvn -f ambari-server/pom.xml test -DskipPythonTests -Drat.skip 
> -Dtest='*Ldap*Test'`
>  * Verified test failures/errors that occur without the patch are resolved
> 
> 
> Thanks,
> 
> Attila Doroszlai
> 
>



Re: Review Request 51801: Get LDAP tests to run in concurrent forked JVMs

2016-09-12 Thread Alejandro Fernandez

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51801/#review148520
---


Ship it!




Fantastic!

- Alejandro Fernandez


On Sept. 12, 2016, 1:01 p.m., Attila Doroszlai wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/51801/
> ---
> 
> (Updated Sept. 12, 2016, 1:01 p.m.)
> 
> 
> Review request for Ambari, Oliver Szabo, Sumit Mohanty, Sebastian Toader, and 
> Yusaku Sako.
> 
> 
> Bugs: AMBARI-18359
> https://issues.apache.org/jira/browse/AMBARI-18359
> 
> 
> Repository: ambari
> 
> 
> Description
> ---
> 
> Some LDAP tests fail to run with forkCount:>1, reuseForks:false. This blocks 
> increasing forkCount to speed up the unit tests.
> 
> 
> Diffs
> -
> 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDNWithSpaceTest.java
>  1a18ff2 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDuplicateUserTest.java
>  c0086d6 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderTest.java
>  779b0a2 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapBindAuthenticatorTest.java
>  1716c97 
> 
> Diff: https://reviews.apache.org/r/51801/diff/
> 
> 
> Testing
> ---
> 
> * Added forkCount with various values (1, 2, 4, 8, 16) to 
> `maven-surefire-plugin` configuration in `ambari-server/pom.xml`, eg.:
> ```
>   4
>   false
> ```
>  * Ran `mvn -f ambari-server/pom.xml test -DskipPythonTests -Drat.skip 
> -Dtest='*Ldap*Test'`
>  * Verified test failures/errors that occur without the patch are resolved
> 
> 
> Thanks,
> 
> Attila Doroszlai
> 
>



Re: Review Request 51801: Get LDAP tests to run in concurrent forked JVMs

2016-09-12 Thread Sebastian Toader

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51801/#review148480
---


Ship it!




Ship It!

- Sebastian Toader


On Sept. 12, 2016, 3:01 p.m., Attila Doroszlai wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/51801/
> ---
> 
> (Updated Sept. 12, 2016, 3:01 p.m.)
> 
> 
> Review request for Ambari, Oliver Szabo, Sumit Mohanty, Sebastian Toader, and 
> Yusaku Sako.
> 
> 
> Bugs: AMBARI-18359
> https://issues.apache.org/jira/browse/AMBARI-18359
> 
> 
> Repository: ambari
> 
> 
> Description
> ---
> 
> Some LDAP tests fail to run with forkCount:>1, reuseForks:false. This blocks 
> increasing forkCount to speed up the unit tests.
> 
> 
> Diffs
> -
> 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDNWithSpaceTest.java
>  1a18ff2 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDuplicateUserTest.java
>  c0086d6 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderTest.java
>  779b0a2 
>   
> ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapBindAuthenticatorTest.java
>  1716c97 
> 
> Diff: https://reviews.apache.org/r/51801/diff/
> 
> 
> Testing
> ---
> 
> * Added forkCount with various values (1, 2, 4, 8, 16) to 
> `maven-surefire-plugin` configuration in `ambari-server/pom.xml`, eg.:
> ```
>   4
>   false
> ```
>  * Ran `mvn -f ambari-server/pom.xml test -DskipPythonTests -Drat.skip 
> -Dtest='*Ldap*Test'`
>  * Verified test failures/errors that occur without the patch are resolved
> 
> 
> Thanks,
> 
> Attila Doroszlai
> 
>



Re: Review Request 51801: Get LDAP tests to run in concurrent forked JVMs

2016-09-12 Thread Attila Doroszlai

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51801/
---

(Updated Sept. 12, 2016, 1:01 p.m.)


Review request for Ambari, Oliver Szabo, Sumit Mohanty, Sebastian Toader, and 
Yusaku Sako.


Bugs: AMBARI-18359
https://issues.apache.org/jira/browse/AMBARI-18359


Repository: ambari


Description
---

Some LDAP tests fail to run with forkCount:>1, reuseForks:false. This blocks 
increasing forkCount to speed up the unit tests.


Diffs
-

  
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDNWithSpaceTest.java
 1a18ff2 
  
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDuplicateUserTest.java
 c0086d6 
  
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderTest.java
 779b0a2 
  
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapBindAuthenticatorTest.java
 1716c97 

Diff: https://reviews.apache.org/r/51801/diff/


Testing
---

* Added forkCount with various values (1, 2, 4, 8, 16) to 
`maven-surefire-plugin` configuration in `ambari-server/pom.xml`, eg.:
```
  4
  false
```
 * Ran `mvn -f ambari-server/pom.xml test -DskipPythonTests -Drat.skip 
-Dtest='*Ldap*Test'`
 * Verified test failures/errors that occur without the patch are resolved


Thanks,

Attila Doroszlai



Review Request 51801: Get LDAP tests to run in concurrent forked JVMs

2016-09-12 Thread Attila Doroszlai

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51801/
---

Review request for Ambari, Sumit Mohanty, Sebastian Toader, and Yusaku Sako.


Bugs: AMBARI-18359
https://issues.apache.org/jira/browse/AMBARI-18359


Repository: ambari


Description
---

Some LDAP tests fail to run with forkCount:>1, reuseForks:false. This blocks 
increasing forkCount to speed up the unit tests.


Diffs
-

  
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDNWithSpaceTest.java
 1a18ff2 
  
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDuplicateUserTest.java
 c0086d6 
  
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderTest.java
 779b0a2 
  
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapBindAuthenticatorTest.java
 1716c97 

Diff: https://reviews.apache.org/r/51801/diff/


Testing
---

* Added forkCount with various values (1, 2, 4, 8, 16) to 
`maven-surefire-plugin` configuration in `ambari-server/pom.xml`, eg.:
```
  4
  false
```
 * Ran `mvn -f ambari-server/pom.xml test -DskipPythonTests -Drat.skip 
-Dtest='*Ldap*Test'`
 * Verified test failures/errors that occur without the patch are resolved


Thanks,

Attila Doroszlai