File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public abstract class BaseDriver : IDriver
6767 internal readonly GrpcChannelFactory GrpcChannelFactory ;
6868 internal readonly ChannelPool < GrpcChannel > ChannelPool ;
6969
70- private int _ownerCount ;
70+ private volatile int _ownerCount ;
7171
7272 protected volatile int Disposed ;
7373
Original file line number Diff line number Diff line change 11using System . Collections . Immutable ;
22using Xunit ;
3- using Xunit . Abstractions ;
43
54namespace Ydb . Sdk . Ado . Tests ;
65
7- [ Collection ( "PoolManagerTests" ) ]
8- [ CollectionDefinition ( "PoolManagerTests" , DisableParallelization = true ) ]
6+ [ Collection ( "DisableParallelization" ) ]
97public class PoolManagerTests
108{
119 [ Theory ]
Original file line number Diff line number Diff line change 1+ using Xunit ;
2+
3+ namespace Ydb . Sdk . Ado . Tests . Utils ;
4+
5+ [ CollectionDefinition ( "DisableParallelization" , DisableParallelization = true ) ]
6+ public class DisableParallelization ;
Original file line number Diff line number Diff line change 33
44namespace Ydb . Sdk . Ado . Tests ;
55
6- [ Collection ( "YdbSchemaTests isolation test" ) ]
7- [ CollectionDefinition ( "YdbSchemaTests isolation test" , DisableParallelization = true ) ]
6+ [ Collection ( "DisableParallelization" ) ]
87public class YdbSchemaTests : TestBase
98{
109 private readonly string _table1 ;
You can’t perform that action at this time.
0 commit comments