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
Expect this to fail with an exception with a message containing the string: "parse error"
781
+
Expect this to fail with a network exception indicating failure to resolve "doesnotexist.invalid".
782
782
783
783
7. Call `client_encryption.createDataKey()` with "azure" as the provider and the following masterKey:
784
784
@@ -791,7 +791,7 @@ Test cases
791
791
792
792
Expect this to succeed. Use the returned UUID of the key to explicitly encrypt and decrypt the string "test" to validate it works.
793
793
794
-
Call ``client_encryption_invalid.createDataKey()`` with the same masterKey. Expect this to fail with an exception with a message containing the string: "parse error".
794
+
Call ``client_encryption_invalid.createDataKey()`` with the same masterKey. Expect this to fail with a network exception indicating failure to resolve "doesnotexist.invalid".
795
795
796
796
8. Call `client_encryption.createDataKey()` with "gcp" as the provider and the following masterKey:
797
797
@@ -807,7 +807,7 @@ Test cases
807
807
808
808
Expect this to succeed. Use the returned UUID of the key to explicitly encrypt and decrypt the string "test" to validate it works.
809
809
810
-
Call ``client_encryption_invalid.createDataKey()`` with the same masterKey. Expect this to fail with an exception with a message containing the string: "parse error".
810
+
Call ``client_encryption_invalid.createDataKey()`` with the same masterKey. Expect this to fail with a network exception indicating failure to resolve "doesnotexist.invalid".
811
811
812
812
9. Call `client_encryption.createDataKey()` with "gcp" as the provider and the following masterKey:
813
813
@@ -818,7 +818,7 @@ Test cases
818
818
"location":"global",
819
819
"keyRing":"key-ring-csfle",
820
820
"keyName":"key-name-csfle",
821
-
"endpoint":"example.com:443"
821
+
"endpoint":"doesnotexist.invalid:443"
822
822
}
823
823
824
824
Expect this to fail with an exception with a message containing the string: "Invalid KMS response".
0 commit comments