1
0
mirror of synced 2025-12-23 21:03:15 -05:00

[source-postgres] Reenable cat test (#44121)

This commit is contained in:
Xiaohan Song
2024-08-15 11:33:41 -07:00
committed by GitHub
parent ea919ce5cb
commit c31dab84e9

View File

@@ -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"