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 19568ec commit ef4f6ddCopy full SHA for ef4f6dd
src/Ydb.Sdk/tests/Pool/SessionPoolTests.cs
@@ -80,7 +80,7 @@ private void StressTestSessionPoolAndCheckCreatedSessions(int parallelTasks, int
80
81
internal class TestSessionPool : SessionPool<TestSession>
82
{
83
- public int InvokedCreateSession;
+ public volatile int InvokedCreateSession;
84
85
public Status CreatedStatus { get; set; } = Status.Success;
86
0 commit comments