Skip to content

Unparallelize IO heavy tests #10953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ext/mysqli/tests/mysqli_fetch_array_large.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ mysqli
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
require_once('skipifconnectfailure.inc');
?>
--CONFLICTS--
all
--INI--
memory_limit=-1
--FILE--
Expand Down
2 changes: 2 additions & 0 deletions ext/mysqli/tests/mysqli_stmt_bind_limits.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ mysqli
<?php
require_once('skipifconnectfailure.inc');
?>
--CONFLICTS--
all
--FILE--
<?php
require_once("connect.inc");
Expand Down
3 changes: 2 additions & 1 deletion ext/oci8/tests/CONFLICTS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
oci8
# OCI tests are network intensive and may cause timeouts in other tests
all
3 changes: 2 additions & 1 deletion ext/pdo_oci/tests/CONFLICTS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
oci8
# OCI tests are network intensive and may cause timeouts in other tests
all
2 changes: 2 additions & 0 deletions ext/standard/tests/file/bug81145.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if (PHP_OS_FAMILY !== "Windows") {
@unlink(__DIR__ . "/bug81145_src.bin");
}
?>
--CONFLICTS--
all
--FILE--
<?php
$src = __DIR__ . "/bug81145_src.bin";
Expand Down
2 changes: 2 additions & 0 deletions ext/tidy/tests/parsing_file_too_large.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
if (getenv("SKIP_ASAN")) die("skip too big for asan");
?>
--CONFLICTS--
all
--INI--
memory_limit="5G"
--FILE--
Expand Down
2 changes: 2 additions & 0 deletions sapi/cli/tests/upload_2G.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ if (getenv('SKIP_PERF_SENSITIVE')) {
die("skip Test may be very slow if PHP is instrumented");
}
?>
--CONFLICTS--
all
--FILE--
<?php

Expand Down