You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ay...@apache.org on 2023/08/24 22:32:28 UTC

[hive] branch master updated: disable flaky oracle test.

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

ayushsaxena 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 4903585a34a disable flaky oracle test.
4903585a34a is described below

commit 4903585a34ae44bb3fec4207b5acab63f6bfc8c1
Author: Ayush Saxena <ay...@cloudera.com>
AuthorDate: Fri Aug 25 04:00:30 2023 +0530

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 2c551a21568..9b7d9ba260d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -272,7 +272,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] = {