Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.time.LocalDate;

suite("add_drop_partition_by_hdfs") {
if (!enableHdfs()) {
logger.info("skip this case because hdfs is not enabled");
throw new RuntimeException("Hdfs is not enabled, if you want to skip this case, please mute it in regression-conf.groovy");
}
def fetchBeHttp = { check_func, meta_url ->
def i = meta_url.indexOf("/api")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.time.LocalDate;

suite("cold_heat_dynamic_partition_by_hdfs") {
if (!enableHdfs()) {
logger.info("skip this case because hdfs is not enabled");
throw new RuntimeException("Hdfs is not enabled, if you want to skip this case, please mute it in regression-conf.groovy");
}
def fetchBeHttp = { check_func, meta_url ->
def i = meta_url.indexOf("/api")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods

suite("create_table_use_partition_policy_by_hdfs") {
if (!enableHdfs()) {
logger.info("skip this case because hdfs is not enabled");
throw new RuntimeException("Hdfs is not enabled, if you want to skip this case, please mute it in regression-conf.groovy");
}
def fetchBeHttp = { check_func, meta_url ->
def i = meta_url.indexOf("/api")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods

suite("create_table_use_policy_by_hdfs") {
if (!enableHdfs()) {
logger.info("skip this case because hdfs is not enabled");
throw new RuntimeException("Hdfs is not enabled, if you want to skip this case, please mute it in regression-conf.groovy");
}
def fetchBeHttp = { check_func, meta_url ->
def i = meta_url.indexOf("/api")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods

suite("load_colddata_to_hdfs") {
if (!enableHdfs()) {
logger.info("skip this case because hdfs is not enabled");
throw new RuntimeException("Hdfs is not enabled, if you want to skip this case, please mute it in regression-conf.groovy");
}

def fetchBeHttp = { check_func, meta_url ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods

suite("modify_replica_use_partition_by_hdfs") {
if (!enableHdfs()) {
logger.info("skip this case because hdfs is not enabled");
throw new RuntimeException("Hdfs is not enabled, if you want to skip this case, please mute it in regression-conf.groovy");
}
def replicaNum = getFeConfig("force_olap_table_replication_num")
setFeConfig("force_olap_table_replication_num", 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods

suite("table_modify_resouce_by_hdfs") {
if (!enableHdfs()) {
logger.info("skip this case because hdfs is not enabled");
throw new RuntimeException("Hdfs is not enabled, if you want to skip this case, please mute it in regression-conf.groovy");
}
def fetchBeHttp = { check_func, meta_url ->
def i = meta_url.indexOf("/api")
Expand Down