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

LPS-159772 baseline #9626

Closed
wants to merge 13 commits into from
Closed

LPS-159772 baseline #9626

wants to merge 13 commits into from

Conversation

ealonso
Copy link
Collaborator

@ealonso ealonso commented Sep 14, 2022

No description provided.

@ealonso
Copy link
Collaborator Author

ealonso commented Sep 14, 2022

ci:forward

:octocat: Sent from GH.

@liferay-echo
Copy link
Owner

Thank you for submitting this PR. 👏

Make sure it follows the Echo Pull Request Template if you haven't already done so.

Learn more about it here.

@liferay-echo liferay-echo added the 🔍 Backend Review Needed Backend code needs to be reviewed by a member of the team. label Sep 14, 2022
@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.

@liferay-continuous-integration
Copy link
Collaborator

CI is automatically triggering the following test suites:

  •     ci:test:relevant
  •     ci:test:sf

The pull request will automatically be forwarded to the user brianchandotcom if the following test suites pass:

  •     ci:test:relevant
  •     ci:test:sf
  •     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: e7aafd1722ecf9b4239cd348113127deb9778318

Sender Branch:

Branch Name: LPS-159772
Branch GIT ID: 84673db79415c74e637d39be7ff3e9d4fbac527e

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

@liferay-continuous-integration
Copy link
Collaborator

@liferay-continuous-integration
Copy link
Collaborator

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

❌ ci:test:relevant - 186 out of 192 jobs passed in 2 hours 41 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: e7aafd1722ecf9b4239cd348113127deb9778318

Upstream Comparison:

Branch GIT ID: 7fe3fcc7dd7578866b6e758c90769c47003b2a06
Jenkins Build URL: EE Development Acceptance (master) - 3798 - 2022-09-13[20:29:27]

ci:test:stable - 28 out of 28 jobs PASSED
28 Successful Jobs:
    ci:test:relevant - 186 out of 192 jobs PASSED

    6 Failed Jobs:

    186 Successful Jobs:
      For more details click here.

      Failures unique to this pull:


      Failures in common with acceptance upstream results at 7fe3fcc:
      1. modules-integration-mysql57-jdk8/0/6
        1. com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog
          junit.framework.AssertionFailedError: 
          Unable to register portal instance {"mvccVersion": 1, "companyId": 20098, "userId": 0, "userName": "", "createDate": "Wed Sep 14 11:50:37 GMT 2022", "modifiedDate": "Wed Sep 14 11:50:37 GMT 2022", "webId": "liferay.com", "mx": "liferay.com", "homeURL": "", "logoId": 0, "maxUsers": 0, "active": true, "name": "Liferay", "legalName": "", "legalId": "", "legalType": "", "sicCode": "", "tickerSymbol": "", "industry": "", "type": "", "size": ""}
          com.liferay.portal.kernel.repository.UndeployedExternalRepositoryException: Unable to load external repository class com.liferay.portal.repository.liferayrepository.LiferayRepository because its plugin is not deployed
            at com.liferay.portal.repository.RepositoryFactoryImpl.getRepositoryFactory(RepositoryFactoryImpl.java:72)
            at com.liferay.portal.repository.RepositoryFactoryImpl.createLocalRepository(RepositoryFactoryImpl.java:39)
            at com.liferay.portal.repository.RepositoryProviderImpl.getLocalRepository(RepositoryProviderImpl.java:268)
            at com.liferay.portlet.documentlibrary.service.impl.DLAppLocalServiceImpl.getLocalRepository(DLAppLocalServiceImpl.java:1490)
            at com.liferay.portlet.documentlibrary.service.impl.DLAppLocalServiceImpl.fetchFileEntryByExternalReferenceCode(DLAppLocalServiceImpl.java:572)
            at com.liferay.portal.kernel.bean.ClassLoaderBeanHandler.invoke(ClassLoaderBeanHandler.java:66)
            at com.sun.proxy.$Proxy1005.fetchFileEntryByExternalReferenceCode(Unknown Source)
            at com.liferay.do...
      2. modules-integration-mysql57-jdk8/0/7
        1. com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog
          junit.framework.AssertionFailedError: 
          null
          com.liferay.portal.kernel.workflow.WorkflowException: com.liferay.portal.kernel.exception.NoSuchLayoutException: No Layout exists with the primary key 91
            at com.liferay.portal.workflow.kaleo.runtime.integration.internal.WorkflowStatusManagerImpl.updateStatus(WorkflowStatusManagerImpl.java:48)
            at com.liferay.portal.kernel.messaging.proxy.ProxyRequest.execute(ProxyRequest.java:82)
            at com.liferay.portal.kernel.messaging.proxy.ProxyMessageListener.receive(ProxyMessageListener.java:58)
            at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
            at com.liferay.portal.messaging.internal.sender.DirectSynchronousMessageSender.send(DirectSynchronousMessageSender.java:64)
            at com.liferay.portal.kernel.messaging.proxy.BaseProxyBean.synchronousSend(BaseProxyBean.java:60)
            at com.liferay.portal.kernel.messaging.proxy.MessagingProxyInvocationHandler.invoke(MessagingProxyInvocationHandler.java:55)
            at com.sun.proxy.$Proxy195.updateStatus(Unknown Source)
            at com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil.updateStatus(WorkflowStatusManagerUtil.java:35)
            at com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil$updateStatus.call(Unknown Source)
            at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
            at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
            at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call...

      @liferay-continuous-integration
      Copy link
      Collaborator

      @ozysouza ozysouza self-assigned this Sep 14, 2022
      @ozysouza
      Copy link

      Just started reviewing :)

      @ozysouza
      Copy link

      The failures are unrelated to this PR. Please see brianchandotcom#123101

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