DaanHoogland commented on PR #9504: URL: https://github.com/apache/cloudstack/pull/9504#issuecomment-2431786260
@KlausDornsbach , can you have a look at these? ``` 05:51:43 [ERROR] removeRolesIfNeededTestRoleWithDifferentPermissionsRemoveRoles(org.apache.cloudstack.acl.RoleManagerImplTest) Time elapsed: 1.399 s <<< FAILURE! 05:51:43 java.lang.AssertionError: expected:<1> but was:<2> 05:51:43 at org.apache.cloudstack.acl.RoleManagerImplTest.removeRolesIfNeededTestRoleWithDifferentPermissionsRemoveRoles(RoleManagerImplTest.java:272) 05:51:43 05:51:43 [ERROR] roleHasPermissionTestRolePermissionsDeniedApiContainRoleToAccessAllowedApiReturnsFalse(org.apache.cloudstack.acl.RoleManagerImplTest) Time elapsed: 0.001 s <<< FAILURE! 05:51:43 java.lang.AssertionError 05:51:43 at org.apache.cloudstack.acl.RoleManagerImplTest.roleHasPermissionTestRolePermissionsDeniedApiContainRoleToAccessAllowedApiReturnsFalse(RoleManagerImplTest.java:306) 05:51:43 05:51:43 [ERROR] removeRolesIfNeededTestRoleWithLessPermissionsRemoveRoles(org.apache.cloudstack.acl.RoleManagerImplTest) Time elapsed: 0.001 s <<< FAILURE! 05:51:43 java.lang.AssertionError: expected:<1> but was:<2> 05:51:43 at org.apache.cloudstack.acl.RoleManagerImplTest.removeRolesIfNeededTestRoleWithLessPermissionsRemoveRoles(RoleManagerImplTest.java:255) 05:51:43 05:51:43 [INFO] Running org.apache.cloudstack.annotation.AnnotationManagerImplTest 05:51:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.apache.cloudstack.annotation.AnnotationManagerImplTest 05:51:43 [INFO] Running org.apache.cloudstack.privategw.AclOnPrivateGwTest 05:51:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.apache.cloudstack.privategw.AclOnPrivateGwTest 05:51:44 [INFO] Running org.apache.cloudstack.user.UserPasswordResetManagerImplTest 05:51:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.apache.cloudstack.user.UserPasswordResetManagerImplTest 05:51:44 [INFO] Running org.apache.cloudstack.affinity.AffinityApiUnitTest 05:51:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.apache.cloudstack.affinity.AffinityApiUnitTest 05:51:44 [INFO] Running org.apache.cloudstack.affinity.AffinityGroupServiceImplTest 05:51:44 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.apache.cloudstack.affinity.AffinityGroupServiceImplTest 05:51:44 [INFO] 05:51:45 [INFO] Results: 05:51:45 [INFO] 05:51:45 [ERROR] Failures: 05:51:45 [ERROR] RoleManagerImplTest.removeRolesIfNeededTestRoleWithDifferentPermissionsRemoveRoles:272 expected:<1> but was:<2> 05:51:45 [ERROR] RoleManagerImplTest.removeRolesIfNeededTestRoleWithLessPermissionsRemoveRoles:255 expected:<1> but was:<2> 05:51:45 [ERROR] RoleManagerImplTest.roleHasPermissionTestRolePermissionsDeniedApiContainRoleToAccessAllowedApiReturnsFalse:306 05:51:45 [ERROR] Errors: 05:51:45 [ERROR] AccountManagerImplTest.createApiAndSecretKeyTestWithNonEmptyDates:1363 ? InvalidParameterValue 05:51:45 [ERROR] AccountManagerImplTest.createApiKeyAndSecretKeyTestAllowedOnAccount:1323 ? InvalidParameterValue ``` It seems there are some unit test failures. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
