[Regresstion](external)open case test_doris_jdbc_catalog (#24093)

open case test_doris_jdbc_catalog
This commit is contained in:
zhangguoqiang
2023-09-13 10:09:58 +08:00
committed by GitHub
parent 1f769291b5
commit 026cefbfbc
2 changed files with 4 additions and 2 deletions

View File

@ -54,7 +54,9 @@ testDirectories = ""
// this groups will not be executed
excludeGroups = ""
// this suites will not be executed
excludeSuites = "test_sql_block_rule,test_ddl,test_analyze,test_leading,test_stream_load_move_memtable,ds_rf95,ds_rf16,ds_rf94,test_profile,test_broker_load,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog,nereids_delete_mow_partial_update,insert_group_commit_with_prepare_stmt"
excludeSuites = "test_sql_block_rule,test_ddl,test_analyze,test_leading,test_stream_load_move_memtable,ds_rf95,ds_rf16,ds_rf94,test_profile,test_broker_load,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,nereids_delete_mow_partial_update,insert_group_commit_with_prepare_stmt"
// this directories will not be executed
excludeDirectories = "workload_manager_p1"

View File

@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
suite("test_hdfs_json_load", "p0,external,hive") {
suite("test_hdfs_json_load", "p0,external,external_docker,external_docker_hive,hive") {
// define a sql table
def testTable = "test_hdfs_json_load"