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-147415 add assignment by userId and screenName #795

Closed

Conversation

HenriquePereiraa
Copy link

No description provided.

shuyangzhou and others added 30 commits August 23, 2022 23:08
Also, avoid calling dispatch inside some callback closure
* Use ClayButtonWithIcon instead of composing three elements
* Use hasLeftSymbols/leftSymbol API
@HenriquePereiraa
Copy link
Author

ci:test:sf

@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: 918c5ad32408c9ce6446ab1a66b6fa5a67e23dda

Sender Branch:

Branch Name: LPS-147415
Branch GIT ID: 4c2b13508e575b9d58bc6e15821d92233d698015

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

@liferay-continuous-integration
Copy link
Collaborator

@HenriquePereiraa
Copy link
Author

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

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

✔️ ci:test:relevant - 92 out of 96 jobs passed in 1 hour 23 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 918c5ad32408c9ce6446ab1a66b6fa5a67e23dda

Upstream Comparison:

Branch GIT ID: 1b6698d424e8bd41feac6026c364fa1c5ba144dd
Jenkins Build URL: EE Development Acceptance (master) - 3715 - 2022-08-23[17:36:50]

ci:test:stable - 27 out of 27 jobs PASSED
27 Successful Jobs:
    ci:test:relevant - 91 out of 96 jobs PASSED

    5 Failed Jobs:

    91 Successful Jobs:
      For more details click here.

      This pull contains no unique failures.


      Failures in common with acceptance upstream results at 1b6698d:
      1. central-requirements-jdk8/0/0
        1. com.liferay.portal.modules.ModulesStructureTest.testScanGradleFiles
          junit.framework.AssertionFailedError: Incorrect configuration of dependency {compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "default"} in modules/apps/cookies/cookies-test/build.gradle, use one of these instead: "testCompile", "testIntegrationCompile", "testIntegrationRuntime", "testRuntime"
            at com.liferay.portal.modules.ModulesStructureTest._testGradleFile(ModulesStructureTest.java:1506)
            at com.liferay.portal.modules.ModulesStructureTest.access$800(ModulesStructureTest.java:68)
            at com.liferay.portal.modules.ModulesStructureTest$4.visitFile(ModulesStructureTest.java:402)
            at com.liferay.portal.modules.ModulesStructureTest$4.visitFile(ModulesStructureTest.java:376)
            at java.nio.file.Files.walkFileTree(Files.java:2670)
            at java.nio.file.Files.walkFileTree(Files.java:2742)
            at com.liferay.portal.modules.ModulesStructureTest.testScanGradleFiles(ModulesStructureTest.java:374)
          
      2. modules-integration-mysql57-jdk8/0/2
        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 Aug 24 17:48:01 GMT 2022", "modifiedDate": "Wed Aug 24 17:48:01 GMT 2022", "webId": "liferay.com", "mx": "liferay.com", "homeURL": "", "logoId": 0, "system": false, "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.$Proxy933.fetchFileEntryByExternalReferenceCode(Unknown Source)
            a...
      3. modules-integration-mysql57-jdk8/0/5
        1. com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog
          junit.framework.AssertionFailedError: 
          Problem {detail=null, status=Not Found, title=No task exists with the task ID 1390282510044494834, type=null}
          com.liferay.portal.workflow.metrics.rest.internal.resource.exception.NoSuchTaskException: No task exists with the task ID 1390282510044494834
            at com.liferay.portal.workflow.metrics.rest.internal.resource.v1_0.TaskResourceImpl.lambda$getProcessTask$1(TaskResourceImpl.java:141)
            at java.util.Optional.orElseThrow(Optional.java:290)
            at com.liferay.portal.workflow.metrics.rest.internal.resource.v1_0.TaskResourceImpl.getProcessTask(TaskResourceImpl.java:140)
            at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
            at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
            at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201)
            at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104)
            at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
            at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
            at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
            at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
            at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
            at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletCont...

      @liferay-continuous-integration
      Copy link
      Collaborator

      @naraandrade naraandrade self-requested a review August 24, 2022 20:59
      @naraandrade naraandrade self-assigned this Aug 24, 2022
      @naraandrade naraandrade added the External Team Pull Request sent by any external team or person. label Aug 24, 2022
      @naraandrade
      Copy link

      Just started reviewing :)

      @naraandrade
      Copy link

      ci:forward

      @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

      Skipping previously passed test suites:
      ci:test:relevant
      ci:test:sf

      @liferay-continuous-integration
      Copy link
      Collaborator

      All required test suite(s) passed.
      Forwarding pull request to brianchandotcom.
      Console

      @liferay-continuous-integration
      Copy link
      Collaborator

      Pull request has been successfully forwarded to brianchandotcom#122359
      Console

      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.