We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f562a8 commit f86a01cCopy full SHA for f86a01c
ydb/core/blobstorage/ut_blobstorage/ut_helpers.h
@@ -46,7 +46,6 @@ class TInflightActor : public TActorBootstrapped<TInflightActor> {
46
RequestInFlight--;
47
RequestsToSend--;
48
RequestsSent++;
49
- Y_ABORT_UNLESS(RequestsSent < 200);
50
SendRequest();
51
} else if (!WakeupScheduled) {
52
Schedule(Settings.Delay - timePassed, new TEvents::TEvWakeup);
0 commit comments