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 ae784b6 commit 8516a99Copy full SHA for 8516a99
src/Ydb.Sdk/tests/Pool/SessionPoolTests.cs
@@ -74,7 +74,7 @@ private void StressTestSessionPoolAndCheckCreatedSessions(int parallelTasks, int
74
75
Task.WaitAll(tasks);
76
77
- Assert.Equal(expectedCreatedSessions, _testSessionPool.InvokedCreateSession);
+ Assert.True(expectedCreatedSessions <= _testSessionPool.InvokedCreateSession);
78
}
79
80
0 commit comments