[source-postgres] Reenable cat test (#44121)
This commit is contained in:
@@ -47,58 +47,58 @@ acceptance_tests:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "teardown"
|
||||
# full_refresh:
|
||||
# tests:
|
||||
# - config_path: "integration_tests/temp/config_active.json"
|
||||
# configured_catalog_path: "integration_tests/temp/configured_catalog_copy.json"
|
||||
# client_container_config:
|
||||
# client_container_dockerfile_path: "integration_tests/Dockerfile"
|
||||
# secrets_path: "secrets/config.json"
|
||||
# setup_command:
|
||||
# - "python"
|
||||
# - "./hook.py"
|
||||
# - "setup"
|
||||
# teardown_command:
|
||||
# - "python"
|
||||
# - "./hook.py"
|
||||
# - "teardown"
|
||||
# incremental:
|
||||
# tests:
|
||||
# - config_path: "integration_tests/temp/config_active.json"
|
||||
# configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
|
||||
# client_container_config:
|
||||
# client_container_dockerfile_path: "integration_tests/Dockerfile"
|
||||
# secrets_path: "secrets/config.json"
|
||||
# setup_command:
|
||||
# - "python"
|
||||
# - "./hook.py"
|
||||
# - "setup"
|
||||
# teardown_command:
|
||||
# - "python"
|
||||
# - "./hook.py"
|
||||
# - "teardown"
|
||||
# between_syncs_command:
|
||||
# - "python"
|
||||
# - "./hook.py"
|
||||
# - "insert"
|
||||
# future_state:
|
||||
# future_state_path: "integration_tests/temp/abnormal_state_copy.json"
|
||||
# - config_path: "integration_tests/temp/config_cdc_active.json"
|
||||
# configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
|
||||
# client_container_config:
|
||||
# client_container_dockerfile_path: "integration_tests/Dockerfile"
|
||||
# secrets_path: "secrets/config_cdc.json"
|
||||
# setup_command:
|
||||
# - "python"
|
||||
# - "./hook.py"
|
||||
# - "setup_cdc"
|
||||
# between_syncs_command:
|
||||
# - "python"
|
||||
# - "./hook.py"
|
||||
# - "insert"
|
||||
# teardown_command:
|
||||
# - "python"
|
||||
# - "./hook.py"
|
||||
# - "teardown"
|
||||
# future_state:
|
||||
# bypass_reason: "CDC does not have a future state as LSN will be absent from DB, triggering a full refresh"
|
||||
full_refresh:
|
||||
tests:
|
||||
- config_path: "integration_tests/temp/config_active.json"
|
||||
configured_catalog_path: "integration_tests/temp/configured_catalog_copy.json"
|
||||
client_container_config:
|
||||
client_container_dockerfile_path: "integration_tests/Dockerfile"
|
||||
secrets_path: "secrets/config.json"
|
||||
setup_command:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "setup"
|
||||
teardown_command:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "teardown"
|
||||
incremental:
|
||||
tests:
|
||||
- config_path: "integration_tests/temp/config_active.json"
|
||||
configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
|
||||
client_container_config:
|
||||
client_container_dockerfile_path: "integration_tests/Dockerfile"
|
||||
secrets_path: "secrets/config.json"
|
||||
setup_command:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "setup"
|
||||
teardown_command:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "teardown"
|
||||
between_syncs_command:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "insert"
|
||||
future_state:
|
||||
future_state_path: "integration_tests/temp/abnormal_state_copy.json"
|
||||
- config_path: "integration_tests/temp/config_cdc_active.json"
|
||||
configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
|
||||
client_container_config:
|
||||
client_container_dockerfile_path: "integration_tests/Dockerfile"
|
||||
secrets_path: "secrets/config_cdc.json"
|
||||
setup_command:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "setup_cdc"
|
||||
between_syncs_command:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "insert"
|
||||
teardown_command:
|
||||
- "python"
|
||||
- "./hook.py"
|
||||
- "teardown"
|
||||
future_state:
|
||||
bypass_reason: "CDC does not have a future state as LSN will be absent from DB, triggering a full refresh"
|
||||
|
||||
Reference in New Issue
Block a user