44 lines
1.7 KiB
YAML
44 lines
1.7 KiB
YAML
# 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-postgres:dev
|
|
test_strictness_level: high
|
|
acceptance_tests:
|
|
spec:
|
|
tests:
|
|
- spec_path: "src/test-integration/resources/expected_spec.json"
|
|
config_path: "secrets/config.json"
|
|
- spec_path: "src/test-integration/resources/expected_spec.json"
|
|
config_path: "secrets/config_cdc.json"
|
|
connection:
|
|
tests:
|
|
- config_path: "secrets/config.json"
|
|
status: "succeed"
|
|
- config_path: "secrets/config_cdc.json"
|
|
status: "succeed"
|
|
discovery:
|
|
tests:
|
|
- config_path: "secrets/config.json"
|
|
- config_path: "secrets/config_cdc.json"
|
|
basic_read:
|
|
tests:
|
|
- config_path: "secrets/config.json"
|
|
expect_records:
|
|
path: "integration_tests/expected_records.txt"
|
|
- config_path: "secrets/config_cdc.json"
|
|
expect_records:
|
|
path: "integration_tests/expected_records.txt"
|
|
full_refresh:
|
|
tests:
|
|
- config_path: "secrets/config.json"
|
|
- config_path: "secrets/config_cdc.json"
|
|
incremental:
|
|
tests:
|
|
- config_path: "secrets/config.json"
|
|
configured_catalog_path: "integration_tests/incremental_configured_catalog.json"
|
|
future_state:
|
|
bypass_reason: "A java.lang.NullPointerException is thrown when a state with an invalid cursor value is passed"
|
|
- config_path: "secrets/config_cdc.json"
|
|
configured_catalog_path: "integration_tests/incremental_configured_catalog.json"
|
|
future_state:
|
|
bypass_reason: "A java.lang.NullPointerException is thrown when a state with an invalid cursor value is passed"
|