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

COMMERCE-4578 Selectors need be defensive in case of multiple refreshes #109

Conversation

gianmarcobrunialti
Copy link

No description provided.

@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.

@gianmarcobrunialti
Copy link
Author

ci:test:sf

@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: 8e6dafa8bbbd431fa7a55e977f77c0a84c086033

Sender Branch:

Branch Name: COMMERCE-4578_ref
Branch GIT ID: 734265770dbd721a5ca66d2db8563c9122e031e1

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

@liferay-continuous-integration
Copy link
Collaborator

@marco-leo
Copy link
Collaborator

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

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

❌ ci:test:relevant - 42 out of 44 jobs passed in 2 hours 25 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: d36f4025fe58efd2e44f348a0ca2bb6193ec522e

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: df1236053a2097d63e354600635a9bf8b08e5a99

ci:test:stable - 21 out of 21 jobs PASSED
21 Successful Jobs:
ci:test:relevant - 42 out of 44 jobs PASSED
42 Successful Jobs:
For more details click here.

Failures unique to this pull:

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

    2857 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=4,label_exp=!master #399564
      1. CommerceCheckoutTest.testUserCheckout
        java.lang.AssertionError: 
        [
        SCENARIO When multiple price lists are available, check that only the matching one is retrieved
        GIVEN I add some price lists with different priorities
        WHEN I try to get the best matching price list
        THEN The price list with the highest priority should be retrieved
        ]
        [
        Message: expected:<1.8161474582315442> but was:<0.0>
        ]
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:553)
        	at org.junit.Assert.assertEquals(Assert.java:683)
        	at com.liferay.commerce.test.CommerceCheckoutTest.testUserCheckout(CommerceCheckoutTest.java:355)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	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(AbstractT...

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

    2857 Tests Passed.
    24 Tests Failed.

    1. AXIS_VARIABLE=1,label_exp=!master #399564
      1. CommercePaymentEngineTest.testCompletePayment
        java.lang.AssertionError: 
        [
        SCENARIO When a payment is completed the payment status should be 'paid'
        GIVEN An order with valid products
        WHEN I complete the order payment
        THEN The order payment status should be 'paid'
        ]
        [
        Message: expected:<2> but was:<1>
        ]
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.payment.engine.test.CommercePaymentEngineTest.testCompletePayment(CommercePaymentEngineTest.java:188)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.eval...
      2. CommercePaymentEngineTest.testProcessPayment
        java.lang.AssertionError: 
        [
        SCENARIO When a payment is started the payment status should be 'authorized'
        GIVEN An order with valid products
        WHEN I start the order payment
        THEN The order payment status should be 'authorized'
        ]
        [
        Message: expected:<2> but was:<1>
        ]
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.payment.engine.test.CommercePaymentEngineTest.testProcessPayment(CommercePaymentEngineTest.java:278)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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$...
      3. CommerceOrderEngineTest.testAutomaticallyTransitionOrderToCompleted
        com.liferay.portal.kernel.exception.PortalException: 
        [
        SCENARIO Use the Order Engine to checkout an Order, transition it toprocessing then create a shipment with all of the order items and mark that shipment as delivered
        GIVEN An Open Order that has an order item
         AND A user who has checkout permissions
        WHEN We create a shipment with the only order item and deliver it
        THEN The order should automatically be transitioned to Completed
        ]
        [
        Message: com.liferay.commerce.exception.CommerceOrderStatusException
        ]
        	at com.liferay.commerce.internal.order.engine.CommerceOrderEngineImpl._executeInTransaction(CommerceOrderEngineImpl.java:452)
        	at com.liferay.commerce.internal.order.engine.CommerceOrderEngineImpl.transitionCommerceOrder(CommerceOrderEngineImpl.java:205)
        	at com.liferay.commerce.order.engine.test.CommerceOrderEngineTest.testAutomaticallyTransitionOrderToCompleted(CommerceOrderEngineTest.java:178)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	at com.lifer...
      4. ...
    2. AXIS_VARIABLE=2,label_exp=!master #399564
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        failure in bulk execution:
        [0]: index [liferay-40413], type [LiferayDocumentType], id [com.liferay.commerce.price.list.model.CommercePriceList_PORTLET_41243], message [[liferay-40413] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-40413]]]]
        [1]: index [liferay-40413], type [LiferayDocumentType], id [com.liferay.commerce.price.list.model.CommercePriceList_PORTLET_41243], message [[liferay-40413] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-40413]]]]
        	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)
        
    3. AXIS_VARIABLE=3,label_exp=!master #399564
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        failure in bulk execution:
        [0]: index [liferay-73171], type [LiferayDocumentType], id [com.liferay.commerce.product.model.CPOption_PORTLET_73971], message [[liferay-73171] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-73171]]]]
        [1]: index [liferay-73171], type [LiferayDocumentType], id [com.liferay.commerce.product.model.CPOption_PORTLET_73971], message [[liferay-73171] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-73171]]]]
        	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)
        
    4. AXIS_VARIABLE=4,label_exp=!master #399564
      1. CommerceDeliverySubscriptionsTest.testDeliveryAndPaymentSubscription
        java.lang.AssertionError: expected:<1> but was:<0>
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.subscription.test.CommerceDeliverySubscriptionsTest.testDeliveryAndPaymentSubscription(CommerceDeliverySubscriptionsTest.java:141)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.AbstractTestR...
      2. CommercePaymentSubscriptionsTest.testPaymentSubscription
        java.lang.AssertionError: expected:<1> but was:<0>
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.subscription.test.CommercePaymentSubscriptionsTest.testPaymentSubscription(CommercePaymentSubscriptionsTest.java:149)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.evaluat...
      3. CommerceSubscriptionEntryTest.testOverrideCPInstanceSubscriptionInfoAllDisabled
        java.lang.NullPointerException: 
        [
        SCENARIO Add an order
        GIVEN One subscription disabled product with two SKUs
         BUT One of them overrides the subscription info
        WHEN Order is placed
        THEN No subscription entries are created]
        
        at com.liferay.commerce.subscription.test.CommerceSubscriptionEntryTest._testOverrideCPInstanceSubscriptionInfo(CommerceSubscriptionEntryTest.java:270)
        at com.liferay.commerce.subscription.test.CommerceSubscriptionEntryTest.testOverrideCPInstanceSubscriptionInfoAllDisabled(CommerceSubscriptionEntryTest.java:141)
        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$2.evaluate(TestExecutorRunnable.java:234)
        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        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:...</code></pre></div></li><li>...</li></ol></div></li><li>...</li></ol></div></li></ol></details></details></html>
        

@liferay-continuous-integration
Copy link
Collaborator

@gianmarcobrunialti
Copy link
Author

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

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

❌ ci:test:relevant - 42 out of 44 jobs passed in 1 hour 54 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: b4c82067fd9450bf1574d98335afa00f65172cf5

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: df1236053a2097d63e354600635a9bf8b08e5a99

ci:test:stable - 21 out of 21 jobs PASSED
21 Successful Jobs:
ci:test:relevant - 42 out of 44 jobs PASSED
42 Successful Jobs:
For more details click here.

Failures unique to this pull:

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

    2857 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=1,label_exp=!master #391966
      1. CommercePriceListIndexerTest.testSearch
        java.lang.AssertionError: 
        [
        SCENARIO Test price list search
        GIVEN I add a price list
        WHEN I search for price lists
        THEN The result will be 'only one', the price list added
        ]
        [
        Message: [{uid=[com.liferay.commerce.price.list.model.CommercePriceList_PORTLET_98391], entryClassPK=[98391], companyId=[97607], entryClassName=[com.liferay.commerce.price.list.model.CommercePriceList], scopeGroupId=[98286], groupId=[98286], name=[WeGRJOcY], modified=[20200907171521]}}, length=1, query=null] expected:<3> but was:<1>
        ]
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at com.liferay.commerce.price.list.internal.search.test.CommercePriceListIndexerTest.testSearch(CommercePriceListIndexerTest.java:125)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	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....

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

    2857 Tests Passed.
    24 Tests Failed.

    1. AXIS_VARIABLE=1,label_exp=!master #391966
      1. CommercePaymentEngineTest.testCompletePayment
        java.lang.AssertionError: 
        [
        SCENARIO When a payment is completed the payment status should be 'paid'
        GIVEN An order with valid products
        WHEN I complete the order payment
        THEN The order payment status should be 'paid'
        ]
        [
        Message: expected:<2> but was:<1>
        ]
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.payment.engine.test.CommercePaymentEngineTest.testCompletePayment(CommercePaymentEngineTest.java:188)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.eval...
      2. CommercePaymentEngineTest.testProcessPayment
        java.lang.AssertionError: 
        [
        SCENARIO When a payment is started the payment status should be 'authorized'
        GIVEN An order with valid products
        WHEN I start the order payment
        THEN The order payment status should be 'authorized'
        ]
        [
        Message: expected:<2> but was:<1>
        ]
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.payment.engine.test.CommercePaymentEngineTest.testProcessPayment(CommercePaymentEngineTest.java:278)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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$...
      3. CommerceOrderEngineTest.testAutomaticallyTransitionOrderToCompleted
        com.liferay.portal.kernel.exception.PortalException: 
        [
        SCENARIO Use the Order Engine to checkout an Order, transition it toprocessing then create a shipment with all of the order items and mark that shipment as delivered
        GIVEN An Open Order that has an order item
         AND A user who has checkout permissions
        WHEN We create a shipment with the only order item and deliver it
        THEN The order should automatically be transitioned to Completed
        ]
        [
        Message: com.liferay.commerce.exception.CommerceOrderStatusException
        ]
        	at com.liferay.commerce.internal.order.engine.CommerceOrderEngineImpl._executeInTransaction(CommerceOrderEngineImpl.java:452)
        	at com.liferay.commerce.internal.order.engine.CommerceOrderEngineImpl.transitionCommerceOrder(CommerceOrderEngineImpl.java:205)
        	at com.liferay.commerce.order.engine.test.CommerceOrderEngineTest.testAutomaticallyTransitionOrderToCompleted(CommerceOrderEngineTest.java:178)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	at com.lifer...
      4. ...
    2. AXIS_VARIABLE=2,label_exp=!master #391966
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        failure in bulk execution:
        [0]: index [liferay-40343], type [LiferayDocumentType], id [com.liferay.commerce.price.list.model.CommercePriceList_PORTLET_41173], message [[liferay-40343] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-40343]]]]
        [1]: index [liferay-40343], type [LiferayDocumentType], id [com.liferay.commerce.price.list.model.CommercePriceList_PORTLET_41173], message [[liferay-40343] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-40343]]]]
        	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)
        
    3. AXIS_VARIABLE=3,label_exp=!master #391966
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        failure in bulk execution:
        [0]: index [liferay-43714], type [LiferayDocumentType], id [com.liferay.commerce.product.model.CPOption_PORTLET_44514], message [[liferay-43714] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-43714]]]]
        [1]: index [liferay-43714], type [LiferayDocumentType], id [com.liferay.commerce.product.model.CPOption_PORTLET_44514], message [[liferay-43714] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-43714]]]]
        	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)
        
    4. AXIS_VARIABLE=4,label_exp=!master #391966
      1. CommerceDeliverySubscriptionsTest.testDeliveryAndPaymentSubscription
        java.lang.AssertionError: expected:<1> but was:<0>
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.subscription.test.CommerceDeliverySubscriptionsTest.testDeliveryAndPaymentSubscription(CommerceDeliverySubscriptionsTest.java:141)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.AbstractTestR...
      2. CommercePaymentSubscriptionsTest.testPaymentSubscription
        java.lang.AssertionError: expected:<1> but was:<0>
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.subscription.test.CommercePaymentSubscriptionsTest.testPaymentSubscription(CommercePaymentSubscriptionsTest.java:149)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.evaluat...
      3. CommerceSubscriptionEntryTest.testOverrideCPInstanceSubscriptionInfoAllDisabled
        java.lang.NullPointerException: 
        [
        SCENARIO Add an order
        GIVEN One subscription disabled product with two SKUs
         BUT One of them overrides the subscription info
        WHEN Order is placed
        THEN No subscription entries are created]
        
        at com.liferay.commerce.subscription.test.CommerceSubscriptionEntryTest._testOverrideCPInstanceSubscriptionInfo(CommerceSubscriptionEntryTest.java:270)
        at com.liferay.commerce.subscription.test.CommerceSubscriptionEntryTest.testOverrideCPInstanceSubscriptionInfoAllDisabled(CommerceSubscriptionEntryTest.java:141)
        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$2.evaluate(TestExecutorRunnable.java:234)
        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        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:...</code></pre></div></li><li>...</li></ol></div></li><li>...</li></ol></div></li></ol></details></details></html>
        

@liferay-continuous-integration
Copy link
Collaborator

@marco-leo
Copy link
Collaborator

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

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

✔️ ci:test:relevant - 43 out of 44 jobs passed in 1 hour 54 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 31885f9c46205904787c5d23cd5f804f0f84916f

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: 35186087dfbc07539501385ca053c52db3343bb7

ci:test:stable - 21 out of 21 jobs PASSED
21 Successful Jobs:
ci:test:relevant - 42 out of 44 jobs PASSED
42 Successful Jobs:
For more details click here.

This pull contains no unique failures.


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

    2858 Tests Passed.
    24 Tests Failed.

    1. AXIS_VARIABLE=1,label_exp=!master #436573
      1. CommercePaymentEngineTest.testCompletePayment
        java.lang.AssertionError: 
        [
        SCENARIO When a payment is completed the payment status should be 'paid'
        GIVEN An order with valid products
        WHEN I complete the order payment
        THEN The order payment status should be 'paid'
        ]
        [
        Message: expected:<2> but was:<1>
        ]
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.payment.engine.test.CommercePaymentEngineTest.testCompletePayment(CommercePaymentEngineTest.java:188)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.eval...
      2. CommercePaymentEngineTest.testProcessPayment
        java.lang.AssertionError: 
        [
        SCENARIO When a payment is started the payment status should be 'authorized'
        GIVEN An order with valid products
        WHEN I start the order payment
        THEN The order payment status should be 'authorized'
        ]
        [
        Message: expected:<2> but was:<1>
        ]
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.payment.engine.test.CommercePaymentEngineTest.testProcessPayment(CommercePaymentEngineTest.java:278)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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$...
      3. CommerceOrderEngineTest.testAutomaticallyTransitionOrderToCompleted
        com.liferay.portal.kernel.exception.PortalException: 
        [
        SCENARIO Use the Order Engine to checkout an Order, transition it toprocessing then create a shipment with all of the order items and mark that shipment as delivered
        GIVEN An Open Order that has an order item
         AND A user who has checkout permissions
        WHEN We create a shipment with the only order item and deliver it
        THEN The order should automatically be transitioned to Completed
        ]
        [
        Message: com.liferay.commerce.exception.CommerceOrderStatusException
        ]
        	at com.liferay.commerce.internal.order.engine.CommerceOrderEngineImpl._executeInTransaction(CommerceOrderEngineImpl.java:452)
        	at com.liferay.commerce.internal.order.engine.CommerceOrderEngineImpl.transitionCommerceOrder(CommerceOrderEngineImpl.java:205)
        	at com.liferay.commerce.order.engine.test.CommerceOrderEngineTest.testAutomaticallyTransitionOrderToCompleted(CommerceOrderEngineTest.java:178)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        	at com.lifer...
      4. ...
    2. AXIS_VARIABLE=2,label_exp=!master #436573
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        failure in bulk execution:
        [0]: index [liferay-48371], type [LiferayDocumentType], id [com.liferay.commerce.price.list.model.CommercePriceList_PORTLET_49177], message [[liferay-48371] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-48371]]]]
        [1]: index [liferay-48371], type [LiferayDocumentType], id [com.liferay.commerce.price.list.model.CommercePriceList_PORTLET_49177], message [[liferay-48371] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index [liferay-48371]]]]
        	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)
        
    3. AXIS_VARIABLE=3,label_exp=!master #436573
      1. PortalLogAssertorTest.testScanXMLLog
        junit.framework.AssertionFailedError: 
        Unable to delete data for portlet null in group 41215
        com.liferay.exportimport.kernel.lar.PortletDataException: No Company exists with the primary key 40432
        	at com.liferay.exportimport.kernel.lar.BasePortletDataHandler._handleException(BasePortletDataHandler.java:801)
        	at com.liferay.exportimport.kernel.lar.BasePortletDataHandler.deleteData(BasePortletDataHandler.java:100)
        	at com.liferay.portal.service.impl.GroupLocalServiceImpl.deletePortletData(GroupLocalServiceImpl.java:4045)
        	at com.liferay.portal.service.impl.GroupLocalServiceImpl.deleteGroup(GroupLocalServiceImpl.java:953)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
        	at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:69)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
        	at com.liferay.portal.kernel.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:64)
        	at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
        	at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
        	at com.sun.proxy.$Proxy48.deleteGroup(Unknown Source)
        	at com.liferay.portal.kernel.test.rule.DataGuardTestRule._smartDelete(DataGuardTestRule.java:528)
        	at com.liferay.portal.kernel.test.rule.DataGuardTestRule._autoDeleteLeftovers(DataGuardTestRule.java:479)
        	at com.liferay.portal...
    4. AXIS_VARIABLE=4,label_exp=!master #436573
      1. CommerceDeliverySubscriptionsTest.testDeliveryAndPaymentSubscription
        java.lang.AssertionError: expected:<1> but was:<0>
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.subscription.test.CommerceDeliverySubscriptionsTest.testDeliveryAndPaymentSubscription(CommerceDeliverySubscriptionsTest.java:141)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.AbstractTestR...
      2. CommercePaymentSubscriptionsTest.testPaymentSubscription
        java.lang.AssertionError: expected:<1> but was:<0>
        	at org.junit.Assert.fail(Assert.java:88)
        	at org.junit.Assert.failNotEquals(Assert.java:834)
        	at org.junit.Assert.assertEquals(Assert.java:645)
        	at org.junit.Assert.assertEquals(Assert.java:631)
        	at com.liferay.commerce.subscription.test.CommercePaymentSubscriptionsTest.testPaymentSubscription(CommercePaymentSubscriptionsTest.java:149)
        	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$2.evaluate(TestExecutorRunnable.java:234)
        	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.evaluat...
      3. CommerceSubscriptionEntryTest.testOverrideCPInstanceSubscriptionInfoAllDisabled
        java.lang.NullPointerException: 
        [
        SCENARIO Add an order
        GIVEN One subscription disabled product with two SKUs
         BUT One of them overrides the subscription info
        WHEN Order is placed
        THEN No subscription entries are created]
        
        at com.liferay.commerce.subscription.test.CommerceSubscriptionEntryTest._testOverrideCPInstanceSubscriptionInfo(CommerceSubscriptionEntryTest.java:270)
        at com.liferay.commerce.subscription.test.CommerceSubscriptionEntryTest.testOverrideCPInstanceSubscriptionInfoAllDisabled(CommerceSubscriptionEntryTest.java:141)
        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$2.evaluate(TestExecutorRunnable.java:234)
        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        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:...</code></pre></div></li><li>...</li></ol></div></li><li>...</li></ol></div></li></ol></details></details></html>
        

@liferay-continuous-integration
Copy link
Collaborator

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

@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#94018

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.

3 participants