Skip to content

Commit e225ed1

Browse files
committed
update broken_tests.json
1 parent 800f63b commit e225ed1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tests/broken_tests.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
"02354_vector_search_expansion_search": {
5757
"reason": "INVESTIGATE - Timeout on TSAN. Unstable?"
5858
},
59+
"02760_dictionaries_memory": {
60+
"reason": "INVESTIGATE - Timeout on TSAN.",
61+
"message": "Timeout exceeded while receiving data from server."
62+
},
5963
"03441_deltalake_clickhouse_public_datasets": {
6064
"reason": "INVESTIGATE - S3 sometimes unreachable",
6165
"message": "Error interacting with object store: Generic S3 error: Error performing GET"
@@ -269,5 +273,25 @@
269273
},
270274
"test_overcommit_tracker/test.py::test_user_overcommit": {
271275
"reason": "INVESTIGATE - Unstable?"
276+
},
277+
"test_database_hms/test.py::test_list_tables": {
278+
"reason": "INVESTIGATE - Strange fail sometimes",
279+
"message": "failed to solve: failed to read expected number of bytes: unexpected EOF"
280+
},
281+
"test_database_hms/test.py::test_many_namespaces": {
282+
"reason": "INVESTIGATE - Strange fail sometimes",
283+
"message": "failed to solve: failed to read expected number of bytes: unexpected EOF"
284+
},
285+
"test_database_hms/test.py::test_select": {
286+
"reason": "INVESTIGATE - Strange fail sometimes",
287+
"message": "failed to solve: failed to read expected number of bytes: unexpected EOF"
288+
},
289+
"test_database_hms/test.py::test_hide_sensitive_info": {
290+
"reason": "INVESTIGATE - Strange fail sometimes",
291+
"message": "failed to solve: failed to read expected number of bytes: unexpected EOF"
292+
},
293+
"test_database_hms/test.py::test_tables_with_same_location": {
294+
"reason": "INVESTIGATE - Strange fail sometimes",
295+
"message": "failed to solve: failed to read expected number of bytes: unexpected EOF"
272296
}
273297
}

0 commit comments

Comments
 (0)