MCPcopy Create free account
hub / github.com/catboost/catboost / TestWaitWakeLivelockBug

Method TestWaitWakeLivelockBug

library/cpp/coroutine/engine/coroutine_ut.cpp:592–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void TCoroTest::TestWaitWakeLivelockBug() {
593 TContExecutor exec(20000);
594 exec.SetFailOnError(true);
595 exec.Execute(NCoroWaitWakeLivelockBug::DoMain);
596}
597
598namespace NCoroTestFastPathWake {
599 struct TState;

Callers

nothing calls this directly

Calls 2

SetFailOnErrorMethod · 0.80
ExecuteMethod · 0.45

Tested by

no test coverage detected