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-107177 Don't show draft blog #83743

Closed
wants to merge 1 commit into from

Conversation

adolfopa
Copy link

No description provided.

@liferay-continuous-integration
Copy link
Collaborator

CI is automatically triggering "ci:test:sf" and "ci:test:relevant" for this pull to run Source Formatter and relevant tests.

Comment "ci:test" to run the full PR Tester for this pull.

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 3 minutes 12 seconds 466 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: ce13c5721fa8801ee24597bf682751587131e981

Sender Branch:

Branch Name: pr-1222
Branch GIT ID: 6e1ef52c141341c06351aa1e926b46800358ebf1

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

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:stable - 8 out of 9 jobs passed

❌ ci:test:relevant - 18 out of 22 jobs passed in 1 hour 32 minutes 39 seconds 455 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: ce13c5721fa8801ee24597bf682751587131e981

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: 675fd6f1716b42f77cc332cad8893e473d800091

ci:test:stable - 8 out of 9 jobs PASSED
8 Successful Jobs:
ci:test:relevant - 18 out of 22 jobs PASSED
18 Successful Jobs:
For more details click here.

This pull contains no unique failures.


Failures in common with acceptance upstream results at 650fcb6:
  1. test-portal-acceptance-pullrequest-batch(master)/js-unit-jdk8
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #331158

      Please fix semantic versioning on adolfopa/pr-1222

           [exec]   PACKAGE_NAME                                       DELTA      CUR_VER    BASE_VER   REC_VER    WARNINGS  
           [exec] = ================================================== ========== ========== ========== ========== ==========
           [exec] * com.liferay.portal.upgrade.v7_0_0                  MINOR      3.0.0      3.0.0      3.1.0      VERSION INCREASE REQUIRED
           [exec] 	+   class      com.liferay.portal.upgrade.v7_0_0.UpgradeMVCCVersion
           [exec] 		+   extends    com.liferay.portal.kernel.upgrade.UpgradeMVCCVersion
           [exec] 		+   method     <init>()
           [exec] 			+   return     void
           [exec] 		+   method     clone()
           [exec] 			+   access     protected
           [exec] 			+   return     java.lang.Object
           [exec] 		+   method     equals(java.lang.Object)
           [exec] 			+   return     boolean
           [exec] 		+   method     finalize()
           [exec] 			+   access     protected
           [exec] 			+   return     void
           [exec] 		+   method     getExcludedTableNames()
           [exec] 			+   access     protected
           [exec] 			+   return     java.lang.String[]
           [exec] 		+   method     hashCode()
           [exec] 			+   return     int
           [exec] 		+   method     toString()
           [exec] 			+   return     java.lang.String
           [exec] * com.liferay.portal.upgrade.v7_1_x                  MINOR      1.2.0      1.2.0      1.3.0      VERSION INCREASE REQUIRED
           [exec] 	<   class      com.liferay.portal.upgrade.v7_1_x.UpgradeMVCCVersion
           [exec] 		+   method     getExcludedTableNames()
           [exec] 			+   access     protected
           [exec] 			+   return     java.lang.String[]
           [exec] [Baseline Warning] Bundle Version Change Recommended: 5.2.0
           [exec] [Baseline Report] Mode: diff (persisted)
           [exec] Semantic versioning is incorrect while checking /opt/dev/projects/github/liferay-portal/portal-impl/portal-impl.jar against /opt/dev/projects/github/liferay-portal/.gradle/caches/modules-2/files-2.1/com.liferay.portal/com.liferay.portal.impl/5.1.6/3cfed9aa19362e0ce6429323928ee605d684c1d0/com.liferay.portal.impl-5.1.6.jar

  2. test-portal-acceptance-pullrequest-batch(master)/modules-integration-mysql57-jdk8
    Job Results:

    1059 Tests Passed.
    2 Tests Failed.

    1. AXIS_VARIABLE=1,label_exp=!master #367416
      1. StructuredContentResourceTest.testPutSiteStructuredContentPermission
        java.lang.AssertionError: Thread Thread[http-nio-8080-exec-1,5,main] caught concurrent failure: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.portal.vulcan.internal.jaxrs.exception.mapper.WebApplicationExceptionMapper, message=javax.ws.rs.NotFoundException: Unable to get a valid site with ID null
        java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.portal.vulcan.internal.jaxrs.exception.mapper.WebApplicationExceptionMapper, message=javax.ws.rs.NotFoundException: Unable to get a valid site with ID null
        	at com.liferay.portal.test.rule.LogAssertionAppender.append(LogAssertionAppender.java:60)
        	at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
        	at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
        	at org.apache.log4j.Category.callAppenders(Category.java:206)
        	at org.apache.log4j.Category.forcedLog(Category.java:391)
        	at org.apache.log4j.Category.log(Category.java:856)
        	at com.liferay.portal.log.Log4jLogImpl.error(Log4jLogImpl.java:54)
        	at com.liferay.portal.kernel.log.LogWrapper.error(LogWrapper.java:69)
        	at com.liferay.portal.vulcan.internal.jaxrs.exception.mapper.WebApplicationExceptionMapper.getProblem(WebApplicationExceptionMapper.java:38)
        	at com.liferay.portal.vulcan.internal.jaxrs.exception.mapper.WebApplicationExceptionMapper.getProblem(WebApplicationExceptionMapper.java:31)
        	at com.liferay.portal.vulcan.jaxrs.exception.mapper.BaseExceptionMapper.toResponse(BaseExcept...
      2. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        javax.ws.rs.NotFoundException: Unable to get a valid site with ID null
        javax.ws.rs.NotFoundException: Unable to get a valid site with ID null
        	at com.liferay.portal.vulcan.internal.jaxrs.param.converter.provider.SiteParamConverterProvider.fromString(SiteParamConverterProvider.java:56)
        	at com.liferay.portal.vulcan.internal.jaxrs.param.converter.provider.SiteParamConverterProvider.fromString(SiteParamConverterProvider.java:36)
        	at org.apache.cxf.jaxrs.utils.InjectionUtils.createFromParameterHandler(InjectionUtils.java:531)
        	at org.apache.cxf.jaxrs.utils.InjectionUtils.handleParameter(InjectionUtils.java:421)
        	at org.apache.cxf.jaxrs.utils.InjectionUtils.createParameterObject(InjectionUtils.java:1044)
        	at org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromUriParam(JAXRSUtils.java:1174)
        	at org.apache.cxf.jaxrs.utils.JAXRSUtils.createHttpParameterValue(JAXRSUtils.java:873)
        	at org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:848)
        	at org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.java:794)
        	at org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:214)
        	at org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:78)
        	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...
  3. test-portal-acceptance-pullrequest-batch(master)/modules-unit-project-templates-jdk8
    Job Results:

    210 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #355418
      1. ProjectTemplateFilesTest.testProjectTemplateFiles
        org.junit.ComparisonFailure: Forbidden leading or trailing whitespaces in ../project-templates-form-field/src/main/resources/archetype-resources/.babelrc.js expected:<...liferay-project"]
        };[]> but was:<...liferay-project"]
        };[
        ]>
        	at org.junit.Assert.assertEquals(Assert.java:115)
        	at com.liferay.project.templates.ProjectTemplateFilesTest._testTextFile(ProjectTemplateFilesTest.java:926)
        	at com.liferay.project.templates.ProjectTemplateFilesTest._testTextFile(ProjectTemplateFilesTest.java:951)
        	at com.liferay.project.templates.ProjectTemplateFilesTest.access$400(ProjectTemplateFilesTest.java:70)
        	at com.liferay.project.templates.ProjectTemplateFilesTest$1.visitFile(ProjectTemplateFilesTest.java:895)
        	at com.liferay.project.templates.ProjectTemplateFilesTest$1.visitFile(ProjectTemplateFilesTest.java:840)
        	at java.nio.file.Files.walkFileTree(Files.java:2670)
        	at java.nio.file.Files.walkFileTree(Files.java:2742)
        	at com.liferay.project.templates.ProjectTemplateFilesTest._testProjectTemplateFiles(ProjectTemplateFilesTest.java:838)
        	at com.liferay.project.templates.ProjectTemplateFilesTest.testProjectTemplateFiles(ProjectTemplateFilesTest.java:84)
        	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 org.junit.runners.model.FrameworkMethod$1.ru...

@brianchandotcom
Copy link
Owner

Merged. Thank you.
View total diff: b94f18b...4d47a82

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