Skip to content

Added the 4 months interval for all dw views #394

Added the 4 months interval for all dw views

Added the 4 months interval for all dw views #394

GitHub Actions / orcid-web Unit Tests failed Feb 21, 2024 in 1s

orcid-web Unit Tests ❌

Tests failed

Report Passed Failed Skipped Time
TEST-orcid.pojo.ajaxForm.DummyTest.xml 1❌ 12s
TEST-orcid.pojo.ajaxForm.WorkFormTest.xml 3✅ 13ms
TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml 12❌ 21s
TEST-org.orcid.frontend.oauth2.RevokeControllerTest.xml 6✅ 506ms
TEST-org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest.xml 4✅ 485ms
TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml 2❌ 4ms
TEST-org.orcid.frontend.web.controllers.AffiliationsControllerTest.xml 1✅ 41ms
TEST-org.orcid.frontend.web.controllers.BaseControllerUtilTest.xml 6✅ 85ms
TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml 3❌ 4s
TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml 3❌ 0ms
TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml 7❌ 9s
TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml 2❌ 0ms
TEST-org.orcid.frontend.web.controllers.GetMyDataControllerTest.xml 1✅ 191ms
TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.ManageProfileControllerTest.xml 33✅ 310ms
TEST-org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest.xml 2✅ 34ms
TEST-org.orcid.frontend.web.controllers.OauthRegistrationControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.OrgControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.PasswordResetControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.PeerReviewsControllerTest.xml 2❌ 0ms
TEST-org.orcid.frontend.web.controllers.PIDControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml 2❌ 0ms
TEST-org.orcid.frontend.web.controllers.PublicRecordControllerTest.xml 2❌ 0ms
TEST-org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest.xml 2❌ 3ms
TEST-org.orcid.frontend.web.controllers.RegistrationControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.ResearchResourceControllerTest.xml 2❌ 0ms
TEST-org.orcid.frontend.web.controllers.ShibbolethControllerTest.xml 2❌ 3s
TEST-org.orcid.frontend.web.controllers.SpamControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.WorksControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.xml 1❌ 1s
TEST-org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest.xml 7✅ 86ms
TEST-org.orcid.frontend.web.pagination.WorksPaginatorTest.xml 10✅ 414ms
TEST-org.orcid.frontend.web.security.AuthenticationManagerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.util.CommonPasswordsTest.xml 1✅ 2ms
TEST-org.orcid.frontend.web.util.ThirdPartyLinkManagerTest.xml 4✅ 188ms

❌ TEST-orcid.pojo.ajaxForm.DummyTest.xml

1 tests were completed in 12s with 0 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
orcid.pojo.ajaxForm.DummyTest 1❌ 12s

❌ orcid.pojo.ajaxForm.DummyTest

❌ testThis
	java.lang.AssertionError

✅ TEST-orcid.pojo.ajaxForm.WorkFormTest.xml

3 tests were completed in 13ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
orcid.pojo.ajaxForm.WorkFormTest 3✅ 13ms

✅ orcid.pojo.ajaxForm.WorkFormTest

✅ testSerializeWork
✅ testValueOfAndBack
✅ testEmptyTranslatedTitleDontGetIntoTheWork

❌ TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml

12 tests were completed in 21s with 0 passed, 12 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.email.RecordEmailSenderTest 12❌ 21s

❌ org.orcid.frontend.email.RecordEmailSenderTest

❌ testResetNotFoundEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testSendForgottenIdEmailNotFound
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testSendDeactivateEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testSendWelcomeEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testSendVerificationEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testSend2FADisabledEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testSendOrcidLockedEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testClaimReminderEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testChangeEmailAddress
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testSendReactivationEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testSendForgottenIdEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testResetEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext

✅ TEST-org.orcid.frontend.oauth2.RevokeControllerTest.xml

6 tests were completed in 506ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.oauth2.RevokeControllerTest 6✅ 506ms

✅ org.orcid.frontend.oauth2.RevokeControllerTest

✅ tokenAlreadyDisabledOrNonExistingTest
✅ disableByTokenTest
✅ refreshTokenAlreadyDisabledTest
✅ notOwnerTest
✅ disableByRefreshTokenTest
✅ noTokenTest

✅ TEST-org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest.xml

4 tests were completed in 485ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest 4✅ 485ms

✅ org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest

✅ testCreateMembersListFromJson
✅ testCreateMemberFromSalesForceRecordWithNullValues
✅ testCreateMemberFromSalesForceRecord
✅ testCreateIntegrationsListFromJson

❌ TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml

2 tests were completed in 4ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.AdminControllerTest 2❌ 4ms

❌ org.orcid.frontend.web.controllers.AdminControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.AdminControllerTest

✅ TEST-org.orcid.frontend.web.controllers.AffiliationsControllerTest.xml

1 tests were completed in 41ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.AffiliationsControllerTest 1✅ 41ms

✅ org.orcid.frontend.web.controllers.AffiliationsControllerTest

✅ testSearchDisambiguated

✅ TEST-org.orcid.frontend.web.controllers.BaseControllerUtilTest.xml

6 tests were completed in 85ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.BaseControllerUtilTest 6✅ 85ms

✅ org.orcid.frontend.web.controllers.BaseControllerUtilTest

✅ getCurrentUserNoPrincipal
✅ getCurrentUserNoAuthentication
✅ getCurrentUserNoSecurittyContext
✅ getCurrentUserWrongAuthenticationClass
✅ getCurrentUserUsernamePasswordAuthenticationToken
✅ getCurrentUserPreAuthenticatedAuthenticationToken

❌ TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml

3 tests were completed in 4s with 0 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ClaimControllerTest 3❌ 4s

❌ org.orcid.frontend.web.controllers.ClaimControllerTest

❌ testClaim
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testResendClaimEmail
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testResendEmailFailIfTheProfileIsAlreadyClaimed
	java.lang.IllegalStateException: Failed to load ApplicationContext

❌ TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml

3 tests were completed in 0ms with 0 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ClientsControllerTest 3❌ 0ms

❌ org.orcid.frontend.web.controllers.ClientsControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest

❌ TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml

7 tests were completed in 9s with 0 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.DeveloperToolsControllerTest 7❌ 9s

❌ org.orcid.frontend.web.controllers.DeveloperToolsControllerTest

❌ createClientTest
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testCrossSiteScriptingOnClientName
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testClientValidation
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ updateClientTest
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ resetClientSecretTest
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ getClientTest
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testCrossSiteScriptingOnClientDescription
	java.lang.IllegalStateException: Failed to load ApplicationContext

❌ TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml

2 tests were completed in 0ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.FundingsControllerTest 2❌ 0ms

❌ org.orcid.frontend.web.controllers.FundingsControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.FundingsControllerTest

✅ TEST-org.orcid.frontend.web.controllers.GetMyDataControllerTest.xml

1 tests were completed in 191ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.GetMyDataControllerTest 1✅ 191ms

✅ org.orcid.frontend.web.controllers.GetMyDataControllerTest

✅ testDownload

❌ TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ManageMembersControllerTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.ManageMembersControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.ManageMembersControllerTest

✅ TEST-org.orcid.frontend.web.controllers.ManageProfileControllerTest.xml

33 tests were completed in 310ms with 33 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ManageProfileControllerTest 33✅ 310ms

✅ org.orcid.frontend.web.controllers.ManageProfileControllerTest

✅ testAddEmail_noPrimaryEmailChange
✅ testGetDeprecateProfile
✅ testDeleteEmailJsonBlankEmail
✅ testSetPrimary_nothingChange
✅ testConfirmDeprecateProfileCurrentProfileDeprecated
✅ testEditEmail_noPrimaryChange
✅ testDeleteEmail
✅ testConfirmDeprecateProfileWithInvalidDataMatchingAccounts
✅ testConfirmDeprecateProfileWithInvalidDataDeactivatedProfile
✅ testValidateDeprecateProfileWithValidData
✅ testConfirmDeprecateProfileWithInvalidDataAlreadyDeprecatedProfile
✅ testDeleteEmailOnlyEmail
✅ testDeleteEmailJsonWrongOwner
✅ testValidateDeprecateProfileWithInvalidDataMatchingAccounts
✅ testAddDelegate
✅ testAddEmail_primaryEmailChange
✅ testConfirmDeprecateProfile
✅ testValidateDeprecateProfileWithInvalidDataAlreadyDeprecatedProfile
✅ testStripHtmlFromNames
✅ testValidateBiography
✅ testGetDelegates
✅ validateEmailAddressTest
✅ testConfirmDeprecateProfileCurrentProfileDeactivated
✅ testRevokeDelegate
✅ testValidateDeprecateProfileWithInvalidDataDeactivatedProfile
✅ testValidateDeprecateProfileWithInvalidDataBadCredentials
✅ testDeleteEmailPrimaryEmail
✅ testSetPrimary_primaryEmailChangeAndPrimaryIsNotVerified
✅ testVerifyEmail
✅ testConfirmDeprecateProfileWithInvalidDataBadCredentials
✅ testSetPrimary_primaryEmailChange
✅ testEditEmail_primaryEmailChange
✅ testConfirmDeprecateProfileUnkownError

✅ TEST-org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest.xml

2 tests were completed in 34ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest 2✅ 34ms

✅ org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest

✅ testObtainOauth2TokenPostLockedClient
✅ testObtainOauth2TokenPost

❌ TEST-org.orcid.frontend.web.controllers.OauthRegistrationControllerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OauthRegistrationControllerTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.OauthRegistrationControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.OauthRegistrationControllerTest

❌ TEST-org.orcid.frontend.web.controllers.OrgControllerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OrgControllerTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.OrgControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.OrgControllerTest

❌ TEST-org.orcid.frontend.web.controllers.PasswordResetControllerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PasswordResetControllerTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.PasswordResetControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.PasswordResetControllerTest

❌ TEST-org.orcid.frontend.web.controllers.PeerReviewsControllerTest.xml

2 tests were completed in 0ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PeerReviewsControllerTest 2❌ 0ms

❌ org.orcid.frontend.web.controllers.PeerReviewsControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.PeerReviewsControllerTest

❌ TEST-org.orcid.frontend.web.controllers.PIDControllerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PIDControllerTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.PIDControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest

❌ TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml

2 tests were completed in 0ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PublicProfileControllerTest 2❌ 0ms

❌ org.orcid.frontend.web.controllers.PublicProfileControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.PublicProfileControllerTest

❌ TEST-org.orcid.frontend.web.controllers.PublicRecordControllerTest.xml

2 tests were completed in 0ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PublicRecordControllerTest 2❌ 0ms

❌ org.orcid.frontend.web.controllers.PublicRecordControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.PublicRecordControllerTest

❌ TEST-org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest.xml

2 tests were completed in 3ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest 2❌ 3ms

❌ org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest

❌ TEST-org.orcid.frontend.web.controllers.RegistrationControllerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.RegistrationControllerTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.RegistrationControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.RegistrationControllerTest

❌ TEST-org.orcid.frontend.web.controllers.ResearchResourceControllerTest.xml

2 tests were completed in 0ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ResearchResourceControllerTest 2❌ 0ms

❌ org.orcid.frontend.web.controllers.ResearchResourceControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.ResearchResourceControllerTest

❌ TEST-org.orcid.frontend.web.controllers.ShibbolethControllerTest.xml

2 tests were completed in 3s with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ShibbolethControllerTest 2❌ 3s

❌ org.orcid.frontend.web.controllers.ShibbolethControllerTest

❌ testDuplicateNameHeaders
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testNameHeaders
	java.lang.IllegalStateException: Failed to load ApplicationContext

❌ TEST-org.orcid.frontend.web.controllers.SpamControllerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.SpamControllerTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.SpamControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.SpamControllerTest

❌ TEST-org.orcid.frontend.web.controllers.WorksControllerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.WorksControllerTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.WorksControllerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.WorksControllerTest

❌ TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.xml

1 tests were completed in 1s with 0 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.WorkspaceControllerTest 1❌ 1s

❌ org.orcid.frontend.web.controllers.WorkspaceControllerTest

❌ validateSmallerThanTest
	java.lang.IllegalStateException: Failed to load ApplicationContext

✅ TEST-org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest.xml

7 tests were completed in 86ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest 7✅ 86ms

✅ org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest

✅ oauth2ScreensFeatureEnabledTest
✅ noAuthentication
✅ nullSession
✅ noSecurityContext
✅ notUriOauthAuthorize
✅ hasOrcidProfileUserDetails
✅ oauth2ScreensFeatureFlagUsedTest

✅ TEST-org.orcid.frontend.web.pagination.WorksPaginatorTest.xml

10 tests were completed in 414ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.pagination.WorksPaginatorTest 10✅ 414ms

✅ org.orcid.frontend.web.pagination.WorksPaginatorTest

✅ testSourceSort
✅ testReverseSecondaryTitleSortForNullDates
✅ testGetAllWorks
✅ testGetPublicWorksPage
✅ testGetWorksExtendedPage
✅ testGetPublicWorksExtendedPage
✅ testTitleSortCase
✅ testGetAllPublic
✅ testGetWorkWithNulltitle
✅ testGetWorksPage

❌ TEST-org.orcid.frontend.web.security.AuthenticationManagerTest.xml

2 tests were completed in 1ms with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.security.AuthenticationManagerTest 2❌ 1ms

❌ org.orcid.frontend.web.security.AuthenticationManagerTest

❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
❌ 
	java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.security.AuthenticationManagerTest

✅ TEST-org.orcid.frontend.web.util.CommonPasswordsTest.xml

1 tests were completed in 2ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.util.CommonPasswordsTest 1✅ 2ms

✅ org.orcid.frontend.web.util.CommonPasswordsTest

✅ testPasswordIsCommon

✅ TEST-org.orcid.frontend.web.util.ThirdPartyLinkManagerTest.xml

4 tests were completed in 188ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.util.ThirdPartyLinkManagerTest 4✅ 188ms

✅ org.orcid.frontend.web.util.ThirdPartyLinkManagerTest

✅ findOrcidClientsWithPredefinedOauthScopePeerReviewImportTest
✅ findOrcidClientsWithPredefinedOauthScopeWorksImportTest
✅ findOrcidClientsWithPredefinedOauthScopeFundingImportTest
✅ findOrcidClientsWithPredefinedOauthScopeReadAccessTest

Annotations

Check failure on line 0 in TEST-orcid.pojo.ajaxForm.DummyTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

orcid.pojo.ajaxForm.DummyTest ► testThis

Failed test found in:
  TEST-orcid.pojo.ajaxForm.DummyTest.xml
Error:
  java.lang.AssertionError
Raw output
java.lang.AssertionError

Check failure on line 0 in TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.email.RecordEmailSenderTest ► testResetNotFoundEmail

Failed test found in:
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
  TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml
Error:
  java.lang.IllegalStateException: Failed to load ApplicationContext
Raw output
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'liquibase' defined in URL [jar:file:/home/runner/.m2/repository/org/orcid/orcid-persistence/2.51.2/orcid-persistence-2.51.2.jar!/orcid-persistence-context.xml]: Invocation of init method failed; nested exception is liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.LiquibaseException: 
liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.MigrationFailedException: 
Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details]
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: DW_CLIENT_DETAILS

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.AdminControllerTest ►

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml
Error:
  java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
Raw output
java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.AdminControllerTest ►

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml
Error:
  java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.AdminControllerTest
Raw output
java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.AdminControllerTest

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.ClaimControllerTest ► testClaim

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml
Error:
  java.lang.IllegalStateException: Failed to load ApplicationContext
Raw output
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'liquibase' defined in URL [jar:file:/home/runner/.m2/repository/org/orcid/orcid-persistence/2.51.2/orcid-persistence-2.51.2.jar!/orcid-persistence-context.xml]: Invocation of init method failed; nested exception is liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.LiquibaseException: 
liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.MigrationFailedException: 
Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details]
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: DW_CLIENT_DETAILS

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.ClientsControllerTest ►

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml
Error:
  java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
Raw output
java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.DeveloperToolsControllerTest ► createClientTest

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml
  TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml
Error:
  java.lang.IllegalStateException: Failed to load ApplicationContext
Raw output
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'liquibase' defined in URL [jar:file:/home/runner/.m2/repository/org/orcid/orcid-persistence/2.51.2/orcid-persistence-2.51.2.jar!/orcid-persistence-context.xml]: Invocation of init method failed; nested exception is liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.LiquibaseException: 
liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.MigrationFailedException: 
Migration failed for change set db/updates/dw_views_with_4_months_interval.xml::ALTER-DW-CLIENT-DETAILS-VIEW-USER-OBO-FOUR-MONTHS::Camelia Dumitru:
     Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: liquibase.exception.DatabaseException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details] [Failed SQL: (-5501) DROP VIEW PUBLIC.dw_client_details]
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: DW_CLIENT_DETAILS in statement [DROP VIEW PUBLIC.dw_client_details]
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: DW_CLIENT_DETAILS

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.FundingsControllerTest ►

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest
Raw output
java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.util.BaseControllerTest

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.FundingsControllerTest ►

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.FundingsControllerTest
Raw output
java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.FundingsControllerTest

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.ManageMembersControllerTest ►

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml
Error:
  java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest
Raw output
java.lang.NoClassDefFoundError: Could not initialize class org.orcid.test.DBUnitTest

Check failure on line 0 in TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml

See this annotation in the file changed.

@github-actions github-actions / orcid-web Unit Tests

org.orcid.frontend.web.controllers.ManageMembersControllerTest ►

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml
Error:
  java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.ManageMembersControllerTest
Raw output
java.lang.NoClassDefFoundError: Could not initialize class org.orcid.frontend.web.controllers.ManageMembersControllerTest