]> granicus.if.org Git - php/commit
Prevent race conditions
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 12 May 2019 15:16:41 +0000 (17:16 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 12 May 2019 15:16:41 +0000 (17:16 +0200)
commitb3085bd0d437ed1914e194f3e6c4812db0c84b2e
treece3c082fbc3bdbc6994e591946812e965ad4d51c
parentf1552c864f8b89d59be3a51929bd3411e8947c54
Prevent race conditions

Since all current ODBC test cases use the same DSN, there may be
conflicts when running tests in parallel.  We prevent this by adding a
CONFLICTS marker which might be unnecessarily general, but get's the
job done, and still can be refined later.
ext/odbc/tests/CONFLICTS [new file with mode: 0644]