aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-11 16:48:31 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-11 16:48:31 +0300
commit8195aedf490506f93f6ccacbbdafccf2f9799c07 (patch)
tree9a25368ae1b4168022e3bdceba6baf49e094c302
parente895ec8c9522373245234b551f346eeba9f56b5a (diff)
downloadydb-8195aedf490506f93f6ccacbbdafccf2f9799c07.tar.gz
intermediate changes
ref:9f55d2c3ce619b2f172c3d636d0caefc9dc33095
-rw-r--r--build/ya.conf.json12
-rw-r--r--library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp4
-rw-r--r--library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp6
3 files changed, 12 insertions, 10 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index bdc1969055..80efaf7808 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -8080,7 +8080,7 @@
},
"horadric": {
"formula": {
- "sandbox_id": 1337939925,
+ "sandbox_id": 1339189678,
"match": "horadric"
},
"executable": {
@@ -8223,7 +8223,7 @@
},
"apphost": {
"formula": {
- "sandbox_id": 1337938675,
+ "sandbox_id": 1339192012,
"match": "app_host_launcher"
},
"executable": {
@@ -8891,7 +8891,7 @@
},
"bigb_hitlog_analyser": {
"formula": {
- "sandbox_id": 1337937131,
+ "sandbox_id": 1339190810,
"match": "hitlog_analyser"
},
"executable": {
@@ -8913,7 +8913,7 @@
},
"bigb_bb_cluster_analyzer": {
"formula": {
- "sandbox_id": 1337939662,
+ "sandbox_id": 1339189551,
"match": "bb_cluster_analyzer"
},
"executable": {
@@ -8959,7 +8959,7 @@
},
"caesar_yt_sync": {
"formula": {
- "sandbox_id": 1337939902,
+ "sandbox_id": 1339189538,
"match": "yt_sync"
},
"executable": {
@@ -9025,7 +9025,7 @@
},
"caesar_profile_size_analyzer": {
"formula": {
- "sandbox_id": 1337939728,
+ "sandbox_id": 1339190648,
"match": "profile_size_analyzer"
},
"executable": {
diff --git a/library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp b/library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp
index 0b2f290692..01aa32ff72 100644
--- a/library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp
+++ b/library/cpp/yt/small_containers/unittests/compact_flat_map_ut.cpp
@@ -1,6 +1,6 @@
-#include <yt/yt/core/test_framework/framework.h>
+#include <library/cpp/yt/small_containers/compact_flat_map.h>
-#include <yt/yt/core/misc/compact_flat_map.h>
+#include <library/cpp/testing/gtest/gtest.h>
#include <string>
#include <vector>
diff --git a/library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp b/library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp
index 770d62b9fd..33e9f31f9d 100644
--- a/library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp
+++ b/library/cpp/yt/small_containers/unittests/compact_vector_ut.cpp
@@ -12,9 +12,11 @@
//
//===----------------------------------------------------------------------===//
-#include <yt/yt/core/test_framework/framework.h>
+#include <library/cpp/yt/small_containers/compact_vector.h>
-#include <yt/yt/core/misc/compact_vector.h>
+#include <library/cpp/testing/gtest/gtest.h>
+
+#include <util/string/cast.h>
#include <algorithm>
#include <list>