mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: Always skip randomly failing OCI8 extauth tests
This commit is contained in:
@@ -5,8 +5,7 @@ oci8
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
|
||||
require(__DIR__.'/details.inc');
|
||||
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
||||
die("skip random CI timeouts caused by Oracle Instant Client, see https://github.com/php/php-src/pull/9524#issuecomment-1244409815");
|
||||
?>
|
||||
--INI--
|
||||
oci8.privileged_connect=1
|
||||
|
||||
@@ -4,8 +4,8 @@ Test External Authentication errors with oci_new_connect
|
||||
oci8
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
|
||||
die("skip random CI timeouts caused by Oracle Instant Client, see https://github.com/php/php-src/pull/9524#issuecomment-1244409815");
|
||||
?>
|
||||
--INI--
|
||||
oci8.privileged_connect=1
|
||||
|
||||
@@ -4,8 +4,8 @@ Test External Authentication errors with oci_pconnect
|
||||
oci8
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
|
||||
die("skip random CI timeouts caused by Oracle Instant Client, see https://github.com/php/php-src/pull/9524#issuecomment-1244409815");
|
||||
?>
|
||||
--INI--
|
||||
oci8.privileged_connect=1
|
||||
|
||||
@@ -6,11 +6,11 @@ oci8
|
||||
<?php
|
||||
if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
|
||||
?>
|
||||
--INI--
|
||||
oci8.privileged_connect=1
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
// Run Test
|
||||
|
||||
echo "Test 1\n";
|
||||
|
||||
$c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
|
||||
|
||||
Reference in New Issue
Block a user