-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
38 additions
and
1,236 deletions.
There are no files selected for viewing
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
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
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
77 changes: 32 additions & 45 deletions
77
airbyte-integrations/connectors/source-shopify/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,52 +1,39 @@ | ||
connector_image: airbyte/source-shopify:dev | ||
test_strictness_level: high | ||
acceptance_tests: | ||
tests: | ||
spec: | ||
tests: | ||
- spec_path: "source_shopify/spec.json" | ||
- spec_path: "source_shopify/spec.json" | ||
connection: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_config.json" | ||
status: "failed" | ||
- config_path: "secrets/config_old.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_config_old.json" | ||
status: "failed" | ||
- config_path: "secrets/config_oauth.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_oauth_config.json" | ||
status: "failed" | ||
- config_path: "secrets/config.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_config.json" | ||
status: "failed" | ||
- config_path: "secrets/config_old.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_config_old.json" | ||
status: "failed" | ||
- config_path: "secrets/config_oauth.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_oauth_config.json" | ||
status: "failed" | ||
discovery: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
- config_path: "secrets/config_old.json" | ||
- config_path: "secrets/config_oauth.json" | ||
- config_path: "secrets/config.json" | ||
- config_path: "secrets/config_old.json" | ||
- config_path: "secrets/config_oauth.json" | ||
basic_read: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
timeout_seconds: 7200 | ||
expect_records: | ||
path: "integration_tests/expected_records.txt" | ||
empty_streams: | ||
- name: "shop" | ||
bypass_reason: "The stream contains sensitive personal information. Skipped." | ||
- name: "abandoned_checkouts" | ||
bypass_reason: "This stream is auto-generated while users bounce from checkout page, stream holds data up to 1 month" | ||
- name: "balance_transactions" | ||
bypass_reason: "There is no way to populate the stream with data manually." | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
timeout_seconds: 7200 | ||
# some streams hold data only for some time, therefore certain streams could be empty while sync. | ||
# 'abandoned_checkouts' stream holds data up to 1 month. | ||
empty_streams: ["abandoned_checkouts", "balance_transactions"] | ||
incremental: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
future_state: | ||
future_state_path: "integration_tests/abnormal_state.json" | ||
timeout_seconds: 3600 | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
future_state_path: "integration_tests/abnormal_state.json" | ||
timeout_seconds: 3600 | ||
full_refresh: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
timeout_seconds: 7200 | ||
ignored_fields: | ||
"products_graph_ql": ["onlineStorePreviewUrl", "updatedAt", "totalInventory"] | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
timeout_seconds: 7200 | ||
ignored_fields: | ||
"products_graph_ql": ["onlineStorePreviewUrl", "updatedAt", "totalInventory"] |
1,185 changes: 0 additions & 1,185 deletions
1,185
airbyte-integrations/connectors/source-shopify/integration_tests/expected_records.txt
This file was deleted.
Oops, something went wrong.