-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source Recharge: update SAT config, add expected records (#21464)
* Source Recharge: update SAT config, add expected records * Update expected records
- Loading branch information
1 parent
f6854dc
commit 1f2e784
Showing
2 changed files
with
62 additions
and
24 deletions.
There are no files selected for viewing
66 changes: 42 additions & 24 deletions
66
airbyte-integrations/connectors/source-recharge/acceptance-test-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,47 @@ | ||
connector_image: airbyte/source-recharge:dev | ||
tests: | ||
spec: | ||
- spec_path: "source_recharge/spec.json" | ||
acceptance_tests: | ||
basic_read: | ||
tests: | ||
- config_path: secrets/config.json | ||
empty_streams: | ||
- name: collections | ||
bypass_reason: "volatile data" | ||
- name: discounts | ||
bypass_reason: "volatile data" | ||
- name: metafields | ||
bypass_reason: "no data from stream" | ||
- name: onetimes | ||
bypass_reason: "no data from stream" | ||
timeout_seconds: 1200 | ||
expect_records: | ||
path: "integration_tests/expected_records.jsonl" | ||
extra_fields: no | ||
exact_order: no | ||
extra_records: yes | ||
connection: | ||
- config_path: "secrets/config.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_config.json" | ||
status: "failed" | ||
tests: | ||
- config_path: secrets/config.json | ||
status: succeed | ||
- config_path: integration_tests/invalid_config.json | ||
status: failed | ||
discovery: | ||
# schemas were changed in `0.2.1` compare to `0.2.0`, | ||
# plase remove this bypass, once updated to the newer version! | ||
- config_path: "secrets/config.json" | ||
backward_compatibility_tests_config: | ||
disable_for_version: "0.2.0" | ||
basic_read: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/streams_with_output_records_catalog.json" | ||
tests: | ||
- backward_compatibility_tests_config: | ||
disable_for_version: 0.2.0 | ||
config_path: secrets/config.json | ||
full_refresh: | ||
tests: | ||
- config_path: secrets/config.json | ||
configured_catalog_path: integration_tests/configured_catalog.json | ||
timeout_seconds: 1200 | ||
empty_streams: ["collections", "discounts"] | ||
incremental: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/streams_with_output_records_catalog.json" | ||
future_state_path: "integration_tests/abnormal_state.json" | ||
tests: | ||
- config_path: secrets/config.json | ||
configured_catalog_path: integration_tests/streams_with_output_records_catalog.json | ||
future_state: | ||
future_state_path: integration_tests/abnormal_state.json | ||
timeout_seconds: 900 | ||
full_refresh: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
timeout_seconds: 1200 | ||
spec: | ||
tests: | ||
- spec_path: source_recharge/spec.json | ||
connector_image: airbyte/source-recharge:dev | ||
test_strictness_level: high |
Oops, something went wrong.