aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/common/test_framework/test_file_common.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-12-26 13:15:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-12-26 13:36:50 +0300
commit98b351241c7fb7ee4caff0ee09598e54bec59fe5 (patch)
tree0f2f0af87d6b86821731825bbb1ee51c8cc1a96c /yql/essentials/tests/common/test_framework/test_file_common.py
parent179a188c92e62f168719f4bb4bb9a8a464fb3d80 (diff)
downloadydb-98b351241c7fb7ee4caff0ee09598e54bec59fe5.tar.gz
Intermediate changes
commit_hash:d6e69042088451340ac37dd3d928f2cb483a54e9
Diffstat (limited to 'yql/essentials/tests/common/test_framework/test_file_common.py')
-rw-r--r--yql/essentials/tests/common/test_framework/test_file_common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yql/essentials/tests/common/test_framework/test_file_common.py b/yql/essentials/tests/common/test_framework/test_file_common.py
index a90d4e7855..84bb0cd50d 100644
--- a/yql/essentials/tests/common/test_framework/test_file_common.py
+++ b/yql/essentials/tests/common/test_framework/test_file_common.py
@@ -79,7 +79,7 @@ def get_sql_query(provider, suite, case, config, data_path=None):
pragmas.append(sql_query)
sql_query = ';\n'.join(pragmas)
- if provider != 'yt' and 'Javascript' in sql_query:
+ if provider != 'yt' and provider != 'pure' and 'Javascript' in sql_query:
pytest.skip('ScriptUdf')
assert 'UseBlocks' not in sql_query, 'UseBlocks should not be used directly, only via ForceBlocks'
@@ -112,7 +112,7 @@ def run_file_no_cache(provider, suite, case, cfg, config, yql_http_file_server,
if provider != 'yt' and 'Javascript' in content:
pytest.skip('ScriptUdf')
- parameters = get_parameters_json(suite, config)
+ parameters = get_parameters_json(suite, config, data_path)
yqlrun = YQLRun(
prov=provider,