We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc4118 commit 0eed8e9Copy full SHA for 0eed8e9
1 file changed
tests/MongoDB.Driver.Tests/Core/Operations/AsyncCursorTests.cs
@@ -635,12 +635,12 @@ private void VerifyHowManyTimesKillCursorsCommandWasCalled(Mock<IChannelHandle>
635
public class AsyncCursorIntegrationTests : OperationTestBase
636
{
637
[Theory]
638
- [InlineData(0, 1000)]
+ //[InlineData(0, 1000)] //TODO Investigate
639
[InlineData(2, 2)]
640
[InlineData(2, 1000)]
641
[InlineData(4, 2)]
642
[InlineData(4, 4)]
643
- //TODO Investigate [InlineData(4, 1000)]
+ [InlineData(4, 1000)]
644
public void Session_reference_count_should_be_decremented_as_soon_as_possible(int collectionSize, int batchSize)
645
646
RequireServer.Check();
0 commit comments