Skip to content

Commit

Permalink
Source Facebook Marketing: set high test_strictness_level (#21826)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem1205 authored Jan 25, 2023
1 parent a18d724 commit f7524f0
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 17 deletions.
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"
Loading

0 comments on commit f7524f0

Please sign in to comment.