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-88937 Update TinyMCE to v4.9.2 #66625

Closed
wants to merge 1 commit into from

Conversation

julien
Copy link

@julien julien commented Jan 11, 2019

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.

@julien
Copy link
Author

julien commented Jan 11, 2019

ci:test

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 2 minutes 23 seconds 708 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 9a92d25f971ad116e2e2cbf969e8c4d3975e15a0

Sender Branch:

Branch Name: LPS-88937
Branch GIT ID: d6bb92cd6021dc18fde03cc9f713750bf59b22c0

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

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:relevant - 20 out of 20 jobs passed in 1 hour 24 minutes 5 seconds 208 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 9a92d25f971ad116e2e2cbf969e8c4d3975e15a0

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: c6bcdac861d9ba289732a9b62fed33b0f7362d37

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

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test - 158 out of 182 jobs passed in 2 hours 47 minutes 50 seconds 191 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 9a92d25f971ad116e2e2cbf969e8c4d3975e15a0

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: c6bcdac861d9ba289732a9b62fed33b0f7362d37

158 out of 182 jobs PASSED

24 Failed Jobs:

158 Successful Jobs:
For more details click here.

Failures unique to this pull:

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

    28 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #250858
           [exec] * What went wrong:
           [exec] Execution failed for task ':test:arquillian-extension-junit-bridge-test:startTestableTomcat'.
           [exec] > Timeout while waiting for the application server
           [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.tasks.TaskExecutionException: Execution failed for task ':test:arquillian-extension-junit-bridge-test:startTestableTomcat'.
           [exec] 	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:110)
           [exec] 	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:77)
           [exec] 	at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51)
           [exec] 	at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:59)
           [exec] 	at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54)
           [exec] 	at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:59)
           [exec] 	at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:101)
           [exec] 	at org.gradle.api.internal.tasks.execution.FinalizeInputFilePropertiesTaskExecuter.execute(FinalizeInputFilePropertiesTaskExecuter.java:44)
           [exec] 	at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:91)
           [exec] 	at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:62)
           [exec] 	at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:59)
           [exec] 	at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54)
           [exec] 	at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
           [exec] 	at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34)
  2. test-portal-acceptance-pullrequest-batch(master)/modules-integration-hypersonic20-jdk8
    Job Results:

    10697 Tests Passed.
    2 Tests Failed.

    1. AXIS_VARIABLE=10,label_exp=!master #260792
      1. DDMTemplateLocalServiceTest.testSearchByKeywords
        org.junit.ComparisonFailure: expected:<[Even]t Template> but was:<[Contac]t Template>
        	at org.junit.Assert.assertEquals(Assert.java:115)
        	at org.junit.Assert.assertEquals(Assert.java:144)
        	at com.liferay.dynamic.data.mapping.service.test.DDMTemplateLocalServiceTest.testSearchByKeywords(DDMTemplateLocalServiceTest.java:264)
        	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.runReflectiveCall(FrameworkMethod.java:50)
        	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        	at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370)
        	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
        	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.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
        	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(Eve...
    2. AXIS_VARIABLE=9,label_exp=!master #260792
      1. DDMFormFieldTypeSettingsEvaluatorTest.testSelectCallGetDataProviderInstanceOutputParameters2
        java.lang.NullPointerException
        	at com.liferay.dynamic.data.mapping.form.evaluator.test.DDMFormFieldTypeSettingsEvaluatorTest.testSelectCallGetDataProviderInstanceOutputParameters2(DDMFormFieldTypeSettingsEvaluatorTest.java:158)
        	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.runReflectiveCall(FrameworkMethod.java:50)
        	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        	at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370)
        	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
        	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.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
        	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
        	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextI...
  3. test-portal-acceptance-pullrequest-batch(master)/modules-integration-mariadb102-jdk8
    Job Results:

    27 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=10,label_exp=!master #24087
      1. DDMTemplateLocalServiceTest.testSearchByKeywords
        org.junit.ComparisonFailure: expected:<[Even]t Template> but was:<[Contac]t Template>
        	at org.junit.Assert.assertEquals(Assert.java:115)
        	at org.junit.Assert.assertEquals(Assert.java:144)
        	at com.liferay.dynamic.data.mapping.service.test.DDMTemplateLocalServiceTest.testSearchByKeywords(DDMTemplateLocalServiceTest.java:264)
        	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.runReflectiveCall(FrameworkMethod.java:50)
        	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        	at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370)
        	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
        	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.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
        	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(Eve...
    2. AXIS_VARIABLE=8,label_exp=!master #24087
      delete-liferay-home:
         [delete] Deleting directory /opt/dev/projects/github/liferay-portal/bundles/work
         [delete] Deleting directory /tmp/sprite
           [exec] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/mariadb/data/mariadb.sock' (2)
           [echo] The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:340: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:366: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test.xml:9473: exec returned: 1
            [get] Getting: http://test-1-18/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=8,label_exp=!master/24087//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20190111121754546.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20190111121754546.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null904489106.properties
  4. test-portal-acceptance-pullrequest-batch(master)/modules-integration-mysql57-jdk8
    Job Results:

    10697 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=9,label_exp=!master #272995
      1. DDMFormFieldTypeSettingsEvaluatorTest.testSelectDataSourceTypeManual
        java.lang.NullPointerException
        	at com.liferay.dynamic.data.mapping.form.evaluator.test.DDMFormFieldTypeSettingsEvaluatorTest.testSelectDataSourceTypeManual(DDMFormFieldTypeSettingsEvaluatorTest.java:315)
        	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.runReflectiveCall(FrameworkMethod.java:50)
        	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        	at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370)
        	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
        	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.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
        	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
        	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
        	at org.jbo...

Failures in common with acceptance upstream results at 9a92d25:
  1. ...

@brianchandotcom
Copy link
Owner

Merged. Thx.

@julien julien deleted the LPS-88937 branch February 4, 2019 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants