aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvidyuk <svidyuk@yandex-team.com>2023-03-15 07:24:55 +0300
committersvidyuk <svidyuk@yandex-team.com>2023-03-15 07:24:55 +0300
commit1b4e8b8c23ea33cfab0574d701b6b9226a3d8b39 (patch)
tree3317308ec8244aa1b5488acbe1fd18362d5f1763
parent1ec3adf206dbb2fddd197edaf5e2b08e6ec28b79 (diff)
downloadydb-1b4e8b8c23ea33cfab0574d701b6b9226a3d8b39.tar.gz
Test props feature parity for gtest and yunittest
-rw-r--r--ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt14
-rw-r--r--ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt14
-rw-r--r--ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt14
-rw-r--r--ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt14
-rw-r--r--ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt14
-rw-r--r--ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt14
-rw-r--r--ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt14
-rw-r--r--ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt14
8 files changed, 112 insertions, 0 deletions
diff --git a/ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt
index daaf80f4ca6..7b300d718b3 100644
--- a/ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt
+++ b/ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt
@@ -40,4 +40,18 @@ add_test(
COMMAND
ydb-core-blobstorage-base-ut
)
+set_property(
+ TEST
+ ydb-core-blobstorage-base-ut
+ PROPERTY
+ LABELS
+ SMALL
+)
+set_property(
+ TEST
+ ydb-core-blobstorage-base-ut
+ PROPERTY
+ PROCESSORS
+ 1
+)
vcs_info(ydb-core-blobstorage-base-ut)
diff --git a/ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt
index c70adc4a6f7..b9728b4e891 100644
--- a/ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt
+++ b/ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt
@@ -42,4 +42,18 @@ add_test(
COMMAND
ydb-core-blobstorage-base-ut
)
+set_property(
+ TEST
+ ydb-core-blobstorage-base-ut
+ PROPERTY
+ LABELS
+ SMALL
+)
+set_property(
+ TEST
+ ydb-core-blobstorage-base-ut
+ PROPERTY
+ PROCESSORS
+ 1
+)
vcs_info(ydb-core-blobstorage-base-ut)
diff --git a/ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt
index d4d56adf6d3..1a65d6d8ac4 100644
--- a/ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt
+++ b/ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt
@@ -44,4 +44,18 @@ add_test(
COMMAND
ydb-core-blobstorage-base-ut
)
+set_property(
+ TEST
+ ydb-core-blobstorage-base-ut
+ PROPERTY
+ LABELS
+ SMALL
+)
+set_property(
+ TEST
+ ydb-core-blobstorage-base-ut
+ PROPERTY
+ PROCESSORS
+ 1
+)
vcs_info(ydb-core-blobstorage-base-ut)
diff --git a/ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt
index ef8d56480a3..b615a1c8f73 100644
--- a/ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt
+++ b/ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt
@@ -32,4 +32,18 @@ add_test(
COMMAND
ydb-core-blobstorage-base-ut
)
+set_property(
+ TEST
+ ydb-core-blobstorage-base-ut
+ PROPERTY
+ LABELS
+ SMALL
+)
+set_property(
+ TEST
+ ydb-core-blobstorage-base-ut
+ PROPERTY
+ PROCESSORS
+ 1
+)
vcs_info(ydb-core-blobstorage-base-ut)
diff --git a/ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt
index f11c31a71ef..375a432ccb6 100644
--- a/ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt
+++ b/ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt
@@ -31,4 +31,18 @@ add_test(
COMMAND
ydb-library-testlib-ut
)
+set_property(
+ TEST
+ ydb-library-testlib-ut
+ PROPERTY
+ LABELS
+ SMALL
+)
+set_property(
+ TEST
+ ydb-library-testlib-ut
+ PROPERTY
+ PROCESSORS
+ 1
+)
vcs_info(ydb-library-testlib-ut)
diff --git a/ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt b/ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt
index ed03b21be59..a762f8595fa 100644
--- a/ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt
+++ b/ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt
@@ -35,4 +35,18 @@ add_test(
COMMAND
ydb-library-testlib-ut
)
+set_property(
+ TEST
+ ydb-library-testlib-ut
+ PROPERTY
+ LABELS
+ SMALL
+)
+set_property(
+ TEST
+ ydb-library-testlib-ut
+ PROPERTY
+ PROCESSORS
+ 1
+)
vcs_info(ydb-library-testlib-ut)
diff --git a/ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt b/ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt
index 913a2ceae69..f847e23c162 100644
--- a/ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt
+++ b/ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt
@@ -37,4 +37,18 @@ add_test(
COMMAND
ydb-library-testlib-ut
)
+set_property(
+ TEST
+ ydb-library-testlib-ut
+ PROPERTY
+ LABELS
+ SMALL
+)
+set_property(
+ TEST
+ ydb-library-testlib-ut
+ PROPERTY
+ PROCESSORS
+ 1
+)
vcs_info(ydb-library-testlib-ut)
diff --git a/ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt b/ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt
index 9c997ce21e1..6656fcbf421 100644
--- a/ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt
+++ b/ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt
@@ -25,4 +25,18 @@ add_test(
COMMAND
ydb-library-testlib-ut
)
+set_property(
+ TEST
+ ydb-library-testlib-ut
+ PROPERTY
+ LABELS
+ SMALL
+)
+set_property(
+ TEST
+ ydb-library-testlib-ut
+ PROPERTY
+ PROCESSORS
+ 1
+)
vcs_info(ydb-library-testlib-ut)