Edit report at https://bugs.php.net/bug.php?id=79493&edit=1

 ID:                 79493
 Updated by:         c...@php.net
 Reported by:        c...@php.net
 Summary:            REDIRECTTESTs ignore CONFLICTS
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            Testing related
 Operating System:   *
 PHP Version:        7.4Git-2020-04-19 (Git)
-Assigned To:        
+Assigned To:        cmb
 Block user comment: N
 Private report:     N

 New Comment:

Ah, you're right.  There is no such issue regarding the redirected
tests.  Sorry for the noise.


Previous Comments:
------------------------------------------------------------------------
[2020-04-24 14:52:30] ni...@php.net

Are you sure about this? At the level where we process REDIRECTTEST, we should 
see the CONFLICTS and mark the test as conflicting. The test only gets broken 
down to the individual tests later (possibly even on a worker? Not sure on 
that.)

------------------------------------------------------------------------
[2020-04-19 14:29:41] c...@php.net

Description:
------------
run-test.php supports CONFLICTS files and sections so all tests
with the same conflict tag are always run sequentially to avoid
test case conflicts. However, REDIRECTTESTs are not aware of these
CONFLICTS, so, for instance, PDO tests using PDO_MYSQL may run in
parallel with mysqli tests, which can cause spurious test
failures.



------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=79493&edit=1

Reply via email to