php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79493 REDIRECTTESTs ignore CONFLICTS
Submitted: 2020-04-19 14:29 UTC Modified: 2020-04-25 13:29 UTC
From: cmb@php.net Assigned: cmb (profile)
Status: Not a bug Package: Testing related
PHP Version: 7.4Git-2020-04-19 (Git) OS: *
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cmb@php.net
New email:
PHP Version: OS:

 

 [2020-04-19 14:29 UTC] cmb@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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-04-24 14:52 UTC] nikic@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-25 13:29 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2020-04-25 13:29 UTC] cmb@php.net
Ah, you're right.  There is no such issue regarding the redirected
tests.  Sorry for the noise.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 11 02:01:26 2024 UTC