Skip to content

added the dbms to fix failing tests #485

added the dbms to fix failing tests

added the dbms to fix failing tests #485

GitHub Actions / orcid-web Unit Tests failed Jun 3, 2024 in 1s

orcid-web Unit Tests ❌

Tests failed

Report Passed Failed Skipped Time
TEST-orcid.pojo.ajaxForm.DummyTest.xml 1✅ 33s
TEST-orcid.pojo.ajaxForm.WorkFormTest.xml 3✅ 0ms
TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml 12✅ 1s
TEST-org.orcid.frontend.oauth2.RevokeControllerTest.xml 6✅ 69ms
TEST-org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest.xml 4✅ 119ms
TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml 24✅ 4s
TEST-org.orcid.frontend.web.controllers.AffiliationsControllerTest.xml 1✅ 8ms
TEST-org.orcid.frontend.web.controllers.BaseControllerUtilTest.xml 6✅ 41ms
TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml 4✅ 375ms
TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml 9✅ 4s
TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml 7✅ 23ms
TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml 9✅ 8❌ 2s
TEST-org.orcid.frontend.web.controllers.GetMyDataControllerTest.xml 1✅ 96ms
TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml 17✅ 2s
TEST-org.orcid.frontend.web.controllers.ManageProfileControllerTest.xml 33✅ 125ms
TEST-org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest.xml 2✅ 33ms
TEST-org.orcid.frontend.web.controllers.OauthRegistrationControllerTest.xml 1✅ 2s
TEST-org.orcid.frontend.web.controllers.OrgControllerTest.xml 1❌ 2s
TEST-org.orcid.frontend.web.controllers.PasswordResetControllerTest.xml 7✅ 2s
TEST-org.orcid.frontend.web.controllers.PeerReviewsControllerTest.xml 1✅ 1❌ 2s
TEST-org.orcid.frontend.web.controllers.PIDControllerTest.xml 1✅ 2s
TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml 4✅ 1❌ 2s
TEST-org.orcid.frontend.web.controllers.PublicRecordControllerLegacyTest.xml 5✅ 2❌ 2s
TEST-org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest.xml 4✅ 2s
TEST-org.orcid.frontend.web.controllers.RegistrationControllerTest.xml 17✅ 2s
TEST-org.orcid.frontend.web.controllers.ResearchResourceControllerTest.xml 5❌ 2s
TEST-org.orcid.frontend.web.controllers.ShibbolethControllerTest.xml 2✅ 4ms
TEST-org.orcid.frontend.web.controllers.SpamControllerTest.xml 4✅ 2s
TEST-org.orcid.frontend.web.controllers.WorksControllerTest.xml 10✅ 2s
TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.xml 1✅ 0ms
TEST-org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest.xml 7✅ 50ms
TEST-org.orcid.frontend.web.pagination.WorksPaginatorTest.xml 8✅ 507ms
TEST-org.orcid.frontend.web.security.AuthenticationManagerTest.xml 1✅ 2s
TEST-org.orcid.frontend.web.util.CommonPasswordsTest.xml 1✅ 1ms
TEST-org.orcid.frontend.web.util.ThirdPartyLinkManagerTest.xml 4✅ 13ms

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

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

Test suite Passed Failed Skipped Time
orcid.pojo.ajaxForm.DummyTest 1✅ 33s

✅ orcid.pojo.ajaxForm.DummyTest

✅ testThis

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

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

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

✅ orcid.pojo.ajaxForm.WorkFormTest

✅ testSerializeWork
✅ testValueOfAndBack
✅ testEmptyTranslatedTitleDontGetIntoTheWork

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.email.RecordEmailSenderTest 12✅ 1s

✅ org.orcid.frontend.email.RecordEmailSenderTest

✅ testResetNotFoundEmail
✅ testSendForgottenIdEmailNotFound
✅ testSendDeactivateEmail
✅ testSendWelcomeEmail
✅ testSendVerificationEmail
✅ testSend2FADisabledEmail
✅ testSendOrcidLockedEmail
✅ testClaimReminderEmail
✅ testChangeEmailAddress
✅ testSendReactivationEmail
✅ testSendForgottenIdEmail
✅ testResetEmail

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

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

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

✅ org.orcid.frontend.oauth2.RevokeControllerTest

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

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

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

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

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

✅ testCreateMembersListFromJson
✅ testCreateMemberFromSalesForceRecordWithNullValues
✅ testCreateMemberFromSalesForceRecord
✅ testCreateIntegrationsListFromJson

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.AdminControllerTest 24✅ 4s

✅ org.orcid.frontend.web.controllers.AdminControllerTest

✅ deactivateAndReactivateProfileTest
✅ testUnreviewAccounts
✅ findIdsTest
✅ deactivateOrcidRecords
✅ resetPasswordTest
✅ verifyEmailTest
✅ testGetLockReasons
✅ testCheckOrcid
✅ startDelegationProcess
✅ testConvertClient
✅ testReviewAccounts
✅ testValidateClientConversion
✅ addANewEmailToARecordThatAlreadyExistOnOtherAccount
✅ preventDisablingMembersTest
✅ testLockAccounts
✅ addANewEmailToARecord
✅ testUnlockAccounts
✅ resendClaimEmail
✅ resetPasswordTestOrcidURL
✅ adminSwitchUser
✅ resetPasswordUsingEmailTest
✅ addANewEmailToARecordThatIsDuplicated
✅ tryToDeprecateDeprecatedProfile
✅ resetPasswordValidateId

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

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

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

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

✅ testSearchDisambiguated

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

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

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ClaimControllerTest 4✅ 375ms

✅ org.orcid.frontend.web.controllers.ClaimControllerTest

✅ testClaim
✅ testResendClaimEmailByOrcid
✅ testResendClaimEmail
✅ testResendEmailFailIfTheProfileIsAlreadyClaimed

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ClientsControllerTest 9✅ 4s

✅ org.orcid.frontend.web.controllers.ClientsControllerTest

✅ emptyClientTest
✅ editClientTest
✅ testInvalidName
✅ createInvalidClientTest
✅ getClientsTest
✅ testInvalidWebsite
✅ testInvalidDescription
✅ addClientTest
✅ editInvalidClientTest

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.DeveloperToolsControllerTest 7✅ 23ms

✅ org.orcid.frontend.web.controllers.DeveloperToolsControllerTest

✅ createClientTest
✅ testCrossSiteScriptingOnClientName
✅ testClientValidation
✅ updateClientTest
✅ resetClientSecretTest
✅ getClientTest
✅ testCrossSiteScriptingOnClientDescription

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

17 tests were completed in 2s with 9 passed, 8 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.FundingsControllerTest 9✅ 8❌ 2s

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

✅ testValidateAmountLocaleEN_US
✅ testValidateAmountLocaleRU
❌ testGetFundingsJsonSortedBySource
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
❌ testAddFundingWithoutAmount
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
✅ validateBigDecimalConversionLocaleRU
❌ testEditOrgOnExistingFunding
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
✅ validateBigDecimalConversionLocaleDE_CH
✅ validateBigDecimalConversionLocaleUS_EN
❌ getFunding
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
✅ testVAlidateAmountLocaleDE_CH
✅ testAddFundingWithInvalidDates
❌ testAddFunding
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
❌ testEditFunding
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
❌ testEditOtherSourceThrowsError
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
✅ testSearchDisambiguated
✅ testAddAmountWithoutCurrencyCode
❌ testGetFundingsJson
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement

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

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

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

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

✅ testDownload

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ManageMembersControllerTest 17✅ 2s

✅ org.orcid.frontend.web.controllers.ManageMembersControllerTest

✅ testDeactivateClientAlreadyDeactivated
✅ createMemberProfileWithInvalidTypeTest
✅ editGroupTypeTest
✅ testActivateClientAlreadyActive
✅ findMemberByOrcidTest
✅ testDeactivateClient
✅ createMemberProfileWithInvalidEmailsTest
✅ findClientTest
✅ createMemberProfileTest
✅ editClientWithInvalidRedirectUriTest
✅ editMemberTest
✅ editMemberDoesntChangePersistentTokenEnabledValueTest
✅ editMemberWithInvalidSalesforceIdTest
✅ editMemberWithInvalidEmailTest
✅ testActivateClient
✅ createMemberProfileWithInvalidSalesforceIdTest
✅ createMemberProfileWithInvalidGroupNameTest

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

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

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

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

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

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

✅ testObtainOauth2TokenPostLockedClient
✅ testObtainOauth2TokenPost

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OauthRegistrationControllerTest 1✅ 2s

✅ org.orcid.frontend.web.controllers.OauthRegistrationControllerTest

✅ testStripHtmlFromNames

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

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

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

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

❌ testFindBySourceTypeAndSourceId
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PasswordResetControllerTest 7✅ 2s

✅ org.orcid.frontend.web.controllers.PasswordResetControllerTest

✅ testPasswordResetUserNotFoundSendEmail
✅ testPasswordResetLinkExpired
✅ testResetPasswordDontFailIfAnyFieldIsEmtpy
✅ testPasswordResetUnclaimedSendEmail
✅ testPasswordResetUserDeactivatedSendEmail
✅ testSubmitConsolidatedPasswordReset
✅ testPasswordResetLinkValidLinkDirectsToConsolidatedScreenDirectly

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

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

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

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

✅ testSearchDisambiguated
❌ testGetPeerReviews
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PIDControllerTest 1✅ 2s

✅ org.orcid.frontend.web.controllers.PIDControllerTest

✅ testNorm

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

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

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

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

✅ testGetPersonDetails
❌ testGetGroupedAffiliations
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
✅ testViewValidUser
✅ testViewClaimedUserWhenIsLongEnough
✅ getUserInfoTest

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PublicRecordControllerLegacyTest 5✅ 2❌ 2s

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

❌ testGetRecordSummary
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
❌ testGetRecordSummaryProfessionalActivitiesSortedByEndDate
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
✅ testGetRecordSummaryLocked
✅ testGetRecordSummaryDeprecated
✅ testGetRecordSummaryPrivateName
✅ testGetRecordSummaryDeactivated
✅ testGetPublicRecord

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest 4✅ 2s

✅ org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest

✅ nextOnFirstPageTest
✅ previousOnLastPageTest
✅ nextOnLastPageTest
✅ previousOnFirstPageTest

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.RegistrationControllerTest 17✅ 2s

✅ org.orcid.frontend.web.controllers.RegistrationControllerTest

✅ regEmailsAdditonalValidateNotSameAsOtherAdditional
✅ verifyEmail_UnableToDecryptEmailTest
✅ verifyEmailTest
✅ regEmailsAdditionalValidateClaimedAccountTest
✅ regEmailValidateClaimedAccountTest
✅ regEmailsAdditionalValidateDeactivatedAndUnclaimedAccountTest
✅ regActivitiesVisibilityDefaultIsNotNull
✅ verifyEmail_InvalidEmailTest
✅ regEmailValidateUnclaimedAccountButEnableAutoDeprecateDisableOnClientTest
✅ regEmailsAdditionalValidateDeactivatedAccountTest
✅ verifyEmail_NotVerifiedTest
✅ regEmailsAdditionalValidateUnclaimedAccountButEnableAutoDeprecateDisableOnClientTest
✅ testStripHtmlFromNames
✅ regEmailValidateUnclaimedAccountTest
✅ regEmailValidateDeactivatedAndUnclaimedAccountTest
✅ regEmailValidateDeactivatedAccountTest
✅ regEmailsAdditonalValidateUnclaimedAccountTest

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ResearchResourceControllerTest 5❌ 2s

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

❌ testUpdateMax
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
❌ testUpdateVis
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
❌ testSort
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
❌ testReadPage
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
❌ testReadOne
	javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ShibbolethControllerTest 2✅ 4ms

✅ org.orcid.frontend.web.controllers.ShibbolethControllerTest

✅ testDuplicateNameHeaders
✅ testNameHeaders

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.SpamControllerTest 4✅ 2s

✅ org.orcid.frontend.web.controllers.SpamControllerTest

✅ testUpdateSpam
✅ testCreateSpam
✅ testReadOne
✅ testDeleteSpam

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.WorksControllerTest 10✅ 2s

✅ org.orcid.frontend.web.controllers.WorksControllerTest

✅ testAddWork
✅ testGetWorkInfoWithContributors
✅ testUpdateWork
✅ testExportToBibtex
✅ testGroupWorks
✅ testEditOtherSourceThrowsError
✅ testGetWorkInfo
✅ testFieldValidators
✅ testGetWorkInfoWithContributorsGroupedByOrcid
✅ testGetWorksInfo

✅ TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.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.controllers.WorkspaceControllerTest 1✅ 0ms

✅ org.orcid.frontend.web.controllers.WorkspaceControllerTest

✅ validateSmallerThanTest

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

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

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

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

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

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

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

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

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

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.security.AuthenticationManagerTest 1✅ 2s

✅ org.orcid.frontend.web.security.AuthenticationManagerTest

✅ testSuccessfullAuthentication

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

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

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

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

✅ testPasswordIsCommon

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

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

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

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

✅ findOrcidClientsWithPredefinedOauthScopePeerReviewImportTest
✅ findOrcidClientsWithPredefinedOauthScopeWorksImportTest
✅ findOrcidClientsWithPredefinedOauthScopeFundingImportTest
✅ findOrcidClientsWithPredefinedOauthScopeReadAccessTest

Annotations

Check failure on line 646 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/FundingsControllerTest.java

See this annotation in the file changed.

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

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

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testGetFundingsJsonSortedBySource(FundingsControllerTest.java:646)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testGetFundingsJsonSortedBySource(FundingsControllerTest.java:646)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testGetFundingsJsonSortedBySource(FundingsControllerTest.java:646)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testGetFundingsJsonSortedBySource(FundingsControllerTest.java:646)

Check failure on line 436 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/FundingsControllerTest.java

See this annotation in the file changed.

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

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

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testAddFundingWithoutAmount(FundingsControllerTest.java:436)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testAddFundingWithoutAmount(FundingsControllerTest.java:436)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testAddFundingWithoutAmount(FundingsControllerTest.java:436)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testAddFundingWithoutAmount(FundingsControllerTest.java:436)

Check failure on line 577 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/FundingsControllerTest.java

See this annotation in the file changed.

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

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

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditOrgOnExistingFunding(FundingsControllerTest.java:577)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditOrgOnExistingFunding(FundingsControllerTest.java:577)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditOrgOnExistingFunding(FundingsControllerTest.java:577)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditOrgOnExistingFunding(FundingsControllerTest.java:577)

Check failure on line 507 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/FundingsControllerTest.java

See this annotation in the file changed.

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

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

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.getFunding(FundingsControllerTest.java:507)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.getFunding(FundingsControllerTest.java:507)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.getFunding(FundingsControllerTest.java:507)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.getFunding(FundingsControllerTest.java:507)

Check failure on line 464 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/FundingsControllerTest.java

See this annotation in the file changed.

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

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

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testAddFunding(FundingsControllerTest.java:464)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testAddFunding(FundingsControllerTest.java:464)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testAddFunding(FundingsControllerTest.java:464)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testAddFunding(FundingsControllerTest.java:464)

Check failure on line 544 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/FundingsControllerTest.java

See this annotation in the file changed.

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

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

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditFunding(FundingsControllerTest.java:544)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditFunding(FundingsControllerTest.java:544)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditFunding(FundingsControllerTest.java:544)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditFunding(FundingsControllerTest.java:544)

Check failure on line 527 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/FundingsControllerTest.java

See this annotation in the file changed.

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

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

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditOtherSourceThrowsError(FundingsControllerTest.java:527)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditOtherSourceThrowsError(FundingsControllerTest.java:527)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditOtherSourceThrowsError(FundingsControllerTest.java:527)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testEditOtherSourceThrowsError(FundingsControllerTest.java:527)

Check failure on line 406 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/FundingsControllerTest.java

See this annotation in the file changed.

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

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

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testGetFundingsJson(FundingsControllerTest.java:406)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testGetFundingsJson(FundingsControllerTest.java:406)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testGetFundingsJson(FundingsControllerTest.java:406)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.FundingsControllerTest.testGetFundingsJson(FundingsControllerTest.java:406)

Check failure on line 88 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/OrgControllerTest.java

See this annotation in the file changed.

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

org.orcid.frontend.web.controllers.OrgControllerTest ► testFindBySourceTypeAndSourceId

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.OrgControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.OrgControllerTest.testFindBySourceTypeAndSourceId(OrgControllerTest.java:88)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.OrgControllerTest.testFindBySourceTypeAndSourceId(OrgControllerTest.java:88)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI0_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.OrgControllerTest.testFindBySourceTypeAndSourceId(OrgControllerTest.java:88)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI0_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.OrgControllerTest.testFindBySourceTypeAndSourceId(OrgControllerTest.java:88)

Check failure on line 101 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/PeerReviewsControllerTest.java

See this annotation in the file changed.

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

org.orcid.frontend.web.controllers.PeerReviewsControllerTest ► testGetPeerReviews

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.PeerReviewsControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.PeerReviewsControllerTest.testGetPeerReviews(PeerReviewsControllerTest.java:101)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.PeerReviewsControllerTest.testGetPeerReviews(PeerReviewsControllerTest.java:101)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.PeerReviewsControllerTest.testGetPeerReviews(PeerReviewsControllerTest.java:101)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.PeerReviewsControllerTest.testGetPeerReviews(PeerReviewsControllerTest.java:101)

Check failure on line 259 in orcid-web/src/test/java/org/orcid/frontend/web/controllers/PublicProfileControllerTest.java

See this annotation in the file changed.

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

org.orcid.frontend.web.controllers.PublicProfileControllerTest ► testGetGroupedAffiliations

Failed test found in:
  TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml
Error:
  javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
Raw output
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.PublicProfileControllerTest.testGetGroupedAffiliations(PublicProfileControllerTest.java:259)
Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement
	at org.orcid.frontend.web.controllers.PublicProfileControllerTest.testGetGroupedAffiliations(PublicProfileControllerTest.java:259)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.PublicProfileControllerTest.testGetGroupedAffiliations(PublicProfileControllerTest.java:259)
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ORGDISAMBI1_.LOCATIONS_JSON
	at org.orcid.frontend.web.controllers.PublicProfileControllerTest.testGetGroupedAffiliations(PublicProfileControllerTest.java:259)