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

[Bug Fix]Lps 122896 lps 121537 #9580

Closed
wants to merge 38 commits into from

Conversation

tinatian
Copy link

@tinatian tinatian commented Nov 6, 2020

No description provided.

marcoscv-work and others added 30 commits November 6, 2020 09:03
@shuyangzhou
Copy link
Owner

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:sf

@liferay-continuous-integration
Copy link
Collaborator

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

❌ ci:test:relevant - 27 out of 33 jobs passed in 2 hours 46 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 37e768bf2c1b94cd06b4eecd948b3ce4390547ae

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: 8d22a791300569a6c92e7b9152e6ae1c6bdc863a

ci:test:stable - 9 out of 9 jobs PASSED
9 Successful Jobs:
ci:test:relevant - 27 out of 33 jobs PASSED
27 Successful Jobs:
For more details click here.

Failures unique to this pull:

  1. test-portal-acceptance-pullrequest-batch(master)/functional-tomcat90-mysql57-jdk8/5
    Job Results:

    24 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=2,label_exp=!master #455493
           [exec] * What went wrong:
           [exec] Could not resolve all artifacts for configuration 'classpath'.
           [exec] > Could not resolve xalan:xalan:2.7.2.
           [exec]   Required by:
           [exec]       unspecified:unspecified:unspecified
           [exec]    > Could not resolve xalan:xalan:2.7.2.
           [exec]       > Could not get resource 'https://repository-cdn.liferay.com/nexus/content/groups/public/xalan/xalan/2.7.2/xalan-2.7.2.pom'.
           [exec]          > Could not HEAD 'https://repository-cdn.liferay.com/nexus/content/groups/public/xalan/xalan/2.7.2/xalan-2.7.2.pom'.
           [exec]             > repository-cdn.liferay.com:443 failed to respond
           [exec] 
           [exec] * Try:
           [exec] Run with --info or --debug option to get more log output. Run with --scan to get full insights.
           [exec] 
           [exec] * Exception is:
           [exec] org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all artifacts for configuration 'classpath'.
           [exec] 	at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.rethrowFailure(DefaultConfiguration.java:1276)
           [exec] 	at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.access$1700(DefaultConfiguration.java:142)
           [exec] 	at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationArtifactCollection.ensureResolved(DefaultConfiguration.java:1838)
           [exec] 	at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationArtifactCollection.getArtifacts(DefaultConfiguration.java:1804)
           [exec] 	at org.gradle.composite.internal.CompositeBuildClassPathInitializer.execute(CompositeBuildClassPathInitializer.java:45)
           [exec] 	at org.gradle.composite.internal.CompositeBuildClassPathInitializer.execute(CompositeBuildClassPathInitializer.java:32)
           [exec] 	at org.gradle.api.internal.initialization.DefaultScriptClassPathResolver.resolveClassPath(DefaultScriptClassPathResolver.java:37)
           [exec] 	at org.gradle.api.internal.initialization.DefaultScriptHandler.getScriptClassPath(DefaultScriptHandler.java:87)
           [exec] 	at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.defineScriptHandlerClassScope(DefaultPluginRequestApplicator.java:155)
           [exec] 	at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.applyPlugins(DefaultPluginRequestApplicator.java:76)

Failures in common with acceptance upstream results at 37e768b:
  1. test-portal-acceptance-pullrequest-batch(master)/modules-integration-mysql57-jdk8/0
    Job Results:

    9930 Tests Passed.
    4 Tests Failed.

    1. AXIS_VARIABLE=1,label_exp=!master #443859
      1. DeleteAppBuilderAppMVCResourceCommandTest.testDeleteAppWorkflowWithIncompleteInstance
        java.lang.AssertionError
        	at org.junit.Assert.fail(Assert.java:87)
        	at org.junit.Assert.assertTrue(Assert.java:42)
        	at org.junit.Assert.assertFalse(Assert.java:65)
        	at org.junit.Assert.assertFalse(Assert.java:75)
        	at com.liferay.app.builder.workflow.web.internal.portlet.action.test.DeleteAppBuilderAppMVCResourceCommandTest.testDeleteAppWorkflowWithIncompleteInstance(DeleteAppBuilderAppMVCResourceCommandTest.java:57)
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        	at java.lang.reflect.Method.invoke(Method.java:498)
        	at com.liferay.arquillian.extension.junit.bridge.server.TestExecutorRunnable$3.evaluate(TestExecutorRunnable.java:353)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at org.junit.rules.Ru...
      2. UpdateAppBuilderAppMVCResourceCommandTest.testUpdateAppWorkflow
        java.lang.NullPointerException
        	at com.liferay.app.builder.workflow.web.internal.portlet.action.test.UpdateAppBuilderAppMVCResourceCommandTest.testUpdateAppWorkflow(UpdateAppBuilderAppMVCResourceCommandTest.java:41)
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        	at java.lang.reflect.Method.invoke(Method.java:498)
        	at com.liferay.arquillian.extension.junit.bridge.server.TestExecutorRunnable$3.evaluate(TestExecutorRunnable.java:353)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        	at com.liferay.arquillian.extension.junit.bridge.server.TestExecutorRunnable$1.evaluate(TestExecutorRunnable.java:237)
        	at com.liferay.portal.kernel.test.rule.AbstractTe...
    2. AXIS_VARIABLE=13,label_exp=!master #443859
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        com.liferay.portal.kernel.exception.NoSuchUserException: No User exists with the key {companyId=40969, defaultUser=true}
        com.liferay.portal.kernel.exception.NoSuchUserException: No User exists with the key {companyId=40969, defaultUser=true}
        	at com.liferay.portal.service.persistence.impl.UserPersistenceImpl.findByC_DU(UserPersistenceImpl.java:4548)
        	at com.liferay.portal.service.impl.UserLocalServiceImpl.loadGetDefaultUser(UserLocalServiceImpl.java:3087)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
        	at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:69)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
        	at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
        	at com.sun.proxy.$Proxy39.loadGetDefaultUser(Unknown Source)
        	at com.liferay.portal.service.impl.UserLocalServiceImpl.getDefaultUser(UserLocalServiceImpl.java:2331)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
        	at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
        	at com.sun.proxy.$Proxy39.getDefaultUser(Unknown Source)
        	at com.liferay.portal.kernel.service.UserLocalServiceUtil.getDefaultUser(UserLocalServiceUtil.java:1359)
        	at com.liferay.portal.kernel.security.auth.CompanyThreadLocal.setCompanyId(Company...
  2. test-portal-acceptance-pullrequest-batch(master)/modules-integration-mysql57-jdk8/1
    Job Results:

    5780 Tests Passed.
    5 Tests Failed.

    1. AXIS_VARIABLE=10,label_exp=!master #468577
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        com.liferay.portal.kernel.exception.NoSuchUserException: No User exists with the key {companyId=51405, defaultUser=true}
        com.liferay.portal.kernel.exception.NoSuchUserException: No User exists with the key {companyId=51405, defaultUser=true}
        	at com.liferay.portal.service.persistence.impl.UserPersistenceImpl.findByC_DU(UserPersistenceImpl.java:4548)
        	at com.liferay.portal.service.impl.UserLocalServiceImpl.loadGetDefaultUser(UserLocalServiceImpl.java:3087)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
        	at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:69)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
        	at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
        	at com.sun.proxy.$Proxy39.loadGetDefaultUser(Unknown Source)
        	at com.liferay.portal.service.impl.UserLocalServiceImpl.getDefaultUser(UserLocalServiceImpl.java:2331)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
        	at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
        	at com.sun.proxy.$Proxy39.getDefaultUser(Unknown Source)
        	at com.liferay.portal.kernel.service.UserLocalServiceUtil.getDefaultUser(UserLocalServiceUtil.java:1359)
        	at com.liferay.portal.kernel.security.auth.CompanyThreadLocal.setCompanyId(Company...
    2. AXIS_VARIABLE=11,label_exp=!master #468577
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        Unable to connect to a valid mail server. Please make sure one is properly configured: Couldn't connect to host, port: localhost, 25; timeout -1
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.scanXMLLogFile(PortalLogAssertorTest.java:171)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:98)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:88)
        	at java.nio.file.Files.walkFileTree(Files.java:2670)
        	at java.nio.file.Files.walkFileTree(Files.java:2742)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog(PortalLogAssertorTest.java:86)
        
    3. AXIS_VARIABLE=12,label_exp=!master #468577
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        Unable to render content of fragment entry 90:null
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.scanXMLLogFile(PortalLogAssertorTest.java:171)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:98)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:88)
        	at java.nio.file.Files.walkFileTree(Files.java:2670)
        	at java.nio.file.Files.walkFileTree(Files.java:2742)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog(PortalLogAssertorTest.java:86)
        
    4. AXIS_VARIABLE=8,label_exp=!master #468577
      1. PortalLogAssertorTest.testScanXMLLog
        java.lang.OutOfMemoryError: Java heap space
        	at java.util.Arrays.copyOfRange(Arrays.java:3664)
        	at java.lang.String.<init>(String.java:207)
        	at java.lang.StringBuilder.toString(StringBuilder.java:407)
        	at com.liferay.portal.kernel.util.StringBundler._toString(StringBundler.java:319)
        	at com.liferay.portal.kernel.util.StringBundler.toString(StringBundler.java:242)
        	at com.liferay.portal.kernel.util.StringUtil.removeSubstring(StringUtil.java:2434)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.scanXMLLogFile(PortalLogAssertorTest.java:108)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:98)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:88)
        	at java.nio.file.Files.walkFileTree(Files.java:2670)
        	at java.nio.file.Files.walkFileTree(Files.java:2742)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog(PortalLogAssertorTest.java:86)
        
    5. ...

@liferay-continuous-integration
Copy link
Collaborator

@tinatian
Copy link
Author

tinatian commented Nov 9, 2020

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:sf

@liferay-continuous-integration
Copy link
Collaborator

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

✔️ ci:test:relevant - 30 out of 33 jobs passed in 2 hours 40 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 7eec3e0230452ffd9b03e77b0ebf877266b92a1b

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: 8d22a791300569a6c92e7b9152e6ae1c6bdc863a

ci:test:stable - 9 out of 9 jobs PASSED
9 Successful Jobs:
ci:test:relevant - 29 out of 33 jobs PASSED
29 Successful Jobs:
For more details click here.

This pull contains no unique failures.


Failures in common with acceptance upstream results at 37e768b:
  1. test-portal-acceptance-pullrequest-batch(master)/modules-integration-mysql57-jdk8/0
    Job Results:

    9930 Tests Passed.
    4 Tests Failed.

    1. AXIS_VARIABLE=1,label_exp=!master #455545
      1. DeleteAppBuilderAppMVCResourceCommandTest.testDeleteAppWorkflowWithIncompleteInstance
        java.lang.AssertionError
        	at org.junit.Assert.fail(Assert.java:87)
        	at org.junit.Assert.assertTrue(Assert.java:42)
        	at org.junit.Assert.assertFalse(Assert.java:65)
        	at org.junit.Assert.assertFalse(Assert.java:75)
        	at com.liferay.app.builder.workflow.web.internal.portlet.action.test.DeleteAppBuilderAppMVCResourceCommandTest.testDeleteAppWorkflowWithIncompleteInstance(DeleteAppBuilderAppMVCResourceCommandTest.java:57)
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        	at java.lang.reflect.Method.invoke(Method.java:498)
        	at com.liferay.arquillian.extension.junit.bridge.server.TestExecutorRunnable$3.evaluate(TestExecutorRunnable.java:353)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at org.junit.rules.Ru...
      2. UpdateAppBuilderAppMVCResourceCommandTest.testUpdateAppWorkflow
        java.lang.NullPointerException
        	at com.liferay.app.builder.workflow.web.internal.portlet.action.test.UpdateAppBuilderAppMVCResourceCommandTest.testUpdateAppWorkflow(UpdateAppBuilderAppMVCResourceCommandTest.java:41)
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        	at java.lang.reflect.Method.invoke(Method.java:498)
        	at com.liferay.arquillian.extension.junit.bridge.server.TestExecutorRunnable$3.evaluate(TestExecutorRunnable.java:353)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at com.liferay.portal.kernel.test.rule.AbstractTestRule$2.evaluate(AbstractTestRule.java:99)
        	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        	at com.liferay.arquillian.extension.junit.bridge.server.TestExecutorRunnable$1.evaluate(TestExecutorRunnable.java:237)
        	at com.liferay.portal.kernel.test.rule.AbstractTe...
    2. AXIS_VARIABLE=13,label_exp=!master #455545
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        com.liferay.portal.kernel.scheduler.SchedulerException: Based on configured schedule, the given trigger "DISPATCH_GROUP_0049750.DISPATCH_JOB_0049750" will never fire.
        com.liferay.portal.kernel.scheduler.SchedulerException: Based on configured schedule, the given trigger "DISPATCH_GROUP_0049750.DISPATCH_JOB_0049750" will never fire.
        	at com.liferay.portal.scheduler.quartz.internal.QuartzSchedulerEngine.validateTrigger(QuartzSchedulerEngine.java:557)
        	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:67)
        	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.$Proxy239.validateTrigger(Unknown Source)
        	at com.liferay.portal.scheduler.internal.SchedulerEngineHelperImpl.schedule(SchedulerEngineHelperImpl.java:628)
        	at com.liferay.portal.scheduler.internal.SchedulerEngineHelperImpl.schedule(SchedulerEngineHelperImpl.java:650)
        	at com.liferay.dispatch.service.impl.DispatchTriggerLocalServiceImpl._a...
  2. test-portal-acceptance-pullrequest-batch(master)/modules-integration-mysql57-jdk8/1
    Job Results:

    5780 Tests Passed.
    5 Tests Failed.

    1. AXIS_VARIABLE=10,label_exp=!master #416590
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        com.liferay.portal.kernel.exception.NoSuchUserException: No User exists with the key {companyId=54043, defaultUser=true}
        com.liferay.portal.kernel.exception.NoSuchUserException: No User exists with the key {companyId=54043, defaultUser=true}
        	at com.liferay.portal.service.persistence.impl.UserPersistenceImpl.findByC_DU(UserPersistenceImpl.java:4548)
        	at com.liferay.portal.service.impl.UserLocalServiceImpl.loadGetDefaultUser(UserLocalServiceImpl.java:3087)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
        	at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:69)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
        	at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
        	at com.sun.proxy.$Proxy39.loadGetDefaultUser(Unknown Source)
        	at com.liferay.portal.service.impl.UserLocalServiceImpl.getDefaultUser(UserLocalServiceImpl.java:2331)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
        	at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
        	at com.sun.proxy.$Proxy39.getDefaultUser(Unknown Source)
        	at com.liferay.portal.kernel.service.UserLocalServiceUtil.getDefaultUser(UserLocalServiceUtil.java:1359)
        	at com.liferay.portal.kernel.security.auth.CompanyThreadLocal.setCompanyId(Company...
    2. AXIS_VARIABLE=12,label_exp=!master #416590
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        Unable to connect to a valid mail server. Please make sure one is properly configured: Couldn't connect to host, port: localhost, 25; timeout -1
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.scanXMLLogFile(PortalLogAssertorTest.java:171)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:98)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:88)
        	at java.nio.file.Files.walkFileTree(Files.java:2670)
        	at java.nio.file.Files.walkFileTree(Files.java:2742)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog(PortalLogAssertorTest.java:86)
        
    3. AXIS_VARIABLE=3,label_exp=!master #416590
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        Unable to connect to a valid mail server. Please make sure one is properly configured: Couldn't connect to host, port: localhost, 25; timeout -1
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.scanXMLLogFile(PortalLogAssertorTest.java:171)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:98)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:88)
        	at java.nio.file.Files.walkFileTree(Files.java:2670)
        	at java.nio.file.Files.walkFileTree(Files.java:2742)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog(PortalLogAssertorTest.java:86)
        
    4. AXIS_VARIABLE=8,label_exp=!master #416590
      1. PortalLogAssertorTest.testScanXMLLog
        java.lang.OutOfMemoryError: Java heap space
        	at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
        	at java.lang.StringBuilder.<init>(StringBuilder.java:101)
        	at com.liferay.portal.kernel.util.StringBundler._toString(StringBundler.java:312)
        	at com.liferay.portal.kernel.util.StringBundler.toString(StringBundler.java:242)
        	at com.liferay.portal.kernel.util.StringUtil.removeSubstring(StringUtil.java:2434)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.scanXMLLogFile(PortalLogAssertorTest.java:108)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:98)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest$1.visitFile(PortalLogAssertorTest.java:88)
        	at java.nio.file.Files.walkFileTree(Files.java:2670)
        	at java.nio.file.Files.walkFileTree(Files.java:2742)
        	at com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog(PortalLogAssertorTest.java:86)
        
    5. ...

@liferay-continuous-integration
Copy link
Collaborator

All required test suite(s) passed.
Forwarding pullrequest to brianchandotcom.

@liferay-continuous-integration
Copy link
Collaborator

Pull request has been successfully forwarded to brianchandotcom#95764

@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.