Skip to content

Commit

Permalink
update test routine laod cases
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJianxu committed Nov 5, 2024
1 parent 22e160a commit b130340
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ suite("test_routine_load","p0") {


def tables = [
"dup_tbl_basic",
"uniq_tbl_basic",
"mow_tbl_basic",
"agg_tbl_basic",
"dup_tbl_array",
"uniq_tbl_array",
"mow_tbl_array",
"dup_tbl_basic"
]

def multiTables = [
Expand Down Expand Up @@ -711,7 +705,8 @@ suite("test_routine_load","p0") {
i++
} catch (Exception e) {
log.info("exception: ${e.toString()}".toString())
assertEquals(e.toString(), "ERROR 1105 (HY000): errCode = 2, detailMessage = desired_concurrent_number should > 0")
assertEquals(e.toString().contains("exec_mem_limitshould > 0"), true)

}
}
} finally {
Expand Down

0 comments on commit b130340

Please sign in to comment.