-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sergey Chvalyuk <[email protected]>
- Loading branch information
Showing
1 changed file
with
0 additions
and
36 deletions.
There are no files selected for viewing
36 changes: 0 additions & 36 deletions
36
airbyte-integrations/connectors/source-salesforce/acceptance-test-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,7 @@ | ||
# 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-salesforce:dev | ||
test_strictness_level: high | ||
acceptance_tests: | ||
spec: | ||
tests: | ||
- spec_path: "source_salesforce/spec.yaml" | ||
connection: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
status: "succeed" | ||
- config_path: "secrets/config_sandbox.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" | ||
expect_records: | ||
path: "integration_tests/expected_records.txt" | ||
empty_streams: | ||
- name: "ActiveScratchOrg" | ||
bypass_reason: "impossible to fill the stream with data because it is an organic traffic" | ||
- name: "ActiveScratchOrgFeed" | ||
bypass_reason: "impossible to fill the stream with data because it is an organic traffic" | ||
- name: "ActiveScratchOrgHistory" | ||
bypass_reason: "impossible to fill the stream with data because it is an organic traffic" | ||
- name: "ActiveScratchOrgShare" | ||
bypass_reason: "impossible to fill the stream with data because it is an organic traffic" | ||
incremental: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/incremental_catalog.json" | ||
future_state: | ||
future_state_path: "integration_tests/future_state.json" | ||
full_refresh: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" |