Skip to content

Commit f11228c

Browse files
committed
Add conflict markers for dba tests
These tests use the same filename, and as such must not be run in parallel.
1 parent faa83f2 commit f11228c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

ext/dba/tests/dba_optimize.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
DBA Optimize Test
33
--EXTENSIONS--
44
dba
5+
--CONFLICTS--
6+
dba
57
--SKIPIF--
68
<?php
79
require_once __DIR__ .'/skipif.inc';

ext/dba/tests/gh9155.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults)
33
--EXTENSIONS--
44
dba
5+
--CONFLICTS--
6+
dba
57
--SKIPIF--
68
<?php
79
$handler = "flatfile";

ext/dba/tests/value_errors_open.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
DBA argument tests
33
--EXTENSIONS--
44
dba
5+
--CONFLICTS--
6+
dba
57
--SKIPIF--
68
<?php
79
require_once(__DIR__ .'/skipif.inc');

0 commit comments

Comments
 (0)