summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-09-30 17:00:09 +0300
committerrobot-piglet <[email protected]>2025-09-30 17:11:54 +0300
commit93c3c7e2863c2e70b8d2959681210da19439af87 (patch)
treed9de7388635b3c05fd5b38dc3b32ed06eb99b722 /library/cpp
parent2266fce1ac8998d68d921a03e902e0596fe204a4 (diff)
Intermediate changes
commit_hash:d932ec0ffc0aaea61db064d99b47b64653cd406e
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/threading/unittests/spin_lock_fork_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/threading/unittests/spin_lock_fork_ut.cpp b/library/cpp/yt/threading/unittests/spin_lock_fork_ut.cpp
index be85a4de565..8bfd848481f 100644
--- a/library/cpp/yt/threading/unittests/spin_lock_fork_ut.cpp
+++ b/library/cpp/yt/threading/unittests/spin_lock_fork_ut.cpp
@@ -102,7 +102,7 @@ TEST(TReaderWriterSpinLockTest, ForkFriendlyness)
TEST(TForkAwareSpinLockTest, ForkSafety)
{
// TODO(pavook): reenable.
- GTEST_SKIP_("Writer processing guarantee not implemented yet - skipping the test");
+ GTEST_SKIP_("We are forced to use WriterStarvingRWSpinLock because of reentrancy problems - skipping the non-starvation test");
std::atomic<bool> stopped = {false};
YT_DECLARE_SPIN_LOCK(TForkAwareSpinLock, lock);