Skip to content
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 41377 ii 1 asl #5

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Lpd 41377 ii 1 asl #5

wants to merge 8 commits into from

Conversation

alvarosaugarlr
Copy link
Owner

No description provided.

@liferay-continuous-integration
Copy link
Collaborator

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.

@alvarosaugarlr
Copy link
Owner Author

ci:test:sf

@alvarosaugarlr
Copy link
Owner Author

ci:test:relevant

@alvarosaugarlr
Copy link
Owner Author

ci:test:stable

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 9648aa7719ae838b2e5bda623c51576cda4315f8

Sender Branch:

Branch Name: LPD-41377-ii-1-asl
Branch GIT ID: 0398ff01a036f92ab6d16965a87adffec396f88a

1 out of 1jobs PASSED
1 Successful Jobs:
For more details click here.

@liferay-continuous-integration
Copy link
Collaborator

Jenkins Report:jenkins-report.html
Jenkins Suite:sf
Pull Request:alvarosaugarlr#5
Testray Routine:EE Pull Request
Testray Build ID:74257513

@liferay-continuous-integration
Copy link
Collaborator

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:stable - 24 out of 24 jobs passed

❌ ci:test:relevant - 97 out of 134 jobs passed in 2 hours 39 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 9648aa7719ae838b2e5bda623c51576cda4315f8

Upstream Comparison:

Branch GIT ID: 38b3c3240bb57be3dbac5cedd723d103302f4ae9
Jenkins Build URL: EE Development Acceptance (master) - 1033 - 2024-11-20[16:42:00]

ci:test:stable - 24 out of 24 jobs PASSED
24 Successful Jobs:
    ci:test:relevant - 97 out of 134 jobs PASSED

    37 Failed Jobs:

    97 Successful Jobs:
      For more details click here.

      Failures unique to this pull:

      1. service-builder/0/0
             [echo] --- a/portal-impl/src/com/liferay/portal/service/persistence/impl/UserPersistenceImpl.java
             [echo] +++ b/portal-impl/src/com/liferay/portal/service/persistence/impl/UserPersistenceImpl.java
             [echo] @@ -10511,6 +10511,7 @@ public class UserPersistenceImpl
             [echo]    static \{
             [echo]      Set<String> ctControlColumnNames = new HashSet<String>();
             [echo]      Set<String> ctIgnoreColumnNames = new HashSet<String>();
             [echo] +    Set<String> ctMergeColumnNames = new HashSet<String>();
             [echo]      Set<String> ctStrictColumnNames = new HashSet<String>();
             [echo]  
             [echo]      ctControlColumnNames.add("mvccVersion");
             [echo] @@ -10520,52 +10521,53 @@ public class UserPersistenceImpl
             [echo]      ctStrictColumnNames.add("companyId");
             [echo]      ctStrictColumnNames.add("createDate");
             [echo]      ctIgnoreColumnNames.add("modifiedDate");
             [echo] -    ctStrictColumnNames.add("contactId");
             [echo] -    ctStrictColumnNames.add("password_");
             [echo] -    ctStrictColumnNames.add("passwordEncrypted");
             [echo] -    ctStrictColumnNames.add("passwordReset");
             [echo] -    ctStrictColumnNames.add("passwordModifiedDate");
             [echo] -    ctStrictColumnNames.add("digest");
             [echo] -    ctStrictColumnNames.add("reminderQueryQuestion");
             [echo] -    ctStrictColumnNames.add("reminderQueryAnswer");
             [echo] -    ctStrictColumnNames.add("graceLoginCount");
             [echo] -    ctStrictColumnNames.add("screenName");
             [echo] -    ctStrictColumnNames.add("emailAddress");
             [echo] -    ctStrictColumnNames.add("facebookId");
             [echo] -    ctStrictColumnNames.add("googleUserId");
             [echo] -    ctStrictColumnNames.add("ldapServerId");
             [echo] -    ctStrictColumnNames.add("openId");
             [echo] -    ctStrictColumnNames.add("portraitId");
             [echo] -    ctStrictColumnNames.add("languageId");
             [echo] -    ctStrictColumnNames.add("timeZoneId");
             [echo] -    ctStrictColumnNames.add("greeting");
             [echo] -    ctStrictColumnNames.add("comments");
             [echo] -    ctStrictColumnNames.add("firstName");
             [echo] -    ctStrictColumnNames.add("middleName");
             [echo] -    ctStrictColumnNames.add("lastName");
             [echo] -    ctStrictColumnNames.add("jobTitle");
             [echo] -    ctStrictColumnNames.add("loginDate");
             [echo] -    ctStrictColumnNames.add("loginIP");
             [echo] -    ctStrictColumnNames.add("lastLoginDate");
             [echo] -    ctStrictColumnNames.add("lastLoginIP");
             [echo] -    ctStrictColumnNames.add("lastFailedLoginDate");
        1. com.liferay.jenkins.JenkinsLogAsserterTest

      @liferay-continuous-integration
      Copy link
      Collaborator

      @alvarosaugarlr
      Copy link
      Owner Author

      ci:test:relevant

      @liferay-continuous-integration
      Copy link
      Collaborator

      ✔️ ci:test:stable - 24 out of 24 jobs passed

      ❌ ci:test:relevant - 100 out of 137 jobs passed in 2 hours 8 minutes

      Click here for more details.

      Base Branch:

      Branch Name: master
      Branch GIT ID: 08aa82f3bb2a34e3cb276f6c5cb25ad969701074

      Upstream Comparison:

      Branch GIT ID: 98457fab147b2d80667dfea44b015932e0ea67f3
      Jenkins Build URL: EE Development Acceptance (master) - 1035 - 2024-11-21[12:42:29]

      ci:test:stable - 24 out of 24 jobs PASSED
      24 Successful Jobs:
        ci:test:relevant - 100 out of 137 jobs PASSED

        37 Failed Jobs:

        100 Successful Jobs:
          For more details click here.

          Failures unique to this pull:

          1. service-builder/0/0
                 [echo] --- a/modules/apps/object/object-api/src/main/java/com/liferay/object/service/ObjectEntryService.java
                 [echo] +++ b/modules/apps/object/object-api/src/main/java/com/liferay/object/service/ObjectEntryService.java
                 [echo] @@ -58,7 +58,6 @@ public interface ObjectEntryService extends BaseService \{
                 [echo]        Map<String, Serializable> values, ServiceContext serviceContext)
                 [echo]      throws PortalException;
                 [echo]  
                 [echo] -  @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
                 [echo]    public void checkModelResourcePermission(
                 [echo]        long objectDefinitionId, long objectEntryId, String actionId)
                 [echo]      throws PortalException;
                 [echo] diff --git a/portal-kernel/src/com/liferay/portal/kernel/service/UserLocalService.java b/portal-kernel/src/com/liferay/portal/kernel/service/UserLocalService.java
                 [echo] index 082ef37fe1d6c..e1bcc08888485 100644
                 [echo] --- a/portal-kernel/src/com/liferay/portal/kernel/service/UserLocalService.java
                 [echo] +++ b/portal-kernel/src/com/liferay/portal/kernel/service/UserLocalService.java
                 [echo] @@ -561,10 +561,8 @@ public interface UserLocalService
                 [echo]     * the confirmation email.
                 [echo]     *
                 [echo]     * @param user the user
                 [echo] -   * @param serviceContext the service context to be applied. You can specify
                 [echo] -   an unencrypted custom password for the user via attribute
                 [echo] -   <code>passwordUnencrypted</code>. You automatically generate a
                 [echo] -   password for the user by setting attribute
                 [echo] +   * @param serviceContext the service context to be applied. You
                 [echo] +   automatically generate a password for the user by setting attribute
                 [echo]     <code>autoPassword</code> to <code>true</code>. You can send a
                 [echo]     confirmation email to the user by setting attribute
                 [echo]     <code>sendEmail</code> to <code>true</code>.
                 [echo] diff --git a/portal-kernel/src/com/liferay/portal/kernel/service/UserLocalServiceUtil.java b/portal-kernel/src/com/liferay/portal/kernel/service/UserLocalServiceUtil.java
                 [echo] index 611bf69e8ca60..553abab224f30 100644
                 [echo] --- a/portal-kernel/src/com/liferay/portal/kernel/service/UserLocalServiceUtil.java
                 [echo] +++ b/portal-kernel/src/com/liferay/portal/kernel/service/UserLocalServiceUtil.java
                 [echo] @@ -671,10 +671,8 @@ public class UserLocalServiceUtil \{
                 [echo]     * the confirmation email.
            1. com.liferay.jenkins.JenkinsLogAsserterTest
          2. ...

          @liferay-continuous-integration
          Copy link
          Collaborator

          Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
          Projects
          None yet
          Development

          Successfully merging this pull request may close these issues.

          4 participants