aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorОлег <150132506+iddqdex@users.noreply.github.com>2025-06-05 20:35:30 +0300
committerGitHub <noreply@github.com>2025-06-05 17:35:30 +0000
commit95e96f8cfdf8d2ccbbca1dbb9cbad717ca0793f3 (patch)
treec0f0aff1de9e3d47fc952b15179f557f6c41c86f
parent61495d88f13aa48c7a3bac0527398cd827b59072 (diff)
downloadydb-95e96f8cfdf8d2ccbbca1dbb9cbad717ca0793f3.tar.gz
Add External M1 (#19386)
-rw-r--r--ydb/tests/olap/load/lib/external.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ydb/tests/olap/load/lib/external.py b/ydb/tests/olap/load/lib/external.py
index 2ee536d0fd0..6a224925cd1 100644
--- a/ydb/tests/olap/load/lib/external.py
+++ b/ydb/tests/olap/load/lib/external.py
@@ -49,3 +49,7 @@ class TestExternalA1(ExternalSuiteBase):
class TestExternalX1(ExternalSuiteBase):
external_folder: str = 'x1'
+
+
+class TestExternalM1(ExternalSuiteBase):
+ external_folder: str = 'm1'