graphql-engine/server/tests-py/queries/v1/metadata_order/teardown.yaml
Rakesh Emmadi 421a182f64 export metadata without nulls, empty arrays & default values (#3393)
* export metadata without nulls, empty arrays
* property tests for 'ReplaceMetadata' using QuickCheck
-> Derive Arbitrary class for 'ReplaceMetadata' dependant types

* reduce property test cases number to 30
QuickCheck generates the `ReplaceMetadata` value really large
for higher number test cases. Encoded JSON for such values is large and
consumes more memory. Thus, CI is giving up while running property
tests.

* circle-ci: Add property tests as saperate job
* add no command mode to tests
* add yaml.v2 to go mod
* remove indirect comment for yaml.v2 dependency
2019-12-14 00:47:38 -06:00

11 lines
168 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE test1 cascade;
DROP TABLE test2 cascade;
cascade: true
- type: clear_metadata
args: {}