diff options
author | Ivan Sukhov <evanevannnn@ydb.tech> | 2025-02-12 14:35:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 14:35:08 +0300 |
commit | faf1d1a0ba69127175346508585a66c491d8fdc9 (patch) | |
tree | 59a972a293db1ccdf2aef39650e8c400f92c3b38 | |
parent | 39ecbe0625acd9cf9e79deeddab7762474d29dcc (diff) | |
download | ydb-faf1d1a0ba69127175346508585a66c491d8fdc9.tar.gz |
Add solomon tests to ya make (#14459)
-rw-r--r-- | ydb/tests/fq/solomon/test.py | 3 | ||||
-rw-r--r-- | ydb/tests/fq/ya.make | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ydb/tests/fq/solomon/test.py b/ydb/tests/fq/solomon/test.py index b97e8fc73f..0a2954edf0 100644 --- a/ydb/tests/fq/solomon/test.py +++ b/ydb/tests/fq/solomon/test.py @@ -10,8 +10,7 @@ from yql_utils import ( get_supported_providers, is_xfail, log, - normalize_source_code_path, - yql_binary_path) + normalize_source_code_path) from test_utils import ( get_config, diff --git a/ydb/tests/fq/ya.make b/ydb/tests/fq/ya.make index 0db87500ea..3a3065b2f4 100644 --- a/ydb/tests/fq/ya.make +++ b/ydb/tests/fq/ya.make @@ -2,6 +2,7 @@ RECURSE( common generic pq_async_io + solomon tools yt ) |