-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source Facebook Marketing: set high test_strictness_level (#21826)
- Loading branch information
Showing
3 changed files
with
165 additions
and
17 deletions.
There are no files selected for viewing
63 changes: 46 additions & 17 deletions
63
airbyte-integrations/connectors/source-facebook-marketing/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,26 +1,55 @@ | ||
# 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-facebook-marketing:dev | ||
tests: | ||
test_strictness_level: "high" | ||
acceptance_tests: | ||
spec: | ||
- spec_path: "integration_tests/spec.json" | ||
tests: | ||
- spec_path: "integration_tests/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" | ||
backward_compatibility_tests_config: | ||
disable_for_version: "0.2.81" | ||
tests: | ||
- config_path: "secrets/config.json" | ||
basic_read: | ||
- config_path: "secrets/config.json" | ||
empty_streams: ["videos"] | ||
timeout_seconds: 2400 | ||
tests: | ||
- config_path: "secrets/config.json" | ||
empty_streams: | ||
- name: "ad_account" | ||
bypass_reason: "Cannot populate" | ||
- name: "ad_sets" | ||
bypass_reason: "Thumbnail urls changes permanently" | ||
- name: "ad_creatives" | ||
bypass_reason: "Thumbnail urls changes permanently" | ||
- name: "ads_insights_age_and_gender" | ||
bypass_reason: "Data not permanent" | ||
- name: "ads_insights_region" | ||
bypass_reason: "Data not permanent" | ||
- name: "ads_insights_dma" | ||
bypass_reason: "Data not permanent" | ||
- name: "ads_insights_platform_and_device" | ||
bypass_reason: "Data not permanent" | ||
- name: "activities" | ||
bypass_reason: "age field autoupdated" | ||
- name: "custom_conversions" | ||
bypass_reason: "Cannot populate" | ||
- name: "images" | ||
bypass_reason: "Links not permanent" | ||
- name: "videos" | ||
bypass_reason: "Cannot populate" | ||
timeout_seconds: 2400 | ||
expect_records: | ||
path: "integration_tests/expected_records.jsonl" | ||
incremental: | ||
- config_path: "secrets/config.json" | ||
timeout_seconds: 2400 | ||
future_state_path: "integration_tests/future_state.json" | ||
skip_comprehensive_incremental_tests: true | ||
tests: | ||
- config_path: "secrets/config.json" | ||
timeout_seconds: 2400 | ||
future_state: | ||
future_state_path: "integration_tests/future_state.json" | ||
full_refresh: | ||
- config_path: "secrets/config.json" | ||
tests: | ||
- config_path: "secrets/config.json" |
Oops, something went wrong.