Github user swill commented on the pull request:
https://github.com/apache/cloudstack/pull/1511#issuecomment-220431955
This is failing to build for me.
```
Running org.apache.cloudstack.affinity.AffinityApiUnitTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec -
in org.apache.cloudstack.affinity.AffinityApiUnitTest
Running org.apache.cloudstack.network.lb.CertServiceTest
Tests run: 13, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.63 sec
<<< FAILURE! - in org.apache.cloudstack.network.lb.CertServiceTest
runUploadSslCertBadkeyAlgo(org.apache.cloudstack.network.lb.CertServiceTest)
Time elapsed: 0.476 sec <<< FAILURE!
java.lang.AssertionError: Did not expect message: Error parsing certificate
data Parsing certificate/key failed: Invalid Key format.
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.cloudstack.network.lb.CertServiceTest.runUploadSslCertBadkeyAlgo(CertServiceTest.java:480)
runUploadSslCertBadPassword(org.apache.cloudstack.network.lb.CertServiceTest)
Time elapsed: 0.006 sec <<< FAILURE!
java.lang.AssertionError: Did not expect message: Error parsing certificate
data Parsing certificate/key failed: Invalid Key format.
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.cloudstack.network.lb.CertServiceTest.runUploadSslCertBadPassword(CertServiceTest.java:392)
Running org.apache.cloudstack.network.lb.ApplicationLoadBalancerTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
- in org.apache.cloudstack.network.lb.ApplicationLoadBalancerTest
Running
org.cloud.network.router.deployment.VpcRouterDeploymentDefinitionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec -
in org.cloud.network.router.deployment.VpcRouterDeploymentDefinitionTest
Running org.cloud.network.router.deployment.RouterDeploymentDefinitionTest
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
- in org.cloud.network.router.deployment.RouterDeploymentDefinitionTest
Results :
Failed tests:
CertServiceTest.runUploadSslCertBadPassword:392 Did not expect message:
Error parsing certificate data Parsing certificate/key failed: Invalid Key
format.
CertServiceTest.runUploadSslCertBadkeyAlgo:480 Did not expect message:
Error parsing certificate data Parsing certificate/key failed: Invalid Key
format.
Tests run: 359, Failures: 2, Errors: 0, Skipped: 5
```
---
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.
---