This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch v3.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/v3.1 by this push:
     new bba2d9e  [FLINK-32342] Set fork count to 1 for IT cases, to mitigate 
flaky SQL Server test. This closes #60
bba2d9e is described below

commit bba2d9e2cf03e227c3e4461324389e8c4a307fb9
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Thu Jun 15 10:24:07 2023 +0200

    [FLINK-32342] Set fork count to 1 for IT cases, to mitigate flaky SQL 
Server test. This closes #60
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 479aa2d..ac70c32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@ under the License.
         <log4j.version>2.17.2</log4j.version>
 
         
<flink.parent.artifactId>flink-connector-jdbc-parent</flink.parent.artifactId>
+        <flink.forkCountITCase>1</flink.forkCountITCase>
     </properties>
 
     <dependencies>

Reply via email to