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-127333 verifyStructures is no longer needed since DE migration and it is throwing a DDMFormValidationException$MustSetFieldsForForm #1483

Conversation

AliciaGarciaGarcia
Copy link
Collaborator

No description provided.

…d it is throwing a DDMFormValidationException$MustSetFieldsForForm
@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: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

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

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 02c7a9f45763c75518f7050f5544c7e848567e79

Sender Branch:

Branch Name: LPS-127333
Branch GIT ID: efd706dc81af15bf6735dd0bbf3a5292d5a2d096

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

@liferay-continuous-integration
Copy link
Collaborator

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

✔️ ci:test:relevant - 24 out of 25 jobs passed in 1 hour 47 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 02c7a9f45763c75518f7050f5544c7e848567e79

Upstream Comparison:

Branch GIT ID: 4318e2f9eb91ca3c0c74c377855994dac9dc8d80
Jenkins Build URL: Acceptance Upstream DXP (master) #1530

ci:test:stable - 9 out of 9 jobs PASSED
9 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 4318e2f:
  1. test-portal-acceptance-pullrequest-batch(master)/modules-unit-jdk8/0
    Job Results:

    814 Tests Passed.
    7 Tests Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #318706
      1. DDMFormWebConfigurationTest.testCreateDefaultDDMFormWebConfiguration
        java.lang.ExceptionInInitializerError
        	at com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil._overrideDictionary(ConfigurableUtil.java:217)
        	at com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil.createConfigurable(ConfigurableUtil.java:51)
        	at com.liferay.dynamic.data.mapping.form.web.internal.configuration.DDMFormWebConfigurationTest.testCreateDefaultDDMFormWebConfiguration(DDMFormWebConfigurationTest.java:31)
        	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.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        	at org.junit.runners.ParentRunner.runC...
      2. DDMFormUploadValidatorTest.testInvalidFileException
        java.lang.ExceptionInInitializerError
        	at com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil._overrideDictionary(ConfigurableUtil.java:217)
        	at com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil.createConfigurable(ConfigurableUtil.java:51)
        	at com.liferay.dynamic.data.mapping.form.web.internal.upload.DDMFormUploadValidatorTest.setUpDDMFormWebConfigurationActivator(DDMFormUploadValidatorTest.java:96)
        	at com.liferay.dynamic.data.mapping.form.web.internal.upload.DDMFormUploadValidatorTest.setUp(DDMFormUploadValidatorTest.java:44)
        	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.RunBefores.evaluate(RunBefores.java:24)
        	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        	at org.junit.runners.ParentRunner$3.run(ParentRunner.ja...
      3. DDMFormUploadValidatorTest.testInvalidFileExtension
        java.lang.NoClassDefFoundError: Could not initialize class com.liferay.portal.configuration.persistence.ConfigurationOverridePropertiesUtil
        	at com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil._overrideDictionary(ConfigurableUtil.java:217)
        	at com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil.createConfigurable(ConfigurableUtil.java:51)
        	at com.liferay.dynamic.data.mapping.form.web.internal.upload.DDMFormUploadValidatorTest.setUpDDMFormWebConfigurationActivator(DDMFormUploadValidatorTest.java:96)
        	at com.liferay.dynamic.data.mapping.form.web.internal.upload.DDMFormUploadValidatorTest.setUp(DDMFormUploadValidatorTest.java:44)
        	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.RunBefores.evaluate(RunBefores.java:24)
        	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        	at org.junit.runners.BlockJUnit4ClassRu...
      4. ...

@liferay-continuous-integration
Copy link
Collaborator

All required test suite(s) passed.
Forwarding pullrequest to brianchandotcom.

@liferay-continuous-integration
Copy link
Collaborator

Pull request has been successfully forwarded to brianchandotcom#98590

@liferay-continuous-integration
Copy link
Collaborator

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