Skip to content

Commit

Permalink
[yt/cpp/mapreduce] YT-21595: Use gtest instead of ytest in all mapred…
Browse files Browse the repository at this point in the history
…uce tests

85671f0cf4f45b4f015fa2cc0d195b81c16c6e8a
  • Loading branch information
savnadya committed Jul 2, 2024
1 parent a5b5c16 commit 61eb176
Show file tree
Hide file tree
Showing 140 changed files with 6,625 additions and 5,108 deletions.
15 changes: 6 additions & 9 deletions .mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,11 @@
"library/cpp/blockcodecs/core/CMakeLists.txt":"",
"library/cpp/colorizer/CMakeLists.txt":"",
"library/cpp/containers/CMakeLists.txt":"",
"library/cpp/containers/paged_vector/CMakeLists.txt":"",
"library/cpp/containers/stack_array/CMakeLists.txt":"",
"library/cpp/cppparser/CMakeLists.txt":"",
"library/cpp/cpuid_check/CMakeLists.txt":"",
"library/cpp/dbg_output/CMakeLists.txt":"",
"library/cpp/deprecated/CMakeLists.txt":"",
"library/cpp/deprecated/atomic/CMakeLists.txt":"",
"library/cpp/diff/CMakeLists.txt":"",
"library/cpp/digest/CMakeLists.txt":"",
"library/cpp/digest/md5/CMakeLists.txt":"",
"library/cpp/getopt/CMakeLists.txt":"",
Expand All @@ -134,7 +131,6 @@
"library/cpp/json/common/CMakeLists.txt":"",
"library/cpp/json/fast_sax/CMakeLists.txt":"",
"library/cpp/json/writer/CMakeLists.txt":"",
"library/cpp/lcs/CMakeLists.txt":"",
"library/cpp/malloc/CMakeLists.txt":"",
"library/cpp/malloc/api/CMakeLists.txt":"",
"library/cpp/malloc/tcmalloc/CMakeLists.txt":"",
Expand All @@ -160,15 +156,12 @@
"library/cpp/string_utils/quote/CMakeLists.txt":"",
"library/cpp/string_utils/relaxed_escaper/CMakeLists.txt":"",
"library/cpp/svnversion/CMakeLists.txt":"",
"library/cpp/terminate_handler/CMakeLists.txt":"",
"library/cpp/testing/CMakeLists.txt":"",
"library/cpp/testing/common/CMakeLists.txt":"",
"library/cpp/testing/gmock_in_unittest/CMakeLists.txt":"",
"library/cpp/testing/gtest/CMakeLists.txt":"",
"library/cpp/testing/gtest_extensions/CMakeLists.txt":"",
"library/cpp/testing/gtest_main/CMakeLists.txt":"",
"library/cpp/testing/hook/CMakeLists.txt":"",
"library/cpp/testing/unittest/CMakeLists.txt":"",
"library/cpp/testing/unittest_main/CMakeLists.txt":"",
"library/cpp/threading/CMakeLists.txt":"",
"library/cpp/threading/blocking_queue/CMakeLists.txt":"",
"library/cpp/threading/cron/CMakeLists.txt":"",
Expand Down Expand Up @@ -220,7 +213,6 @@
"yt/cpp/mapreduce/CMakeLists.txt":"",
"yt/cpp/mapreduce/client/CMakeLists.txt":"",
"yt/cpp/mapreduce/common/CMakeLists.txt":"",
"yt/cpp/mapreduce/common/ut/CMakeLists.txt":"",
"yt/cpp/mapreduce/examples/CMakeLists.txt":"",
"yt/cpp/mapreduce/examples/tutorial/CMakeLists.txt":"",
"yt/cpp/mapreduce/examples/tutorial/batch_request/CMakeLists.txt":"",
Expand Down Expand Up @@ -252,18 +244,23 @@
"yt/cpp/mapreduce/interface/logging/ut/CMakeLists.txt":"",
"yt/cpp/mapreduce/interface/ut/CMakeLists.txt":"",
"yt/cpp/mapreduce/io/CMakeLists.txt":"",
"yt/cpp/mapreduce/io/ut/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/lambda/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/lazy_sort/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/mock_client/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/operation_tracker/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/parallel_io/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/parallel_io/ut/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/parallel_io/ut/proto/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/parallel_io/ut_core_http/CMakeLists.txt":"",
"yt/cpp/mapreduce/library/user_job_statistics/CMakeLists.txt":"",
"yt/cpp/mapreduce/raw_client/CMakeLists.txt":"",
"yt/cpp/mapreduce/raw_client/ut/CMakeLists.txt":"",
"yt/cpp/mapreduce/skiff/CMakeLists.txt":"",
"yt/cpp/mapreduce/tests/CMakeLists.txt":"",
"yt/cpp/mapreduce/tests/gtest_main/CMakeLists.txt":"",
"yt/cpp/mapreduce/tests/lib/CMakeLists.txt":"",
"yt/cpp/mapreduce/tests/native/CMakeLists.txt":"",
"yt/cpp/mapreduce/tests/native/misc/CMakeLists.txt":"",
"yt/cpp/mapreduce/tests/native/misc_core_http/CMakeLists.txt":"",
Expand Down
4 changes: 0 additions & 4 deletions library/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ add_subdirectory(colorizer)
add_subdirectory(containers)
add_subdirectory(cppparser)
add_subdirectory(cpuid_check)
add_subdirectory(dbg_output)
add_subdirectory(deprecated)
add_subdirectory(diff)
add_subdirectory(digest)
add_subdirectory(getopt)
add_subdirectory(http)
add_subdirectory(json)
add_subdirectory(lcs)
add_subdirectory(malloc)
add_subdirectory(openssl)
add_subdirectory(regex)
Expand All @@ -35,7 +32,6 @@ add_subdirectory(skiff)
add_subdirectory(streams)
add_subdirectory(string_utils)
add_subdirectory(svnversion)
add_subdirectory(terminate_handler)
add_subdirectory(testing)
add_subdirectory(threading)
add_subdirectory(type_info)
Expand Down
1 change: 0 additions & 1 deletion library/cpp/containers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
# Please refer to the build instructions in the repository for more information about manual
# changes in this file.

add_subdirectory(paged_vector)
add_subdirectory(stack_array)
Loading

0 comments on commit 61eb176

Please sign in to comment.