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
// Exception in encryption library: ChangeCipherSpec message sequence violation
45
-
.test("client-side-encryption", "namedKMS-createDataKey", "create datakey with named KMIP KMS provider")
46
-
// Number of checked out connections must match expected
47
-
.test("load-balancers", "cursors are correctly pinned to connections for load-balanced clusters", "pinned connections are returned after a network error during a killCursors request")
45
+
// Exception in encryption library: ChangeCipherSpec message sequence violation
.test("client-side-encryption", "namedKMS-createDataKey", "create datakey with named KMIP KMS provider");
49
+
50
+
def.retry("TODO reason")
51
+
.whenExceptionContains("Number of checked out connections must match expected")
52
+
.test("load-balancers", "cursors are correctly pinned to connections for load-balanced clusters", "pinned connections are returned after a network error during a killCursors request");
53
+
54
+
def.retry("TODO reason")
48
55
.test("client-side-encryption", "namedKMS-rewrapManyDataKey", "rewrap to kmip:name1");
49
56
50
57
// atlas-data-lake
@@ -268,6 +275,7 @@ public static final class TestDef {
0 commit comments