-
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 Marketo: set high test strictness level (#21947)
* #19055 source marketo: set high test strictness level * #19055 source marketo: increase incremental test timeout * #19055 source Marketo: fix stream schemas * #19055 source marketoL fix unit test * Updated expected records * Updated expected records * auto-bump connector version --------- Co-authored-by: Denys Davydov <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
- Loading branch information
1 parent
e4f4412
commit 92c1a23
Showing
11 changed files
with
315 additions
and
167 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
93 changes: 73 additions & 20 deletions
93
airbyte-integrations/connectors/source-marketo/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,82 @@ | ||
# See [Source Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/source-acceptance-tests-reference) | ||
# for more information about how to configure these tests | ||
connector_image: airbyte/source-marketo:dev | ||
tests: | ||
test_strictness_level: high | ||
acceptance_tests: | ||
spec: | ||
- spec_path: "source_marketo/spec.json" | ||
tests: | ||
- spec_path: "source_marketo/spec.json" | ||
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: | ||
- config_path: "secrets/config.json" | ||
tests: | ||
- config_path: "secrets/config.json" | ||
basic_read: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
empty_streams: ["lists", "campaigns"] | ||
timeout_seconds: 3600 | ||
expect_records: | ||
path: "integration_tests/expected_records.jsonl" | ||
tests: | ||
- config_path: "secrets/config.json" | ||
expect_records: | ||
path: "integration_tests/expected_records.jsonl" | ||
empty_streams: | ||
- name: "activities_update_opportunity" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_change_segment" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_document_interacted_with" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_call_webhook" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_push_leadto_marketo" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_change_revenue_stage" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_dialogue_goal_reached" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_removefrom_opportunity" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_received_forwardto_friend_email" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_open_sales_email" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_share_content" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_sales_email_bounced" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_dialogue_engaged" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_dialogue_appointment_scheduled" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_click_sales_email" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_sent_forwardto_friend_email" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_click_link" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_send_sales_email" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_change_revenue_stage_manually" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_receive_sales_email" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_replyto_sales_email" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_addto_opportunity" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
- name: "activities_open_email" | ||
bypass_reason: "Marketo does not provide a way to populate this stream without outside interaction" | ||
# 52 streams, most of them use BULK API therefore it takes much time to run a sync | ||
timeout_seconds: 9000 | ||
incremental: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/incremental_catalog.json" | ||
future_state_path: "integration_tests/abnormal_state.json" | ||
timeout_seconds: 3600 | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/incremental_catalog.json" | ||
future_state: | ||
future_state_path: "integration_tests/abnormal_state.json" | ||
timeout_seconds: 3600 | ||
full_refresh: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
timeout_seconds: 3600 | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" |
35 changes: 0 additions & 35 deletions
35
airbyte-integrations/connectors/source-marketo/integration_tests/catalog.json
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.