Skip to content

Commit fde73b7

Browse files
committed
fix syntax in broken_tests.json
1 parent 5ac2854 commit fde73b7

File tree

1 file changed

+103
-1
lines changed

1 file changed

+103
-1
lines changed

tests/broken_tests.json

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,109 @@
9191
"test_quorum_inserts/test.py::test_insert_quorum_with_keeper_loss_connection": {
9292
"reason": "INVESTIGATE"
9393
},
94-
"test_postgresql_replica_database_engine": {
94+
"test_postgresql_replica_database_engine_2/test.py::test_add_new_table_to_replication": {
9595
"reason": "KNOWN fails upstream"
9696
},
97+
"test_postgresql_replica_database_engine_2/test.py::test_database_with_single_non_default_schema": {
98+
"reason": "KNOWN fails upstream"
99+
},
100+
"test_postgresql_replica_database_engine_2/test.py::test_table_schema_changes_2": {
101+
"reason": "KNOWN fails upstream"
102+
},
103+
"test_postgresql_replica_database_engine_2/test.py::test_generated_columns": {
104+
"reason": "KNOWN fails upstream"
105+
},
106+
"test_postgresql_replica_database_engine_2/test.py::test_remove_table_from_replication": {
107+
"reason": "KNOWN fails upstream"
108+
},
109+
"test_postgresql_replica_database_engine_2/test.py::test_symbols_in_publication_name": {
110+
"reason": "KNOWN fails upstream"
111+
},
112+
"test_postgresql_replica_database_engine_2/test.py::test_toast": {
113+
"reason": "KNOWN fails upstream"
114+
},
115+
"test_postgresql_replica_database_engine_2/test.py::test_dependent_loading": {
116+
"reason": "KNOWN fails upstream"
117+
},
118+
"test_postgresql_replica_database_engine_2/test.py::test_database_with_multiple_non_default_schemas_1": {
119+
"reason": "KNOWN fails upstream"
120+
},
121+
"test_postgresql_replica_database_engine_2/test.py::test_table_override": {
122+
"reason": "KNOWN fails upstream"
123+
},
124+
"test_postgresql_replica_database_engine_2/test.py::test_predefined_connection_configuration": {
125+
"reason": "KNOWN fails upstream"
126+
},
127+
"test_postgresql_replica_database_engine_2/test.py::test_replica_consumer": {
128+
"reason": "KNOWN fails upstream"
129+
},
130+
"test_postgresql_replica_database_engine_2/test.py::test_database_with_multiple_non_default_schemas_2": {
131+
"reason": "KNOWN fails upstream"
132+
},
133+
"test_postgresql_replica_database_engine_2/test.py::test_materialized_view": {
134+
"reason": "KNOWN fails upstream"
135+
},
136+
"test_postgresql_replica_database_engine_2/test.py::test_default_columns": {
137+
"reason": "KNOWN fails upstream"
138+
},
139+
"test_postgresql_replica_database_engine_2/test.py::test_too_many_parts": {
140+
"reason": "KNOWN fails upstream"
141+
},
142+
"test_postgresql_replica_database_engine_1/test.py::test_concurrent_transactions": {
143+
"reason": "KNOWN fails upstream"
144+
},
145+
"test_postgresql_replica_database_engine_1/test.py::test_abrupt_connection_loss_while_heavy_replication": {
146+
"reason": "KNOWN fails upstream"
147+
},
148+
"test_postgresql_replica_database_engine_1/test.py::test_multiple_databases": {
149+
"reason": "KNOWN fails upstream"
150+
},
151+
"test_postgresql_replica_database_engine_1/test.py::test_single_transaction": {
152+
"reason": "KNOWN fails upstream"
153+
},
154+
"test_postgresql_replica_database_engine_1/test.py::test_user_managed_slots": {
155+
"reason": "KNOWN fails upstream"
156+
},
157+
"test_postgresql_replica_database_engine_1/test.py::test_virtual_columns": {
158+
"reason": "KNOWN fails upstream"
159+
},
160+
"test_postgresql_replica_database_engine_1/test.py::test_table_schema_changes": {
161+
"reason": "KNOWN fails upstream"
162+
},
163+
"test_postgresql_replica_database_engine_1/test.py::test_restart_server_while_replication_startup_not_finished": {
164+
"reason": "KNOWN fails upstream"
165+
},
166+
"test_postgresql_replica_database_engine_1/test.py::test_quoting_1": {
167+
"reason": "KNOWN fails upstream"
168+
},
169+
"test_postgresql_replica_database_engine_1/test.py::test_changing_replica_identity_value": {
170+
"reason": "KNOWN fails upstream"
171+
},
172+
"test_postgresql_replica_database_engine_1/test.py::test_clickhouse_restart": {
173+
"reason": "KNOWN fails upstream"
174+
},
175+
"test_postgresql_replica_database_engine_1/test.py::test_load_and_sync_subset_of_database_tables": {
176+
"reason": "KNOWN fails upstream"
177+
},
178+
"test_postgresql_replica_database_engine_1/test.py::test_replica_identity_index": {
179+
"reason": "KNOWN fails upstream"
180+
},
181+
"test_postgresql_replica_database_engine_1/test.py::test_abrupt_server_restart_while_heavy_replication": {
182+
"reason": "KNOWN fails upstream"
183+
},
184+
"test_postgresql_replica_database_engine_1/test.py::test_quoting_2": {
185+
"reason": "KNOWN fails upstream"
186+
},
187+
"test_postgresql_replica_database_engine_1/test.py::test_many_concurrent_queries": {
188+
"reason": "KNOWN fails upstream"
189+
},
190+
"test_postgresql_replica_database_engine_1/test.py::test_different_data_types": {
191+
"reason": "KNOWN fails upstream"
192+
},
193+
"test_postgresql_replica_database_engine_1/test.py::test_replicating_dml": {
194+
"reason": "KNOWN fails upstream"
195+
},
196+
"test_postgresql_replica_database_engine_1/test.py::test_load_and_sync_all_database_tables": {
197+
"reason": "KNOWN fails upstream"
198+
}
97199
}

0 commit comments

Comments
 (0)