forked from yacinehmito/airbyte-connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacceptance-test-config.yml
More file actions
28 lines (28 loc) · 1.08 KB
/
acceptance-test-config.yml
File metadata and controls
28 lines (28 loc) · 1.08 KB
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
connector_image: bitbucket-server-source
tests:
spec:
- config_path: 'secrets/config.json'
spec_path: 'resources/spec.json'
connection:
- config_path: 'secrets/config.json'
status: 'succeed'
- config_path: 'test_files/invalid_config.json'
status: 'failed'
discovery:
- config_path: 'secrets/config.json'
basic_read:
- config_path: 'secrets/config.json'
configured_catalog_path: 'test_files/full_configured_catalog.json'
expect_trace_message_on_failure: false
full_refresh:
- config_path: 'secrets/config.json'
configured_catalog_path: 'test_files/full_configured_catalog.json'
incremental:
- config_path: 'secrets/config.json'
configured_catalog_path: 'test_files/incremental_configured_catalog.json'
future_state_path: 'test_files/abnormal_state.json'
cursor_paths:
commits: ['PLAYG/repo1', 'lastCommitterTimestamp']
pull_request_activities: ['PLAYG/repo1', 'lastUpdatedDate']
pull_request_diffs: ['PLAYG/repo1', 'lastUpdatedDate']
pull_requests: ['PLAYG/repo1', 'lastUpdatedDate']