-
Notifications
You must be signed in to change notification settings - Fork 4.4k
/
Copy pathacceptance-test-config.yml
56 lines (56 loc) · 1.97 KB
/
acceptance-test-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
connector_image: airbyte/source-sendgrid:dev
test_strictness_level: "high"
acceptance_tests:
spec:
tests:
- spec_path: "manifest.yaml"
config_path: "secrets/lowcode_config.json"
backward_compatibility_tests_config:
disable_for_version: "0.5.0"
connection:
tests:
- config_path: "secrets/lowcode_config.json"
status: "succeed"
- config_path: "secrets/old_config.json"
status: "succeed"
- config_path: "secrets/python_config.json"
status: "succeed"
- config_path: "integration_tests/invalid_time.json"
status: "failed"
- config_path: "integration_tests/invalid_api_key.json"
status: "failed"
discovery:
tests:
- config_path: "secrets/lowcode_config.json"
backward_compatibility_tests_config:
disable_for_version: "1.0.0"
- config_path: "secrets/config.json"
backward_compatibility_tests_config:
disable_for_version: "0.3.0"
- config_path: "secrets/python_config.json"
backward_compatibility_tests_config:
disable_for_version: "0.3.0"
basic_read:
tests:
- config_path: "secrets/lowcode_config.json"
expect_records:
path: "integration_tests/expected_records.jsonl"
exact_order: no
empty_streams:
- name: spam_reports
bypass_reason: "can not populate"
- name: invalid_emails
bypass_reason: "can not populate"
- name: blocks
bypass_reason: "can not populate"
fail_on_extra_columns: false
incremental:
tests:
- config_path: "secrets/lowcode_config.json"
configured_catalog_path: "integration_tests/no_spam_reports_configured_catalog.json"
future_state:
bypass_reason: "This test does not make sense using Concurrent CDK"
full_refresh:
tests:
- config_path: "secrets/lowcode_config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"