Skip to content

Commit

Permalink
ext/mysqli: Work on making tests parallizable (php#11814)
Browse files Browse the repository at this point in the history
Batch 1 of amending tests, so they can run in parallel.

Co-authored-by: Kamil Tekiela <[email protected]>
  • Loading branch information
Girgias and kamil-tekiela authored Sep 29, 2023
1 parent 7200bc2 commit 6a4031b
Show file tree
Hide file tree
Showing 98 changed files with 2,704 additions and 3,104 deletions.
5 changes: 4 additions & 1 deletion ext/mysqli/tests/001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
mysqli connect
--EXTENSIONS--
mysqli
--CONFLICTS--
mysqli
--SKIPIF--
<?php
require_once 'skipifconnectfailure.inc';
?>
--FILE--
<?php
require_once 'connect.inc';
// TODO Not conflicting with parallel?
require_once("connect.inc");

$test = "";

Expand Down
86 changes: 0 additions & 86 deletions ext/mysqli/tests/002.phpt

This file was deleted.

104 changes: 0 additions & 104 deletions ext/mysqli/tests/003.phpt

This file was deleted.

90 changes: 0 additions & 90 deletions ext/mysqli/tests/004.phpt

This file was deleted.

62 changes: 0 additions & 62 deletions ext/mysqli/tests/005.phpt

This file was deleted.

Loading

0 comments on commit 6a4031b

Please sign in to comment.