-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathacceptance-test-config.yml
82 lines (81 loc) · 3.29 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# See [Connector Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/connector-acceptance-tests-reference)
# for more information about how to configure these tests
connector_image: airbyte/source-insightly:dev
acceptance_tests:
spec:
tests:
- spec_path: manifest.yaml
connection:
tests:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
tests:
- config_path: "secrets/config.json"
basic_read:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams:
- name: emails
bypass_reason: "no data for this stream in our sandbox account"
- name: events
bypass_reason: "no data for this stream in our sandbox account"
- name: milestones
bypass_reason: "no data for this stream in our sandbox account"
- name: notes
bypass_reason: "no data for this stream in our sandbox account"
- name: opportunity_categories
bypass_reason: "no data for this stream in our sandbox account"
- name: project_categories
bypass_reason: "no data for this stream in our sandbox account"
- name: knowledge_article_categories
bypass_reason:
"current sandbox account does not have permissions to access
this stream (403 error)"
- name: knowledge_article_folders
bypass_reason:
"current sandbox account does not have permissions to access
this stream (403 error)"
- name: knowledge_articles
bypass_reason:
"current sandbox account does not have permissions to access
this stream (403 error)"
- name: lead_sources
bypass_reason:
"current sandbox account does not have permissions to access
this stream (403 error)"
- name: lead_statuses
bypass_reason:
"current sandbox account does not have permissions to access
this stream (403 error)"
- name: prospects
bypass_reason:
"current sandbox account does not have permissions to access
this stream (403 error)"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
ignored_fields:
contacts:
- name: "IMAGE_URL"
bypass_reason:
"image url is a dynamic s3 url with a changing expiration
date in the query parameter"
organisations:
- name: "IMAGE_URL"
bypass_reason:
"image url is a dynamic s3 url with a changing expiration
date in the query parameter"
users:
- name: "USER_CURRENCY"
bypass_reason: "this can change between sequential reads"
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