Skip to content

Shorter id names

Shorter id names #562

GitHub Actions / orcid-web Unit Tests failed Aug 31, 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✅ 10ms
TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml 12❌ 22s
TEST-org.orcid.frontend.oauth2.RevokeControllerTest.xml 6✅ 497ms
TEST-org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest.xml 4✅ 505ms
TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml 2❌ 10ms
TEST-org.orcid.frontend.web.controllers.AffiliationsControllerTest.xml 1✅ 47ms
TEST-org.orcid.frontend.web.controllers.BaseControllerUtilTest.xml 6✅ 91ms
TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml 4❌ 6s
TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml 3❌ 1ms
TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml 7❌ 9s
TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.GetMyDataControllerTest.xml 1✅ 184ms
TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml 2❌ 3ms
TEST-org.orcid.frontend.web.controllers.ManageProfileControllerTest.xml 33✅ 337ms
TEST-org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest.xml 2✅ 43ms
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❌ 1ms
TEST-org.orcid.frontend.web.controllers.PIDControllerTest.xml 2❌ 0ms
TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.PublicRecordControllerLegacyTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest.xml 2❌ 2ms
TEST-org.orcid.frontend.web.controllers.RegistrationControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.ResearchResourceControllerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.controllers.ShibbolethControllerTest.xml 2❌ 3s
TEST-org.orcid.frontend.web.controllers.SpamControllerTest.xml 2❌ 38ms
TEST-org.orcid.frontend.web.controllers.WorksControllerTest.xml 2❌ 0ms
TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.xml 1❌ 1s
TEST-org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest.xml 7✅ 72ms
TEST-org.orcid.frontend.web.pagination.WorksPaginatorTest.xml 8✅ 332ms
TEST-org.orcid.frontend.web.security.AuthenticationManagerTest.xml 2❌ 1ms
TEST-org.orcid.frontend.web.util.CommonPasswordsTest.xml 1✅ 0ms
TEST-org.orcid.frontend.web.util.ThirdPartyLinkManagerTest.xml 4✅ 122ms

❌ 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 10ms with 3 passed, 0 failed and 0 skipped.

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

✅ orcid.pojo.ajaxForm.WorkFormTest

✅ testSerializeWork
✅ testValueOfAndBack
✅ testEmptyTranslatedTitleDontGetIntoTheWork

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

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

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

❌ 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 497ms with 6 passed, 0 failed and 0 skipped.

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

✅ org.orcid.frontend.oauth2.RevokeControllerTest

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

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

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

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

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

✅ testCreateMembersListFromJson
✅ testCreateMemberFromSalesForceRecordWithNullValues
✅ testCreateMemberFromSalesForceRecord
✅ testCreateIntegrationsListFromJson

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

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

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

❌ 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 47ms with 1 passed, 0 failed and 0 skipped.

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

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

✅ testSearchDisambiguated

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

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

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

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

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

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

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

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

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

❌ testClaim
	java.lang.IllegalStateException: Failed to load ApplicationContext
❌ testResendClaimEmailByOrcid
	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 1ms with 0 passed, 3 failed and 0 skipped.

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

❌ 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 1ms with 0 passed, 2 failed and 0 skipped.

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

❌ 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 184ms with 1 passed, 0 failed and 0 skipped.

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

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

✅ testDownload

❌ TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.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.ManageMembersControllerTest 2❌ 3ms

❌ 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 337ms with 33 passed, 0 failed and 0 skipped.

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

✅ 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 43ms with 2 passed, 0 failed and 0 skipped.

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

✅ 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 1ms with 0 passed, 2 failed and 0 skipped.

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

❌ 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 0ms with 0 passed, 2 failed and 0 skipped.

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

❌ 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 1ms with 0 passed, 2 failed and 0 skipped.

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

❌ 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.PublicRecordControllerLegacyTest.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.PublicRecordControllerLegacyTest 2❌ 1ms

❌ org.orcid.frontend.web.controllers.PublicRecordControllerLegacyTest

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

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

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

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

❌ 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 1ms with 0 passed, 2 failed and 0 skipped.

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

❌ 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 38ms with 0 passed, 2 failed and 0 skipped.

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

❌ 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 0ms with 0 passed, 2 failed and 0 skipped.

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

❌ 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 72ms with 7 passed, 0 failed and 0 skipped.

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

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

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

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.pagination.WorksPaginatorTest 8✅ 332ms

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

✅ testReverseSecondaryTitleSortForNullDates
✅ testGetAllWorks
✅ testGetPublicWorksPage
✅ testGetWorksExtendedPage
✅ testGetPublicWorksExtendedPage
✅ 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 0ms with 1 passed, 0 failed and 0 skipped.

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

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

✅ testPasswordIsCommon

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

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

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

✅ 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.64.3/orcid-persistence-2.64.3.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/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.LiquibaseException: 
liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.MigrationFailedException: 
Migration failed for change set db/updates/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: java.sql.SQLSyntaxErrorException: unexpected token: 6
Caused by: org.hsqldb.HsqlException: unexpected token: 6

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
  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.64.3/orcid-persistence-2.64.3.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/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.LiquibaseException: 
liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.MigrationFailedException: 
Migration failed for change set db/updates/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: java.sql.SQLSyntaxErrorException: unexpected token: 6
Caused by: org.hsqldb.HsqlException: unexpected token: 6

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.64.3/orcid-persistence-2.64.3.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/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.LiquibaseException: 
liquibase.exception.MigrationFailedException: Migration failed for change set db/updates/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.MigrationFailedException: 
Migration failed for change set db/updates/oauth2_authoriziation_code_detail_improvements.xml::ADD-6-CHARS-AUTH-CODE::Angel Montenegro:
     Reason: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: liquibase.exception.DatabaseException: unexpected token: 6 [Failed SQL: (-5581) ALTER TABLE PUBLIC.oauth2_authoriziation_code_detail ADD 6_chars_authoriziation_code_value VARCHAR(6)]
Caused by: java.sql.SQLSyntaxErrorException: unexpected token: 6
Caused by: org.hsqldb.HsqlException: unexpected token: 6

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