-
Notifications
You must be signed in to change notification settings - Fork 4.4k
/
Copy pathacceptance-test-config.yml
29 lines (29 loc) · 1.12 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
connector_image: airbyte/source-recharge:dev
tests:
spec:
- spec_path: "source_recharge/spec.json"
connection:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
# schemas were changed in `0.2.1` compare to `0.2.0`,
# plase remove this bypass, once updated to the newer version!
- config_path: "secrets/config.json"
backward_compatibility_tests_config:
disable_for_version: "0.2.0"
basic_read:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/streams_with_output_records_catalog.json"
timeout_seconds: 1200
empty_streams: ["collections", "discounts"]
incremental:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/streams_with_output_records_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
timeout_seconds: 900
full_refresh:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
timeout_seconds: 1200