-
Notifications
You must be signed in to change notification settings - Fork 1
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
pr 2127 debug #2140
pr 2127 debug #2140
Conversation
… the UserLocalService#verifyEmailAddress. So, we can simplify a little bit the tests. Also rename tests to reflect that
The following guidelines have been set by the owner of this repository:
|
CI is automatically triggering the following test suites:
|
ci:test:relevant |
All tests completed.Jenkins is currently processing test results. Base Branch:Branch Name: master Branch GIT ID: b2121ac51f0ca0078f2d94baa50a006c61091b33 Job Summary:Job Link: test-portal-acceptance-pullrequest(master) For more details click here. |
❌ ci:test:sf - 0 out of 1 jobs passed in 4 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: pr-2127-debug 1 Failed Jobs:For more details click here.format-source-files: [java] java.lang.Exception: Found 2 formatting issues: [java] 1: There should be an empty line before line "1,225", as we finished referencing variable "company", see https://github.com/liferay/liferay-portal/blob/master/modules/util/source-formatter/src/main/resources/documentation/check/missing_empty_line_check.markdown: ./modules/apps/user/user-test/src/testIntegration/java/com/liferay/user/service/test/UserLocalServiceTest.java 1225 (Checkstyle:MissingEmptyLineCheck) [java] 2: ./modules/apps/user/user-test/src/testIntegration/java/com/liferay/user/service/test/UserLocalServiceTest.java expected:<... [java] Company company =[ _companyLocalService.getCompany( [java] TestPropsValues.getCompanyId()); [java] [java] Assert.assertTrue( [java] "company.isStrangersVerify() must be true", [java] company.isStrangersVerify()); [java] Assert.assertFalse( [java] "user.isEmailAddressVerified() must be false", [java] ]user.isEmailAddressV...> but was:<... [java] Company company =[ [java] _companyLocalService.getCompany(TestPropsValues.getCompanyId()); [java] [java] Assert.assertTrue("company.isStrangersVerify() must be true", company.isStrangersVerify()); [java] Assert.assertFalse("user.isEmailAddressVerified() must be false", ]user.isEmailAddressV...> [java] [java] at com.liferay.source.formatter.SourceFormatter.format(SourceFormatter.java:472) [java] at com.liferay.source.formatter.SourceFormatter.main(SourceFormatter.java:301) [stopwatch] [run.batch.test.action: 1:58.063 sec] [echo] The following error occurred while executing this line: [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:498: The following error occurred while executing this line: [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:651: Java returned: 1 [typedef] Could not load definitions from resource org/apache/maven/artifact/ant/antlib.xml. It could not be found. [taskdef] Could not load definitions from resource org/jacoco/ant/antlib.xml. It could not be found. [delete] Deleting: /opt/dev/projects/github/liferay-portal/null583066855.properties |
Jenkins Build:test-portal-source-format#7141 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-appsec#2140 Testray Routine:EE Pull Request Testray Build ID:102560359 Testray Importer:publish-testray-report#26403 |
ci:test:relevant |
Jenkins Build:test-portal-acceptance-pullrequest(master)#19511 Jenkins Report:jenkins-report.html Jenkins Suite:relevant Pull Request:liferay-appsec#2140 Testray Routine:EE Pull Request Testray Build:[master] ci:test:relevant - rafaprax > liferay-appsec - PR#2140 - 2025-01-03[10:37:27] Testray Build ID:103167632 Testray Importer:publish-testray-report#42180 |
not needed anymore |
No description provided.