Skip to content

Commit ef4f6dd

Browse files
dev: fix flap SessionPoolTests
1 parent 19568ec commit ef4f6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/tests/Pool/SessionPoolTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private void StressTestSessionPoolAndCheckCreatedSessions(int parallelTasks, int
8080

8181
internal class TestSessionPool : SessionPool<TestSession>
8282
{
83-
public int InvokedCreateSession;
83+
public volatile int InvokedCreateSession;
8484

8585
public Status CreatedStatus { get; set; } = Status.Success;
8686

0 commit comments

Comments
 (0)