You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1555,21 +1555,6 @@ async Task ResetServer()
1555
1555
thrownewException("Error while resetting!");
1556
1556
}
1557
1557
}
1558
-
1559
-
/**
1560
-
* LIST todo
1561
-
* - Need to finish the test
1562
-
* - Need to make also a sync version of the tests (encryptAsync and CreateDataKeyAsync have some helper methods to do that)
1563
-
*/
1564
-
1565
-
/* For some reason, if I use a single httpClient that I reuse, the tests take about 2 min 45 sec to run
1566
-
* Some notes:
1567
-
* - Adding or not the client certificate does not make a difference
1568
-
* - When having the single client, it was a class variable initialized in the constructor and that
1569
-
* I was disposing it in OnDispose
1570
-
* - When modifying the code going from a single client to a client per method, then the first test method
1571
-
* takes 15 seconds, the following ones less than 1 second.
0 commit comments