@@ -221,8 +221,6 @@ if (YDB_SDK_TESTS)
221
221
cpu_id_ut
222
222
daemon_ut
223
223
datetime_ut
224
- # TODO: fix direct_io_ut
225
- # TDirectIoErrorHandling::Constructor: did not throw any exception (expected TFileError)
226
224
direct_io_ut
227
225
env_ut
228
226
error_ut
@@ -231,10 +229,6 @@ if (YDB_SDK_TESTS)
231
229
filemap_ut
232
230
file_ut
233
231
flock_ut
234
- # TODO: fix fstat_ut
235
- # TestFileStat::SymlinkToExistingFileTest
236
- # TestFileStat::SymlinkToNonExistingFileTest
237
- # TestFileStat::SymlinkToFileThatCantExistTest
238
232
fstat_ut
239
233
fs_ut
240
234
getpid_ut
@@ -259,14 +253,7 @@ if (YDB_SDK_TESTS)
259
253
src_location_ut
260
254
src_root_ut
261
255
tempfile_ut
262
- # TODO: fix thread_ut
263
- # TSysThreadTest::TestSetGetThreadNameInChildThread
264
- thread_ut
265
256
tls_ut
266
- # TODO: fix type_name_ut
267
- # TypeName::FromWellKnownTypes
268
- # TypeName::FromArcadiaTypes
269
- # TypeName::FromWellKnownValues
270
257
type_name_ut
271
258
types_ut
272
259
# TODO: add library/cpp/testing/benchmark
@@ -277,10 +264,14 @@ if (YDB_SDK_TESTS)
277
264
)
278
265
279
266
# This test checks if the executable file's name (the same name as the target)
280
- # is either "util-system-ut" or slightly different variations
267
+ # is either "util-system-ut" or slightly different variations.
268
+ # It also compares the executable file's name and the current thread name,
269
+ # whose length can't be more than 16 bytes in Linux, so "util-system-ut" is
270
+ # a suitable name.
281
271
add_ydb_test (NAME util-system-ut
282
272
SOURCES
283
273
system /progname_ut.cpp
274
+ system /thread_ut.cpp
284
275
LINK_LIBRARIES
285
276
yutil
286
277
cpp-testing-unittest_main
0 commit comments