Update to 8.0.16
This commit is contained in:
parent
e1db7120b2
commit
3e36d164af
3 changed files with 29 additions and 13 deletions
|
|
@ -1,8 +1,17 @@
|
|||
From 62f1bf44f6cee0fd97500d6f761a3e03810318df Mon Sep 17 00:00:00 2001
|
||||
From: Jakub Janco <jjanco@redhat.com>
|
||||
Date: Mon, 6 May 2019 15:05:17 +0200
|
||||
Subject: [PATCH] Remove coverage test
|
||||
|
||||
---
|
||||
build.xml | 133 --------------------------------------------------------------
|
||||
1 file changed, 133 deletions(-)
|
||||
|
||||
diff --git a/build.xml b/build.xml
|
||||
index 03efb55f..9bf9abfe 100644
|
||||
index 7572a4ce..fcce72be 100644
|
||||
--- a/build.xml
|
||||
+++ b/build.xml
|
||||
@@ -306,13 +306,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
||||
@@ -303,14 +303,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
||||
<pathelement location="${com.mysql.cj.testsuite.build.dir}/${com.mysql.cj.build.driver.fullName}" />
|
||||
</path>
|
||||
|
||||
|
|
@ -13,10 +22,11 @@ index 03efb55f..9bf9abfe 100644
|
|||
- </fileset>
|
||||
- </classpath>
|
||||
- </taskdef>
|
||||
|
||||
-
|
||||
|
||||
<!-- ************************* -->
|
||||
@@ -1182,58 +1175,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
||||
<!-- ***** VERIFICATIONS ***** -->
|
||||
@@ -1276,56 +1268,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
||||
</condition>
|
||||
<echo>${com.mysql.cj.testsuite.message.test.mode}</echo>
|
||||
|
||||
|
|
@ -43,9 +53,6 @@ index 03efb55f..9bf9abfe 100644
|
|||
- <include name="**/*.jar" />
|
||||
- <exclude name="**/protobuf-java-2.6.0.jar" />
|
||||
- </fileset>
|
||||
- <fileset dir="${com.mysql.cj.build.dir.driver}/lib">
|
||||
- <include name="**/*.jar" />
|
||||
- </fileset>
|
||||
- <pathelement location="${com.mysql.cj.build.dir.driver}" />
|
||||
- <pathelement location="${com.mysql.cj.testsuite.build.dir}/${com.mysql.cj.build.driver.fullName}" />
|
||||
- <pathelement path="${com.mysql.cj.testsuite.build.classpath}" />
|
||||
|
|
@ -72,10 +79,11 @@ index 03efb55f..9bf9abfe 100644
|
|||
- </batchtest>
|
||||
- </junit>
|
||||
- </jacoco:coverage>
|
||||
|
||||
-
|
||||
<junitreport todir="${com.mysql.cj.testsuite.junit.results}/report">
|
||||
<fileset dir="${com.mysql.cj.testsuite.junit.results}">
|
||||
@@ -1253,79 +1194,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
||||
<include name="**/TEST-*.xml" />
|
||||
@@ -1344,81 +1286,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
||||
</target>
|
||||
|
||||
|
||||
|
|
@ -152,6 +160,11 @@ index 03efb55f..9bf9abfe 100644
|
|||
- <isset property="com.mysql.cj.coverage.report.dir" />
|
||||
- </condition>
|
||||
- </target>
|
||||
|
||||
|
||||
-
|
||||
-
|
||||
<!-- ***************************** -->
|
||||
<!-- ***** RPM/DEB PACKAGING ***** -->
|
||||
<!-- ***************************** -->
|
||||
--
|
||||
2.14.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue