From: Christopher Jones Date: Thu, 10 Sep 2020 07:33:30 +0000 (+1000) Subject: Make PDO_OCI test more resilient X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bca32de0c7d030e75d052fb51255bc9303fa010c;p=php Make PDO_OCI test more resilient --- diff --git a/ext/pdo_oci/tests/pdo_oci_stream_2a.phpt b/ext/pdo_oci/tests/pdo_oci_stream_2a.phpt index bd4cb8ad11..163a2c5fee 100644 --- a/ext/pdo_oci/tests/pdo_oci_stream_2a.phpt +++ b/ext/pdo_oci/tests/pdo_oci_stream_2a.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO OCI: Inserts 10K with 1 number and 2 LOB columns (stress test) +PDO OCI: Inserts 1K with 1 number and 2 LOB columns (stress test) --SKIPIF-- --EXPECT-- -Inserting 10000 Records ... Done +Inserting 1000 Records ... Done diff --git a/ext/pdo_oci/tests/pdo_oci_stream_2b.phpt b/ext/pdo_oci/tests/pdo_oci_stream_2b.phpt index a50b4815c3..de09c48728 100644 --- a/ext/pdo_oci/tests/pdo_oci_stream_2b.phpt +++ b/ext/pdo_oci/tests/pdo_oci_stream_2b.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO OCI: Fetches 10K records from a table that contains 1 number and 2 LOB columns (stress test) +PDO OCI: Fetches 1K records from a table that contains 1 number and 2 LOB columns (stress test) --SKIPIF--