You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2022/05/25 11:41:58 UTC

[hive] branch master updated: disable flaky mysql metastore test

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

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 34b24d55ade disable flaky mysql metastore test
34b24d55ade is described below

commit 34b24d55ade393673424f077b69add43bad9f731
Author: Zoltan Haindrich <zh...@cloudera.com>
AuthorDate: Wed May 25 11:41:41 2022 +0000

    disable flaky mysql metastore test
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ade004a6c3e..79052c64e42 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -257,7 +257,7 @@ fi
   }
 
   def branches = [:]
-  for (def d in ['derby','postgres','mysql','oracle']) {
+  for (def d in ['derby','postgres',/*'mysql',*/'oracle']) {
     def dbType=d
     def splitName = "init@$dbType"
     branches[splitName] = {