Skip to content

Commit 43b5499

Browse files
authored
PHPC-2156: Work around crypt_shared log output (#1403)
1 parent 18901bb commit 43b5499

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

tests/cursor/bug1529-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PHPC-1529: Resetting a client should also reset the keyVaultClient
77
<?php skip_if_server_version('<', '4.2'); ?>
88
<?php skip_if_not_libmongocrypt(); ?>
99
<?php skip_if_not_clean(); ?>
10+
<?php skip_if_crypt_shared(); // Build fails due to SERVER-71049 ?>
1011
--FILE--
1112
<?php
1213
require_once __DIR__ . "/../utils/basic.inc";

tests/manager/manager-ctor-auto_encryption-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ MongoDB\Driver\Manager::__construct(): autoEncryption options
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_libmongocrypt(); ?>
6+
<?php skip_if_crypt_shared(); // Build fails due to SERVER-71049 ?>
67
--FILE--
78
<?php
89

tests/manager/manager-ctor-auto_encryption-002.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ MongoDB\Driver\Manager::__construct(): crypt_shared is required
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_libmongocrypt(); ?>
66
<?php skip_if_no_crypt_shared(); ?>
7+
--XFAIL--
8+
crypt_shared log output breaks build (PHPC-2156)
79
--FILE--
810
<?php
911

tests/manager/manager-getencryptedfieldsmap-001.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--TEST--
22
MongoDB\Driver\Manager::getEncryptedFieldsMap()
3+
--SKIPIF--
4+
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
5+
<?php skip_if_crypt_shared(); // Build fails due to SERVER-71049 ?>
36
--FILE--
47
<?php
58

0 commit comments

Comments
 (0)