From b3085bd0d437ed1914e194f3e6c4812db0c84b2e Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 12 May 2019 17:16:41 +0200 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) create mode 100644 ext/odbc/tests/CONFLICTS diff --git a/ext/odbc/tests/CONFLICTS b/ext/odbc/tests/CONFLICTS new file mode 100644 index 0000000000..a3722b55c5 --- /dev/null +++ b/ext/odbc/tests/CONFLICTS @@ -0,0 +1 @@ +odbc -- 2.40.0