File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,7 @@ if (YDB_SDK_TESTS)
100
100
stack_ut
101
101
store_policy_ut
102
102
strbuf_ut
103
- # TODO: either add library/cpp/containers/absl_flat_hash
104
- # or use __cplusplus macro to switch to C++20 and use std::unordered_set
103
+ # See fix/util-unit-tests branch
105
104
# string_transparent_hash_ut
106
105
string_ut
107
106
typelist_ut
@@ -221,15 +220,17 @@ if (YDB_SDK_TESTS)
221
220
cpu_id_ut
222
221
daemon_ut
223
222
datetime_ut
224
- direct_io_ut
223
+ # See fix/util-unit-tests branch
224
+ # direct_io_ut
225
225
env_ut
226
226
error_ut
227
227
event_ut
228
228
execpath_ut
229
229
filemap_ut
230
230
file_ut
231
231
flock_ut
232
- fstat_ut
232
+ # See fix/util-unit-tests branch
233
+ # fstat_ut
233
234
fs_ut
234
235
getpid_ut
235
236
guard_ut
@@ -254,7 +255,8 @@ if (YDB_SDK_TESTS)
254
255
src_root_ut
255
256
tempfile_ut
256
257
tls_ut
257
- type_name_ut
258
+ # See fix/util-unit-tests branch
259
+ # type_name_ut
258
260
types_ut
259
261
# TODO: add library/cpp/testing/benchmark
260
262
# depends only on NBench::Clobber, that's a memory optimization barrier
@@ -301,7 +303,7 @@ if (YDB_SDK_TESTS)
301
303
LINK_LIBRARIES
302
304
threading-future
303
305
)
304
- endif ()
306
+ endif (YDB_SDK_TESTS )
305
307
306
308
_ydb_sdk_add_library (yutil )
307
309
You can’t perform that action at this time.
0 commit comments