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-88317 Check if URLViewInContext is valid #73262

Closed
wants to merge 2 commits into from

Conversation

inacionery
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 44 seconds 962 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: bb9e9a579b832103d6024f4917901b2799b0ffed

Sender Branch:

Branch Name: LPS-88317
Branch GIT ID: f195456425689e6c0b3842e66db764f8f1abb368

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

@brianchandotcom
Copy link
Owner

@inacionery how come you're fixing this bug? Please Skype me.. just curious.

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:relevant - 22 out of 25 jobs passed in 1 hour 29 minutes 33 seconds 203 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: bb9e9a579b832103d6024f4917901b2799b0ffed

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: c9edd2df9a4da474aeb1141c391460ce6e0d3e7e

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

Failures unique to this pull:

  1. test-portal-acceptance-pullrequest-batch(master)/lpkg-controller-jdk8
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #314786
           [echo] 	at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
           [echo] 	- locked <0x00000000820be3c0> (a java.lang.ref.Reference$Lock)
           [echo] 	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
           [echo] 
           [echo]    Locked ownable synchronizers:
           [echo] 	- None
           [echo] 
           [echo] "main" #1 prio=5 os_prio=0 tid=0x00007f644c00b800 nid=0x4f43 runnable [0x00007f6453b1d000]
           [echo]    java.lang.Thread.State: RUNNABLE
           [echo] 	at java.net.PlainSocketImpl.socketAccept(Native Method)
           [echo] 	at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
           [echo] 	at java.net.ServerSocket.implAccept(ServerSocket.java:545)
           [echo] 	at java.net.ServerSocket.accept(ServerSocket.java:513)
           [echo] 	at org.apache.catalina.core.StandardServer.await(StandardServer.java:607)
           [echo] 	at org.apache.catalina.startup.Catalina.await(Catalina.java:722)
           [echo] 	at org.apache.catalina.startup.Catalina.start(Catalina.java:668)
           [echo] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           [echo] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
           [echo] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           [echo] 	at java.lang.reflect.Method.invoke(Method.java:498)
           [echo] 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:350)
           [echo] 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:492)
           [echo] 
           [echo]    Locked ownable synchronizers:
           [echo] 	- None
           [echo] 
           [echo] "VM Thread" os_prio=0 tid=0x00007f644c09b000 nid=0x4f46 runnable 
           [echo] 
           [echo] "Gang worker#0 (Parallel GC Threads)" os_prio=0 tid=0x00007f644c01c800 nid=0x4f44 runnable 
           [echo] 
           [echo] "Gang worker#1 (Parallel GC Threads)" os_prio=0 tid=0x00007f644c01e000 nid=0x4f45 runnable 
           [echo] 
           [echo] "VM Periodic Task Thread" os_prio=0 tid=0x00007f644c2ae000 nid=0x4f55 waiting on condition 
           [echo] 
           [echo] JNI global references: 15683
            [get] Getting: http://test-1-3/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0,label_exp=!master/314786//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20190516201244078.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20190516201244078.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null714816799.properties

Failures in common with acceptance upstream results at 3879117:
  1. test-portal-acceptance-pullrequest-batch(master)/lpkg-base-jdk8
    Job Results:

    1 Test Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #314790
      1. LPKGDeployerCleanStartupTest.classMethod
        java.net.ConnectException: Connection refused (Connection refused)
        	at java.net.PlainSocketImpl.socketConnect(Native Method)
        	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        	at java.net.Socket.connect(Socket.java:589)
        	at java.net.Socket.connect(Socket.java:538)
        	at java.net.Socket.<init>(Socket.java:434)
        	at java.net.Socket.<init>(Socket.java:244)
        	at com.liferay.arquillian.extension.junit.bridge.client.FrameworkState.connect(FrameworkState.java:62)
        	at com.liferay.arquillian.extension.junit.bridge.client.ClientState.open(ClientState.java:76)
        	at com.liferay.arquillian.extension.junit.bridge.junit.Arquillian.run(Arquillian.java:119)
        	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
        	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
        	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
        	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
        	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)...

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