When running unit testing I get
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors

This is solved after adding migrate_source_csv.data_types.schema.yml

(Couldn't find any opened issue related to this)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ordavidil created an issue. See original summary.

RoySegall’s picture

@ordavidil good work, you patch fixed 99% of the issue. I'll post my patch which the problem for me.

heddn’s picture

FileSize
19.25 KB
16.93 KB

This does less than the previous patch, but also passes tests. Not sure if the tests are lacking or if it will serve.

The last submitted patch, 3: 2913592.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

Status: Needs review » Needs work

The last submitted patch, 3: interdiff_2-3.patch, failed testing. View results

heddn’s picture

Status: Needs work » Needs review
FileSize
19.23 KB
510 bytes

Status: Needs review » Needs work

The last submitted patch, 6: 2913592-6.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

heddn’s picture

Status: Needs work » Needs review
FileSize
20.68 KB
747 bytes

Fixes phpcs. Not sure why the tests are failing. But something is printing an empty new line. "/n".

Status: Needs review » Needs work

The last submitted patch, 8: 2913592-8.patch, failed testing. View results

heddn’s picture

Status: Needs work » Needs review
FileSize
20.68 KB
365 bytes

There was a leading new line in the test .module file. This should now pass. I found this by adding a testNothing function and disabling modules in the list of enabled modules. Then I started reviewing that module's code.

  • heddn committed 7a49df2 on 8.x-2.x
    Issue #2913592 by heddn, ordavidil, RoySegall: Missing schema
    
heddn’s picture

Status: Needs review » Fixed
quietone’s picture

@heddn, Just came here to work on this as you asked. Thanks for getting it done!

Status: Fixed » Closed (fixed)

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