Skip to content

Commit c31dab8

Browse files
authored
[source-postgres] Reenable cat test (#44121)
1 parent ea919ce commit c31dab8

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

airbyte-integrations/connectors/source-postgres/acceptance-test-config.yml

+55-55
Original file line numberDiff line numberDiff line change
@@ -47,58 +47,58 @@ acceptance_tests:
4747
- "python"
4848
- "./hook.py"
4949
- "teardown"
50-
# full_refresh:
51-
# tests:
52-
# - config_path: "integration_tests/temp/config_active.json"
53-
# configured_catalog_path: "integration_tests/temp/configured_catalog_copy.json"
54-
# client_container_config:
55-
# client_container_dockerfile_path: "integration_tests/Dockerfile"
56-
# secrets_path: "secrets/config.json"
57-
# setup_command:
58-
# - "python"
59-
# - "./hook.py"
60-
# - "setup"
61-
# teardown_command:
62-
# - "python"
63-
# - "./hook.py"
64-
# - "teardown"
65-
# incremental:
66-
# tests:
67-
# - config_path: "integration_tests/temp/config_active.json"
68-
# configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
69-
# client_container_config:
70-
# client_container_dockerfile_path: "integration_tests/Dockerfile"
71-
# secrets_path: "secrets/config.json"
72-
# setup_command:
73-
# - "python"
74-
# - "./hook.py"
75-
# - "setup"
76-
# teardown_command:
77-
# - "python"
78-
# - "./hook.py"
79-
# - "teardown"
80-
# between_syncs_command:
81-
# - "python"
82-
# - "./hook.py"
83-
# - "insert"
84-
# future_state:
85-
# future_state_path: "integration_tests/temp/abnormal_state_copy.json"
86-
# - config_path: "integration_tests/temp/config_cdc_active.json"
87-
# configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
88-
# client_container_config:
89-
# client_container_dockerfile_path: "integration_tests/Dockerfile"
90-
# secrets_path: "secrets/config_cdc.json"
91-
# setup_command:
92-
# - "python"
93-
# - "./hook.py"
94-
# - "setup_cdc"
95-
# between_syncs_command:
96-
# - "python"
97-
# - "./hook.py"
98-
# - "insert"
99-
# teardown_command:
100-
# - "python"
101-
# - "./hook.py"
102-
# - "teardown"
103-
# future_state:
104-
# bypass_reason: "CDC does not have a future state as LSN will be absent from DB, triggering a full refresh"
50+
full_refresh:
51+
tests:
52+
- config_path: "integration_tests/temp/config_active.json"
53+
configured_catalog_path: "integration_tests/temp/configured_catalog_copy.json"
54+
client_container_config:
55+
client_container_dockerfile_path: "integration_tests/Dockerfile"
56+
secrets_path: "secrets/config.json"
57+
setup_command:
58+
- "python"
59+
- "./hook.py"
60+
- "setup"
61+
teardown_command:
62+
- "python"
63+
- "./hook.py"
64+
- "teardown"
65+
incremental:
66+
tests:
67+
- config_path: "integration_tests/temp/config_active.json"
68+
configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
69+
client_container_config:
70+
client_container_dockerfile_path: "integration_tests/Dockerfile"
71+
secrets_path: "secrets/config.json"
72+
setup_command:
73+
- "python"
74+
- "./hook.py"
75+
- "setup"
76+
teardown_command:
77+
- "python"
78+
- "./hook.py"
79+
- "teardown"
80+
between_syncs_command:
81+
- "python"
82+
- "./hook.py"
83+
- "insert"
84+
future_state:
85+
future_state_path: "integration_tests/temp/abnormal_state_copy.json"
86+
- config_path: "integration_tests/temp/config_cdc_active.json"
87+
configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
88+
client_container_config:
89+
client_container_dockerfile_path: "integration_tests/Dockerfile"
90+
secrets_path: "secrets/config_cdc.json"
91+
setup_command:
92+
- "python"
93+
- "./hook.py"
94+
- "setup_cdc"
95+
between_syncs_command:
96+
- "python"
97+
- "./hook.py"
98+
- "insert"
99+
teardown_command:
100+
- "python"
101+
- "./hook.py"
102+
- "teardown"
103+
future_state:
104+
bypass_reason: "CDC does not have a future state as LSN will be absent from DB, triggering a full refresh"

0 commit comments

Comments
 (0)