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-149618 Add condition when ddmFormFieldType is fieldset #504

Closed
wants to merge 1 commit into from

Conversation

danvb112
Copy link
Collaborator

@danvb112 danvb112 commented Mar 18, 2022

@liferay-forms
Copy link
Collaborator

ci:test:sf

@liferay-forms
Copy link
Collaborator

Hi, you don’t need to run the CI commands anymore, I’ll do it for you and let you know if any issue happens.

@liferay-forms liferay-forms added the External Team Pull Request sent by any external team or person. label Mar 18, 2022
@liferay-continuous-integration
Copy link
Collaborator

CI is automatically triggering the following test suites:

  •     ci:test:sf

@danvb112 danvb112 added High Priority This PR should be prioritized. and removed External Team Pull Request sent by any external team or person. labels Mar 18, 2022
@danvb112 danvb112 changed the title LPS-149618 LPS-149618 Add condition when ddmFormFieldType is fieldset Mar 18, 2022
@liferay-continuous-integration
Copy link
Collaborator

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

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 55f13bee30428986f588a75e14319d3697d7fa87

Sender Branch:

Branch Name: LPS-149618
Branch GIT ID: aaef2031dc0c006786fc9ff470db3278ab484dd9

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

@liferay-forms
Copy link
Collaborator

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

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

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 55f13bee30428986f588a75e14319d3697d7fa87

Sender Branch:

Branch Name: LPS-149618
Branch GIT ID: aaef2031dc0c006786fc9ff470db3278ab484dd9

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

@liferay-forms
Copy link
Collaborator

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

@liferay-continuous-integration
Copy link
Collaborator

@@ -315,7 +315,9 @@ private long _getObjectDefinitionId(
DDMFormField ddmFormField = ddmFormFieldsMap.get(
ddmFormFieldValue.getName());

if (ddmFormField.isTransient()) {
if (ddmFormField.isTransient() &&
!StringUtil.equals(ddmFormField.getType(), "fieldset")) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danvb112 can you use DDMFormFieldTypeConstants.FIELDSET here?

@gabrielwas gabrielwas added the Author Action Required Changes/Questions were requested by the reviewer label Mar 18, 2022
@gabrielwas gabrielwas self-assigned this Mar 18, 2022
@danvb112 danvb112 removed the Author Action Required Changes/Questions were requested by the reviewer label Mar 18, 2022
@danvb112
Copy link
Collaborator Author

ci:test:sf

@liferay-continuous-integration
Copy link
Collaborator

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

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 55f13bee30428986f588a75e14319d3697d7fa87

Sender Branch:

Branch Name: LPS-149618
Branch GIT ID: a032a2e136b397a54d540524eddcdbbc14ec15eb

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

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:relevant - 0 out of 1 jobs passed in 4 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 55f13bee30428986f588a75e14319d3697d7fa87

Upstream Comparison:

Branch GIT ID: 3b7d86f190ce40d1b041500ab66ece2273f291f0
Jenkins Build URL: Acceptance Upstream DXP (master) #3044

ci:test:relevant - 0 out of 1 jobs PASSED
For more details click here.

Failures unique to this pull:

  1. test-portal-acceptance-pullrequest(master)
    Job Results:

    0 Jobs Passed.
    1 Job Failed.

    The sender branch SHA could not be found on danvb112/LPS-149618. The sender branch may have been force pushed or deleted after the pull request test was initiated.

    fatal: Not a valid branch point: 'aaef2031dc0c006786fc9ff470db3278ab484dd9'.

For upstream results, click here.

@liferay-forms
Copy link
Collaborator

Hey @danvb112, can you please check if these failures are related to your changes? Thanks

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:stable - 24 out of 29 jobs passed

❌ ci:test:relevant - 24 out of 30 jobs passed in 6 hours 25 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 55f13bee30428986f588a75e14319d3697d7fa87

Upstream Comparison:

Branch GIT ID: 55f13bee30428986f588a75e14319d3697d7fa87
Jenkins Build URL: Acceptance Upstream DXP (master) #3045

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

Failures unique to this pull:

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

    20 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=4 #478447
           [exec] * What went wrong:
           [exec] Execution failed for task ':runPoshi'.
           [exec] > A build operation failed.
           [exec]       Could not write XML test results for com.liferay.poshi.runner.PoshiRunner to file /opt/dev/projects/github/liferay-portal/portal-web/test-results/TEST-com.liferay.poshi.runner.PoshiRunner.xml.
           [exec]    > Could not write XML test results for com.liferay.poshi.runner.PoshiRunner to file /opt/dev/projects/github/liferay-portal/portal-web/test-results/TEST-com.liferay.poshi.runner.PoshiRunner.xml.
           [exec] 
           [exec] * Try:
           [exec] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
           [exec] 
           [exec] * Get more help at https://help.gradle.org
           [exec] 
           [exec] BUILD FAILED in 1m 56s
           [exec] 
           [exec] See the profiling report at: file:///opt/dev/projects/github/liferay-portal/portal-web/build/reports/profile/profile-2022-03-18-21-37-13.html
           [exec] A fine-grained performance profile is available: use the --scan option.
           [exec] Result: 1
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null1892657262.properties
      

      clean-up-selenium-driver:
      [delete] Deleting: /opt/dev/projects/github/liferay-portal/null1892657262.properties

      clean-up-logs:
      [parallel] 2022-03-19 04:39:14.658 INFO [main][ThemeHotDeployListener:171] 1 theme for minium-theme was unregistered
      [parallel] 2022-03-19 04:39:14.920 INFO [main][ThemeHotDeployListener:171] 1 theme for speedwell-theme was unregistered
      [parallel] 2022-03-19 04:39:15.763 INFO [main][ThemeHotDeployListener:171] 1 theme for classic-theme was unregistered
      [parallel] 2022-03-19 04:39:16.210 INFO [main][ThemeHotDeployListener:171] 1 theme for dialect-theme was unregistered
      [parallel] 2022-03-19 04:39:18.464 INFO [main][ThemeHotDeployListener:171] 1 theme for admin-theme was unregistered
      [delete] Deleting: /opt/dev/projects/github/liferay-portal/null1892657262.properties

      run-poshi-evaluate-console:
      [delete] Deleting: /opt/dev/projects/github/liferay-portal/null21935278.properties

      prepare-poshi-runner-properties:
      [propertyfile] Updating property file: /opt/dev/projects/github/liferay-portal/.gradle/gradle.properties
      [sync-dir] Synchronizing /opt/dev/projects/github/liferay-binaries-cache-2020/.gradle/caches/modules-2/files-2.1 into /opt/dev/projects/github/liferay-portal/.gradle/caches/modules-2/files-2.1


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

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0 #491837

      Startup error: Unresolved Requirement(s)

       [parallel]     {name: WikiNodeLocalService, target: null}
      [parallel] {name: WikiPageLocalService, target: null}
      [parallel] }
      [parallel] Declarative Service {id: 5111, name: com.liferay.portal.search.similar.results.web.internal.portlet.SimilarResultsPortlet, unsatisfied references:
      [parallel] {name: _portletSharedSearchRequest, target: null}
      [parallel] }
      [parallel] Declarative Service {id: 5099, name: com.liferay.portal.search.similar.results.web.internal.contributor.asset.publisher.AssetPublisherSimilarResultsContributor, unsatisfied references:
      [parallel] {name: BlogsEntryLocalService, target: null}
      [parallel] {name: WikiPageLocalService, target: null}
      [parallel] }
      [parallel] Bundle {id: 1385, name: com.liferay.redirect.web, version: 2.0.24}
      [parallel] Declarative Service {id: 5118, name: com.liferay.redirect.web.internal.portlet.RedirectPortlet, unsatisfied references:
      [parallel] {name: _stagingGroupHelper, target: null}
      [parallel] }
      [parallel] Declarative Service {id: 5117, name: com.liferay.redirect.web.internal.application.list.RedirectPanelApp, unsatisfied references:
      [parallel] {name: Portlet, target: (javax.portlet.name=com_liferay_redirect_web_internal_portlet_RedirectPortlet)}
      [parallel] }
      [parallel] 2022-03-19 02:33:54.730 INFO [main][ServiceProxyFactory:68] Running "Spring Extender Unavailable Component Checker" check result: No issues were found.
      [parallel] 2022-03-19 02:38:54.731 ERROR [main][ServiceProxyFactory:278] Service "com.liferay.portal.kernel.util.MimeTypes" is unavailable in 300000 milliseconds while setting field "_mimeTypes" for class "com.liferay.portal.kernel.util.MimeTypesUtil", will retry...
      [parallel] 2022-03-19 02:43:54.732 ERROR [main][ServiceProxyFactory:278] Service "com.liferay.portal.kernel.util.MimeTypes" is unavailable in 300000 milliseconds while setting field "_mimeTypes" for class "com.liferay.portal.kernel.util.MimeTypesUtil", will retry...
      [parallel] 2022-03-19 02:48:54.732 ERROR [main][ServiceProxyFactory:278] Service "com.liferay.portal.kernel.util.MimeTypes" is unavailable in 300000 milliseconds while setting field "_mimeTypes" for class "com.liferay.portal.kernel.util.MimeTypesUtil", will retry...
      [parallel] 2022-03-19 02:53:54.733 ERROR [main][ServiceProxyFactory:278] Service "com.liferay.portal.kernel.util.MimeTypes" is unavailable in 300000 milliseconds while setting field "_mimeTypes" for class "com.liferay.portal.kernel.util.MimeTypesUtil", will retry...
  2. ...

@liferay-forms
Copy link
Collaborator

Hey @danvb112, can you please check if these failures are related to your changes? Thanks

@liferay-continuous-integration
Copy link
Collaborator

@danvb112
Copy link
Collaborator Author

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:stable - 27 out of 29 jobs passed

✔️ ci:test:relevant - 28 out of 30 jobs passed in 2 hours 15 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 0cbc02a8181eb9aaae1a8f0cf824c7d8f51b6247

Upstream Comparison:

Branch GIT ID: 0cbc02a8181eb9aaae1a8f0cf824c7d8f51b6247
Jenkins Build URL: Acceptance Upstream DXP (master) #3047

ci:test:stable - 27 out of 29 jobs PASSED
27 Successful Jobs:
ci:test:relevant - 27 out of 30 jobs PASSED
27 Successful Jobs:
For more details click here.

This pull contains no unique failures.


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

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0 #29252

      Startup error: Unresolved Requirement(s)

       [parallel]   }
       [parallel]   Declarative Service {id: 3322, name: com.liferay.dynamic.data.mapping.internal.search.spi.model.index.contributor.DDMFormInstanceRecordModelDocumentContributor, unsatisfied references: 
       [parallel]     {name: ddmIndexer, target: null}
       [parallel]   }
       [parallel] Bundle {id: 1390, name: com.liferay.dynamic.data.mapping.taglib, version: 6.0.17}
       [parallel]   Declarative Service {id: 5098, name: com.liferay.dynamic.data.mapping.taglib.internal.security.permission.resource.DDMTemplatePermission, unsatisfied references: 
       [parallel]     {name: ModelResourcePermission, target: (model.class.name=com.liferay.dynamic.data.mapping.model.DDMTemplate)}
       [parallel]   }
       [parallel] Bundle {id: 1395, name: com.liferay.roles.admin.web, version: 5.0.35}
       [parallel]   Declarative Service {id: 5115, name: com.liferay.roles.admin.web.internal.portlet.RolesAdminPortlet, unsatisfied references: 
       [parallel]     {name: _depotConfiguration, target: null}
       [parallel]   }
       [parallel]   Declarative Service {id: 5104, name: com.liferay.roles.admin.web.internal.application.list.RolesPanelApp, unsatisfied references: 
       [parallel]     {name: Portlet, target: (javax.portlet.name=com_liferay_roles_admin_web_portlet_RolesAdminPortlet)}
       [parallel]   }
       [parallel] 2022-03-21 15:06:28.684 INFO  [main][ServiceProxyFactory:68] Running "Spring Extender Unavailable Component Checker" check result: No issues were found.
       [parallel] 2022-03-21 15:11:35.031 ERROR [main][ServiceProxyFactory:278] Service "com.liferay.portal.kernel.util.MimeTypes" is unavailable in 300000 milliseconds while setting field "_mimeTypes" for class "com.liferay.portal.kernel.util.MimeTypesUtil", will retry...
       [parallel] 2022-03-21 15:16:45.323 ERROR [main][ServiceProxyFactory:278] Service "com.liferay.portal.kernel.util.MimeTypes" is unavailable in 300000 milliseconds while setting field "_mimeTypes" for class "com.liferay.portal.kernel.util.MimeTypesUtil", will retry...
       [parallel] 2022-03-21 15:21:56.216 ERROR [main][ServiceProxyFactory:278] Service "com.liferay.portal.kernel.util.MimeTypes" is unavailable in 300000 milliseconds while setting field "_mimeTypes" for class "com.liferay.portal.kernel.util.MimeTypesUtil", will retry...
       [parallel] 2022-03-21 15:26:59.947 ERROR [main][ServiceProxyFactory:278] Service "com.liferay.portal.kernel.util.MimeTypes" is unavailable in 300000 milliseconds while setting field "_mimeTypes" for class "com.liferay.portal.kernel.util.MimeTypesUtil", will retry...
  2. test-portal-acceptance-pullrequest-batch(master)/modules-integration-mysql57-jdk8/0
    Job Results:

    924 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=1 #41593
      1. com.liferay.portal.log.assertor.PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        Unable to find corresponding model impl class for table O_20100_AxsIl97cw
          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

@danvb112
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:relevant
ci:test:sf

@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#114956
Console

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