This makes automated tests impossible to run against the commerce submodule.

There was 1 error:

1) Drupal\Tests\....\Functional\CustomersCanvasTest::testBuilder
Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for customers_canvas_commerce.settings

Comments

joshmiller created an issue. See original summary.

joshmiller’s picture

Status: Active » Needs review
StatusFileSize
new682 bytes
joshmiller’s picture

StatusFileSize
new682 bytes
new465 bytes

With tests.

joshmiller’s picture

StatusFileSize
new1.12 KB
new465 bytes

Whoops forgot to include tests in the final round of changes.

Status: Needs review » Needs work

The last submitted patch, 4: 3072022-04-tests-only.patch, failed testing. View results

safallia joseph’s picture

Re-rolled the patch to work against the latest branch

safallia joseph’s picture

Status: Needs work » Needs review

The last submitted patch, 4: 3072022-04.patch, failed testing. View results

skyredwang’s picture

skyredwang’s picture

Status: Needs review » Needs work
StatusFileSize
new108.79 KB

After applying the patch.

This is customers_canvas_commerce.settings.yml

order_item_type:
  standard: standard
  default: 0
  sample: 0
product_type:
  standard: standard
  default: 0
  sample: 0
redirect: commerce_cart.page
_core:
  default_config_hash: lxhuNUrkWGYWmuZwqGIbMtP3uBhxubl_bB0kjsOMgAc

and please see the errors in the screenshot.

I read the documentation https://www.drupal.org/docs/8/api/configuration-api/configuration-schema... a few times, and experimented many times, but still haven't figured it out.

skyredwang’s picture

Status: Needs work » Fixed

With the help from @tbradbury and @josh, we were able to fix the issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.