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-138008 remove broken link from Access from Desktop page #2382

Conversation

AliciaGarciaGarcia
Copy link
Collaborator

@AliciaGarciaGarcia AliciaGarciaGarcia commented Oct 15, 2021

We delete the link to the version documentation and the link for the broken url

image

@liferay-continuous-integration
Copy link
Collaborator

Please only forward necessary changes to Brian Chan during stabilization. Nonurgent changes should wait until the ongoing DXP 7.4 GA1 and Portal 7.4 GA4 release has been completed. For more details on the release timeline and status, see product-delivery.

@liferay-continuous-integration
Copy link
Collaborator

To conserve resources, the PR Tester does not automatically run for every pull.

If your code changes were already tested in another pull, reference that pull in this pull so the test results can be analyzed.

If your pull was never tested, comment "ci:test" to run the PR Tester for this pull.

@AliciaGarciaGarcia
Copy link
Collaborator Author

ci:test:sf

@AliciaGarciaGarcia
Copy link
Collaborator Author

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 422f0804589fcfdc20755ca0b46a43e67735c464

Sender Branch:

Branch Name: LPS-138008
Branch GIT ID: 364152f46415e76fc4324dd7517e49d6674d271b

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

@liferay-continuous-integration
Copy link
Collaborator

@liferay-continuous-integration
Copy link
Collaborator

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

❌ ci:test:relevant - 22 out of 24 jobs passed in 1 hour 53 minutes

Click here for more details.

This pull is eligible for reevaluation. When this upstream build has completed, using the following CI command will compare this pull request result against a more recent upstream result:

ci:reevaluate:1307401_861

Base Branch:

Branch Name: master
Branch GIT ID: 422f0804589fcfdc20755ca0b46a43e67735c464

Upstream Comparison:

Branch GIT ID: b2e65395d39bcda1e0bf4d7329969b161ddc11b0
Jenkins Build URL: Acceptance Upstream DXP (master) #2445

ci:test:stable - 11 out of 11 jobs PASSED
11 Successful Jobs:
ci:test:relevant - 22 out of 24 jobs PASSED
22 Successful Jobs:
For more details click here.

Failures unique to this pull:

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

    1398 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=3 #11226
      1. com.liferay.document.library.web.exportimport.data.handler.test.DLPortletDataHandlerTest.testGetExportModelCount
        java.lang.AssertionError: expected:<4> but was:<1>
        	at org.junit.Assert.fail(Assert.java:89)
        	at org.junit.Assert.failNotEquals(Assert.java:835)
        	at org.junit.Assert.assertEquals(Assert.java:647)
        	at org.junit.Assert.assertEquals(Assert.java:633)
        	at com.liferay.exportimport.test.util.lar.BasePortletDataHandlerTestCase.testGetExportModelCount(BasePortletDataHandlerTestCase.java:316)
        	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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	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(Ab...

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

    1398 Tests Passed.
    10 Tests Failed.

    1. AXIS_VARIABLE=1 #11226
      1. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndDeleteFilesInSourceStore
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        	at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        	at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.tearDown(DocumentLibraryConvertProcessTest.java:120)
        	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:59)
        	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        	at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)
        	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
        	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...
      2. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndKeepFilesInSourceStore
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        	at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        	at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateAndCheckOldRepositoryFiles(DocumentLibraryConvertProcessTest.java:316)
        	at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndKeepFilesInSourceStore(DocumentLibraryConvertProcessTest.java:136)
        	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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	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.AbstractTes...
      3. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLWhenFileEntryEmpty
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        	at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        	at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLWhenFileEntryEmpty(DocumentLibraryConvertProcessTest.java:151)
        	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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	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.te...
      4. ...
    2. AXIS_VARIABLE=3 #11226
      1. com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        JSON storage adapter is deprecated, using default storage adapter
        	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)
        

@liferay-continuous-integration
Copy link
Collaborator

@adolfopa
Copy link
Collaborator

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 - 10 out of 11 jobs passed

❌ ci:test:relevant - 18 out of 25 jobs passed in 2 hours 33 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 5651d7d71bbff210e87d1c638ddc260b8aacc1a3

Upstream Comparison:

Branch GIT ID: 5651d7d71bbff210e87d1c638ddc260b8aacc1a3
Jenkins Build URL: Acceptance Upstream DXP (master) #2462

ci:test:stable - 10 out of 11 jobs PASSED
10 Successful Jobs:
ci:test:relevant - 18 out of 25 jobs PASSED
18 Successful Jobs:
For more details click here.

Failures unique to this pull:

  1. test-portal-acceptance-pullrequest-batch(master)/empty-temp-dir-jdk8/0
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0 #960
      delete-liferay-home:
         [delete] Deleting directory /tmp/sprite
           [exec] ERROR 1064 (42000) at line 5: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) null,
           [exec] 	modifiedDate datetime(6) null,
           [exec] 	classNameId bigint,
           [exec] 	classPK bigint,
           [exec] ' at line 9
      [stopwatch] [run.batch.test.action: 11.785 sec]
           [echo] The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:365: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:434: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test.xml:11755: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:521: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:640: exec returned: 1
            [get] Getting: http://test-1-34/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0/960//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20211019031021324.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20211019031021324.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null981778691.properties
  2. test-portal-acceptance-pullrequest-batch(master)/lpkg-base-jdk8/0
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0 #11678
      delete-liferay-home:
           [exec] ERROR 1064 (42000) at line 5: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) null,
           [exec] 	modifiedDate datetime(6) null,
           [exec] 	classNameId bigint,
           [exec] 	classPK bigint,
           [exec] ' at line 9
      [stopwatch] [run.batch.test.action: 12.511 sec]
           [echo] The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:365: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:434: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test.xml:11755: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:521: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:640: exec returned: 1
            [get] Getting: http://test-1-30/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0/11678//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20211019030853884.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20211019030853884.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null550229165.properties
  3. test-portal-acceptance-pullrequest-batch(master)/lpkg-controller-jdk8/0
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0 #9538
      delete-liferay-home:
           [exec] ERROR 1064 (42000) at line 5: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) null,
           [exec] 	modifiedDate datetime(6) null,
           [exec] 	classNameId bigint,
           [exec] 	classPK bigint,
           [exec] ' at line 9
      [stopwatch] [run.batch.test.action: 11.836 sec]
           [echo] The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:365: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:434: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test.xml:11755: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:521: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:640: exec returned: 1
            [get] Getting: http://test-1-29/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0/9538//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20211019030808227.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20211019030808227.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null157954675.properties
  4. test-portal-acceptance-pullrequest-batch(master)/patching-tool-jdk8/0
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0 #9539
      delete-liferay-home:
           [exec] ERROR 1064 (42000) at line 5: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) null,
           [exec] 	modifiedDate datetime(6) null,
           [exec] 	classNameId bigint,
           [exec] 	classPK bigint,
           [exec] ' at line 9
      [stopwatch] [run.batch.test.action: 12.400 sec]
           [echo] The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:365: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:434: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test.xml:11755: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:521: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:640: exec returned: 1
            [get] Getting: http://test-1-29/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0/9539//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20211019030825819.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20211019030825819.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null1190235974.properties
  5. test-portal-acceptance-pullrequest-batch(master)/portal-license-smoke-jdk8/0
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0 #9536
      delete-liferay-home:
         [delete] Deleting directory /opt/dev/projects/github/liferay-portal/bundles/osgi/state
         [delete] Deleting directory /opt/dev/projects/github/liferay-portal/bundles/logs
         [delete] Deleting directory /tmp/sprite
           [exec] ERROR 1064 (42000) at line 5: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) null,
           [exec] 	modifiedDate datetime(6) null,
           [exec] 	classNameId bigint,
           [exec] 	classPK bigint,
           [exec] ' at line 9
      [stopwatch] [run.batch.test.action: 12.922 sec]
           [echo] The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:365: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:434: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-test.xml:11755: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:521: The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/build-common.xml:640: exec returned: 1
            [get] Getting: http://test-1-29/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0/9536//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20211019034154300.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20211019034154300.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null504682393.properties

@liferay-continuous-integration
Copy link
Collaborator

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:stable - 10 out of 11 jobs passed

❌ ci:test:relevant - 22 out of 25 jobs passed in 1 hour 46 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 5651d7d71bbff210e87d1c638ddc260b8aacc1a3

Upstream Comparison:

Branch GIT ID: 5651d7d71bbff210e87d1c638ddc260b8aacc1a3
Jenkins Build URL: Acceptance Upstream DXP (master) #2462

ci:test:stable - 10 out of 11 jobs PASSED
10 Successful Jobs:
ci:test:relevant - 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)/modules-compile-jdk8/0
    Job Results:

    13 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=13 #9589
      record-testray-logs:
      [beanshell] Created cache file in /tmp/jenkins-cached-files/-1943879733.txt
      [beanshell] Executing commands: time rsync -Iq --timeout=1200 "test-1-27-50:/tmp/dist/test-1-9/test-portal-acceptance-pullrequest\(master\)/5113/dist/build-database.json" /tmp/jenkins/test-1-27/test-portal-acceptance-pullrequest-batch\(master\)/13/9589/build-database.json
      [beanshell] Unable to delete because file does not exist /opt/dev/projects/github/liferay-jenkins-ee/testray/logs
      [beanshell] Created cache file in /tmp/jenkins-cached-files/-1943879733.txt
      [beanshell] Remote execution starting with 1 threads.
      [beanshell] Executing commands: ssh -o NumberOfPasswordPrompts=0 test-1-27 'mkdir -p "/mnt/mfs-hdd1-10.0.10/jenkins/testray-results/production/logs/2021-10/test-1-9/test-portal-acceptance-pullrequest(master)/5113/modules-compile-jdk8/0/13"'
      [beanshell] Average thread duration: 222ms
      [beanshell] Busy slaves:0
      [beanshell] Finished slaves:1
      [beanshell] Target slaves:1
      [beanshell] Total duration: 223
      [beanshell] Remote execution completed in 223ms.
      [beanshell] Executing commands: rsync -aqz --chmod=go=rx "/opt/dev/projects/github/liferay-jenkins-ee/testray/logs"/* "test-1-27::testray-results/production/logs/"
      [beanshell] Uploaded https://testray.liferay.com/reports/production/logs/2021-10/test-1-9/test-portal-acceptance-pullrequest%28master%29/5113/modules-compile-jdk8/0/13/jenkins-console.txt.gz
      [stopwatch] [run.current.job: 1:10.198 sec]
      [beanshell] Created cache file in /tmp/jenkins-cached-files/-1943879733.txt
      

      BUILD FAILED
      /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:13814: Sourced file: inline evaluation of: import com.liferay.jenkins.results.parser.GitRepositoryJob; i . . . '' : Typed variable declaration : Method Invocation modulesBatchTestClassGroup.getAxisTestClassGroup : at Line: 64 : in file: inline evaluation of: import com.liferay.jenkins.results.parser.GitRepositoryJob; i . . . '' : modulesBatchTestClassGroup .getAxisTestClassGroup ( axisVariable )

      Target exception: java.lang.IndexOutOfBoundsException: Index: 13, Size: 13


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

    1394 Tests Passed.
    15 Tests Failed.

    1. AXIS_VARIABLE=0 #9375
      1. com.liferay.document.library.app.service.test.DLAppServiceWhenAddingAFileEntryTest.testShouldCallWorkflowHandler
        java.lang.AssertionError: expected:<1> but was:<0>
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at com.liferay.document.library.app.service.test.DLAppServiceWhenAddingAFileEntryTest.testShouldCallWorkflowHandler(DLAppServiceWhenAddingAFileEntryTest.java:190)
        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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        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.Abstr...
    2. AXIS_VARIABLE=1 #9375
      1. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndDeleteFilesInSourceStore
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.tearDown(DocumentLibraryConvertProcessTest.java:120)
        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:59)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)
        at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
        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...
      2. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndKeepFilesInSourceStore
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateAndCheckOldRepositoryFiles(DocumentLibraryConvertProcessTest.java:316)
        at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndKeepFilesInSourceStore(DocumentLibraryConvertProcessTest.java:136)
        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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        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.AbstractTes...
      3. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLWhenFileEntryEmpty
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLWhenFileEntryEmpty(DocumentLibraryConvertProcessTest.java:151)
        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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        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.te...
      4. ...
    3. AXIS_VARIABLE=3 #9375
      1. com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError:
        JSON storage adapter is deprecated, using default storage adapter
        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)

@liferay-continuous-integration
Copy link
Collaborator

@AliciaGarciaGarcia
Copy link
Collaborator Author

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 - 11 out of 11 jobs passed

✔️ ci:test:relevant - 24 out of 25 jobs passed in 2 hours

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: ffd3940977d8d3d5163a8baf74999386e2e62765

Upstream Comparison:

Branch GIT ID: ffd3940977d8d3d5163a8baf74999386e2e62765
Jenkins Build URL: Acceptance Upstream DXP (master) #2468

ci:test:stable - 11 out of 11 jobs PASSED
11 Successful Jobs:
ci:test:relevant - 23 out of 25 jobs PASSED
23 Successful Jobs:
For more details click here.

This pull contains no unique failures.


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

    1756 Tests Passed.
    14 Tests Failed.

    1. AXIS_VARIABLE=0 #5472
      1. com.liferay.document.library.app.service.test.DLAppServiceWhenAddingAFileEntryTest.testShouldCallWorkflowHandler
        java.lang.AssertionError: expected:<1> but was:<0>
        	at org.junit.Assert.fail(Assert.java:89)
        	at org.junit.Assert.failNotEquals(Assert.java:835)
        	at org.junit.Assert.assertEquals(Assert.java:647)
        	at org.junit.Assert.assertEquals(Assert.java:633)
        	at com.liferay.document.library.app.service.test.DLAppServiceWhenAddingAFileEntryTest.testShouldCallWorkflowHandler(DLAppServiceWhenAddingAFileEntryTest.java:190)
        	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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	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.Abstr...
    2. AXIS_VARIABLE=1 #5472
      1. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndDeleteFilesInSourceStore
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        	at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        	at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.tearDown(DocumentLibraryConvertProcessTest.java:120)
        	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:59)
        	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        	at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)
        	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
        	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...
      2. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndKeepFilesInSourceStore
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        	at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        	at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateAndCheckOldRepositoryFiles(DocumentLibraryConvertProcessTest.java:316)
        	at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLAndKeepFilesInSourceStore(DocumentLibraryConvertProcessTest.java:136)
        	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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	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.AbstractTes...
      3. com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLWhenFileEntryEmpty
        com.liferay.portal.convert.ConvertException: com.liferay.portal.kernel.exception.SystemException: java.lang.AssertionError: {level=ERROR, loggerName=com.liferay.document.library.internal.convert.document.library.DLFileVersionDLStoreConvertProcess, message=Unable to migrate 1
        	at com.liferay.portal.convert.BaseConvertProcess.convert(BaseConvertProcess.java:70)
        	at com.liferay.document.library.convert.test.DocumentLibraryConvertProcessTest.testMigrateDLWhenFileEntryEmpty(DocumentLibraryConvertProcessTest.java:151)
        	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 org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	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.te...
      4. ...

@liferay-continuous-integration
Copy link
Collaborator

All required test suite(s) passed.
Forwarding pull request to brianchandotcom.
Console

@liferay-continuous-integration
Copy link
Collaborator

Pull request has been successfully forwarded to brianchandotcom#108823
Console

@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
3 participants