Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Harvest: enable high test strictness level in SAT #19160

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,29 +1,38 @@
connector_image: airbyte/source-harvest:dev
tests:
spec:
- spec_path: "source_harvest/spec.json"
acceptance_tests:
basic_read:
tests:
- config_path: secrets/config.json
connection:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "secrets/old_config.json"
status: "succeed"
- config_path: "secrets/config_oauth.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
tests:
- config_path: secrets/config.json
status: succeed
- config_path: secrets/old_config.json
status: succeed
- config_path: secrets/config_oauth.json
status: succeed
- config_path: integration_tests/invalid_config.json
status: failed
discovery:
- config_path: "secrets/config.json"
basic_read:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
incremental:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
cursor_paths:
contacts: ["updated_at"]
expenses_clients: ["to"]
timeout_seconds: 2400
tests:
- config_path: secrets/config.json
full_refresh:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
tests:
- config_path: secrets/config.json
configured_catalog_path: integration_tests/configured_catalog.json
incremental:
tests:
- config_path: secrets/config.json
configured_catalog_path: integration_tests/configured_catalog.json
cursor_paths:
contacts:
- updated_at
expenses_clients:
- to
future_state:
future_state_path: integration_tests/abnormal_state.json
timeout_seconds: 2400
spec:
tests:
- spec_path: source_harvest/spec.json
connector_image: airbyte/source-harvest:dev
test_strictness_level: high