-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LPD-50195 Return Guest Account immediately. #5981
base: master
Are you sure you want to change the base?
Conversation
To conserve resources, the PR Tester does not automatically run for every pull. If your code changes were already tested in another pull, reference that pull in this pull so the test results can be analyzed. If your pull was never tested, comment "ci:test" to run the PR Tester for this pull. |
ci:test:sf |
ci:test:relevant |
✔️ ci:test:sf - 1 out of 1 jobs passed in 8 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPD-50195 1 Successful Jobs:For more details click here. |
Jenkins Build:test-portal-source-format#7718 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-commerce#5981 Testray Routine:EE Pull Request Testray Build ID: Testray Importer:publish-testray-report#5669 |
❌ ci:test:stable - 23 out of 24 jobs passed❌ ci:test:relevant - 42 out of 44 jobs passed in 1 hour 53 minutesClick here for more details.Base Branch:Branch Name: master Upstream Comparison:Branch GIT ID: 55d1ceb821cd4bbb0be8f65278556eeb45a6983a ci:test:stable - 23 out of 24 jobs PASSED1 Failed Jobs:
23 Successful Jobs:ci:test:relevant - 42 out of 44 jobs PASSED2 Failed Jobs:
42 Successful Jobs:For more details click here.Failures unique to this pull:For upstream results, click here. |
ci:test:stable |
Jenkins Build:test-portal-acceptance-pullrequest(master)#6298 Jenkins Report:jenkins-report.html Jenkins Suite:relevant Pull Request:liferay-commerce#5981 Testray Routine:EE Pull Request Testray Build:[master] ci:test:relevant - brianikim > liferay-commerce - PR#5981 - 2025-02-28[05:39:50] Testray Build ID: Testray Importer:publish-testray-report#36613 |
✔️ ci:test:stable - 32 out of 32 jobs passed in 1 hour 22 minutesClick here for more details.Base Branch:Branch Name: master ci:test:stable - 32 out of 32 jobs PASSED32 Successful Jobs:
For more details click here. |
Jenkins Build:test-portal-acceptance-pullrequest(master)#12873 Jenkins Report:jenkins-report.html Jenkins Suite:stable Pull Request:liferay-commerce#5981 Testray Routine:EE Pull Request Testray Build:[master] ci:test:stable - brianikim > liferay-commerce - PR#5981 - 2025-02-28[10:54:15] Testray Build ID: Testray Importer:publish-testray-report#27621 |
@smottal , @andrea-ale-sbarra
See https://liferay.atlassian.net/browse/LPD-50195.
Test already covered by https://github.com/liferay/liferay-portal/blob/a3eeae509ec5c5299f93d233cf94f3f2e7b64129/modules/apps/account/account-test/src/testIntegration/java/com/liferay/account/manager/test/CurrentAccountEntryManagerTest.java#L142
I believe the commit is best approach to solution since, if you are a GUEST user, none of the channelRel and channelAccountEntry checks will return anything.
I intentionally did not combine:
into
Because we need the accountEntry returned for the specific check.
Sincerely,
Brian I. Kim