Skip to content

Fixing test case schemas

Jason requested to merge fixing-test-case-schemas into aws-fix-int-tests

Fixes two issues with indexer test cases:

  1. Currently the test cases are not consistent with schema naming. In the feature file. the schema version are defined to be x.1.0.6. However, the actual schema JSON definition define the versions to be x.1.0.4. Example. This updates the feature file to have the correct schema names.

  2. Currently some test cases are point to schema files as if it has records inside of it. In the column "recordFile", it will point to a schema file. Example. This MR points to the correct record files.

Edited by Jason

Merge request reports