Skip to content

Commit 73d910d

Browse files
authored
[YQ-2738] Do not canonize results (#3982)
1 parent 46d3cf0 commit 73d910d

File tree

21 files changed

+2
-5477
lines changed

21 files changed

+2
-5477
lines changed

ydb/tests/fq/yt/kqp_yt_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def run_test(suite, case, cfg):
212212
if do_custom_query_check(result, sql_query):
213213
return None
214214

215-
if os.path.exists(result.results_file) and full_test_name not in EXCLUDED_CANONIZATION:
216-
return yatest.common.canonical_file(result.results_file)
215+
#if os.path.exists(result.results_file) and full_test_name not in EXCLUDED_CANONIZATION:
216+
# return yatest.common.canonical_file(result.results_file)
217217

218218

219219
def run_file_kqp_no_cache(suite, case, cfg):

ydb/tests/fq/yt/kqp_yt_file/part0/canondata/result.json

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)