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-78604 - Input type file reset style #59480

Closed
wants to merge 1 commit into from

Conversation

jbalsas
Copy link

@jbalsas jbalsas commented Jun 1, 2018

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 1 minute 35 seconds 572 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: d48aa10c4c89af4adbea2d6d666aa2259a509ca0

Sender Branch:

Branch Name: pr-1286
Branch GIT ID: 6b73740e472763cc9f46423afe264764ae0dbaf6

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

@brianchandotcom
Copy link
Owner

Merged. Thx.

@liferay-continuous-integration
Copy link
Collaborator

The pull request tester is still running.

Please wait until you get the final report before running 'ci:retest'.

See this link to check on the status of your test:

@jbalsas


However, the pull request was closed.

The pull request was closed because the following critical batches had failed:

For information as to why we automatically close out certain pull requests see this article.

*This pull will no longer automatically close if this comment is available. If you believe this is a mistake please reopen this pull by entering the following command as a comment.

ci:reopen

Critical Failure Details:

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

369 Tests Passed.
5 Tests Failed.

  1. AXIS_VARIABLE=0,label_exp=!master #237888
    1. PortalLogAssertorTest.testScanXMLLog
      junit.framework.AssertionFailedError: 
      FrameworkEvent ERROR 
      java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
      	at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9134)
      	at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9093)
      	at com.liferay.registry.internal.ServiceTrackerCustomizerAdapter.removedService(ServiceTrackerCustomizerAdapter.java:51)
      	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:967)
      	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1)
      	at org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:341)
      	at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:909)
      	at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
      	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
      	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
      	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
      	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
      	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
      	a...
    2. PortalLogAssertorTest.testScanOSGiLog
      junit.framework.AssertionFailedError: 
      Portal log assert failure, OSGi log found: /opt/dev/projects/github/liferay-portal/bundles/osgi/state/1527888676035.log:
      !SESSION 2018-06-01 21:37:48.978 -----------------------------------------------
      eclipse.buildId=unknown
      java.version=1.8.0_121
      java.vendor=Oracle Corporation
      BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
      

      !ENTRY org.eclipse.osgi 4 0 2018-06-01 21:37:48.979
      !MESSAGE FrameworkEvent ERROR
      !STACK 0
      java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
      at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9134)
      at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9093)
      at com.liferay.registry.internal.ServiceTrackerCustomizerAdapter.removedService(ServiceTrackerCustomizerAdapter.java:51)
      at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:967)
      at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1)
      at org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:341)
      at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:909)
      at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
      at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
      at org.e...

    3. BootsFacesApplicantPortletTester.runApplicantPortletTest_G_Comments
      com.liferay.faces.test.selenium.browser.internal.WaitingAsserterImpl$1: org.openqa.selenium.TimeoutException: Timed out after 300 seconds waiting for text ('testing 1, 2, 3') to be present in element found by By.xpath: //textarea[contains(@id,':comments')]
      at com.liferay.faces.test.selenium.browser.internal.WaitingAsserterImpl.createAssertionErrorWithoutExtraInfo(WaitingAsserterImpl.java:43)
      at com.liferay.faces.test.selenium.browser.internal.WaitingAsserterImpl.assertTrue(WaitingAsserterImpl.java:172)
      at com.liferay.faces.test.selenium.browser.internal.WaitingAsserterImpl.assertTextPresentInElement(WaitingAsserterImpl.java:147)
      at com.liferay.faces.bridge.test.integration.demo.applicant.BootsFacesApplicantPortletTester.runApplicantPortletTest_G_Comments(BootsFacesApplicantPortletTester.java:51)
      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.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
      at org.junit.internal.runners.statements.RunBe...
    4. ...

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:relevant - 3 out of 7 jobs passed in 1 hour 7 minutes 31 seconds 305 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: d48aa10c4c89af4adbea2d6d666aa2259a509ca0

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: cc7d07d346a1a27834fba082fe67ddfb097fa513

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

Failures unique to this pull:

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

    2 Tests Passed.
    2 Tests Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #237887
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        FrameworkEvent ERROR 
        java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
        	at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9134)
        	at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9093)
        	at com.liferay.registry.internal.ServiceTrackerCustomizerAdapter.removedService(ServiceTrackerCustomizerAdapter.java:51)
        	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:967)
        	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1)
        	at org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:341)
        	at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:909)
        	at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
        	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
        	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
        	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
        	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
        	a...
      2. PortalLogAssertorTest.testScanOSGiLog
        junit.framework.AssertionFailedError: 
        Portal log assert failure, OSGi log found: /opt/dev/projects/github/liferay-portal/bundles/osgi/state/1527888571028.log:
        !SESSION 2018-06-01 21:40:22.107 -----------------------------------------------
        eclipse.buildId=unknown
        java.version=1.8.0_121
        java.vendor=Oracle Corporation
        BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
        

        !ENTRY org.eclipse.osgi 4 0 2018-06-01 21:40:22.108
        !MESSAGE FrameworkEvent ERROR
        !STACK 0
        java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
        at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9134)
        at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9093)
        at com.liferay.registry.internal.ServiceTrackerCustomizerAdapter.removedService(ServiceTrackerCustomizerAdapter.java:51)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:967)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1)
        at org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:341)
        at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:909)
        at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
        at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
        at org.e...

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

    369 Tests Passed.
    5 Tests Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #237888
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError:
        FrameworkEvent ERROR
        java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
        at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9134)
        at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9093)
        at com.liferay.registry.internal.ServiceTrackerCustomizerAdapter.removedService(ServiceTrackerCustomizerAdapter.java:51)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:967)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1)
        at org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:341)
        at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:909)
        at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
        at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
        a...
      2. PortalLogAssertorTest.testScanOSGiLog
        junit.framework.AssertionFailedError:
        Portal log assert failure, OSGi log found: /opt/dev/projects/github/liferay-portal/bundles/osgi/state/1527888676035.log:
        !SESSION 2018-06-01 21:37:48.978 -----------------------------------------------
        eclipse.buildId=unknown
        java.version=1.8.0_121
        java.vendor=Oracle Corporation
        BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US

        !ENTRY org.eclipse.osgi 4 0 2018-06-01 21:37:48.979
        !MESSAGE FrameworkEvent ERROR
        !STACK 0
        java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
        at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9134)
        at com.liferay.portal.util.PortalImpl$CommentsStrutsActionServiceTrackerCustomizer.removedService(PortalImpl.java:9093)
        at com.liferay.registry.internal.ServiceTrackerCustomizerAdapter.removedService(ServiceTrackerCustomizerAdapter.java:51)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:967)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1)
        at org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:341)
        at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:909)
        at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
        at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
        at org.e...

      3. BootsFacesApplicantPortletTester.runApplicantPortletTest_G_Comments
        com.liferay.faces.test.selenium.browser.internal.WaitingAsserterImpl$1: org.openqa.selenium.TimeoutException: Timed out after 300 seconds waiting for text ('testing 1, 2, 3') to be present in element found by By.xpath: //textarea[contains(@id,':comments')]
        at com.liferay.faces.test.selenium.browser.internal.WaitingAsserterImpl.createAssertionErrorWithoutExtraInfo(WaitingAsserterImpl.java:43)
        at com.liferay.faces.test.selenium.browser.internal.WaitingAsserterImpl.assertTrue(WaitingAsserterImpl.java:172)
        at com.liferay.faces.test.selenium.browser.internal.WaitingAsserterImpl.assertTextPresentInElement(WaitingAsserterImpl.java:147)
        at com.liferay.faces.bridge.test.integration.demo.applicant.BootsFacesApplicantPortletTester.runApplicantPortletTest_G_Comments(BootsFacesApplicantPortletTester.java:51)
        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.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.internal.runners.statements.RunBe...
      4. ...
  3. test-portal-acceptance-pullrequest-batch(master)/service-builder-jdk8
    Job Results:

    0 Tests Passed.
    1 Test Failed.

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

      Please fix semantic versioning on jbalsas/pr-1286

         [delete] Deleting: /opt/dev/projects/github/liferay-portal/portal-impl/pom.xml
      [propertyfile] Updating property file: /opt/dev/projects/github/liferay-portal/.gradle/gradle.properties
      [delete] Deleting: /opt/dev/projects/github/liferay-portal/null23384903.properties

      download-latest-artifact:

      init-compile:

      compile:
      [copy] Copying 363 files to /opt/dev/projects/github/liferay-portal/portal-kernel/classes

      init-jar:

      jar:
      [sync-dir] Synchronizing /opt/dev/projects/github/liferay-binaries-cache-2017/.gradle/caches/modules-2/files-2.1 into /opt/dev/projects/github/liferay-portal/.gradle/caches/modules-2/files-2.1
      [sync-dir] 0 files synchronized in 290ms
      [exec] Using proxy squid.lax.liferay.com:3128.
      [exec] Download http://repository.liferay.com/nexus/content/groups/public/com/liferay/portal/com.liferay.portal.kernel/2.70.0/com.liferay.portal.kernel-2.70.0.pom
      [exec] Download http://repository.liferay.com/nexus/content/groups/public/com/liferay/portal/com.liferay.portal.kernel/2.70.0/com.liferay.portal.kernel-2.70.0.jar
      [exec] :jar SKIPPED
      [exec] :baseline
      [exec] PACKAGE_NAME DELTA CUR_VER BASE_VER REC_VER WARNINGS
      [exec] = ================================================== ========== ========== ========== ========== ==========
      [exec] * com.liferay.blogs.kernel.service MAJOR 1.0.1 1.1.0 2.0.0 VERSION INCREASE REQUIRED
      [exec] > class com.liferay.blogs.kernel.service.BlogsEntryServiceUtil
      [exec] - method getEntriesPrevAndNext(long)
      [exec] - access static
      [exec] - return com.liferay.blogs.kernel.model.BlogsEntry[]
      [exec] > class com.liferay.blogs.kernel.service.BlogsEntryServiceWrapper
      [exec] - method getEntriesPrevAndNext(long)
      [exec] - return com.liferay.blogs.kernel.model.BlogsEntry[]
      [exec] > interface com.liferay.blogs.kernel.service.BlogsEntryService
      [exec] - method getEntriesPrevAndNext(long)
      [exec] - access abstract
      [exec] - annotated com.liferay.portal.kernel.transaction.Transactional
      [exec] - property propagation='SUPPORTS'
      [exec] - property readOnly=true
      [exec] - return com.liferay.blogs.kernel.model.BlogsEntry[]
      [exec] + version 1.0.1
      [exec] - version 1.1.0
      [exec] Semantic versioning is incorrect

For upstream results, click here.

@jbalsas jbalsas deleted the pr-1286 branch August 3, 2018 07:40
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.

4 participants