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

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

 New Comment:

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.)


Previous Comments:
------------------------------------------------------------------------
[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