diff options
author | ijon <ijon@ydb.tech> | 2025-03-06 19:25:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 19:25:39 +0300 |
commit | 06876fe20685ad9d3c6854ddb01ad386bce93f71 (patch) | |
tree | d8b152f7ab085a716e9222bce6f311edfdbc66c3 /util/folder/fts_ut.cpp | |
parent | 73ab111f4014c5df185d1567521b256e8c90be5a (diff) | |
download | ydb-06876fe20685ad9d3c6854ddb01ad386bce93f71.tar.gz |
tests/library/harness: get rid of warnings on un-closed files (#15274)
tests/library/harness: get rid of warnings on un-closed files.
`KiKiMRNode`-`Daemon` manage process of ydb node (ydbd).
`Daemon` opens stderr, stdout.
`KiKiMRNode` opens log file.
Change `Daemon` to open all those files on (every) `Daemon.start()` and close on (every) `Daemon.{stop,kill}()` instead of opening them once at `KiKiMRNode`-`Daemon` construction and never closing.
Diffstat (limited to 'util/folder/fts_ut.cpp')
0 files changed, 0 insertions, 0 deletions