From cb75d9c5758c586f72f80d9738d1de0e7c3596ff Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 7 Apr 2022 14:15:08 +1000 Subject: MDEV-27955: main.func_json_notembedded postfix -make big While attempting to reduce the iterations per Monty's suggestion in MDEV-27955, I wasn't able to succeed in arriving at a predictable value. While some functions like json_merge_patch where predictably within the limit on small values, other functions like json_array_append where still significantly fast to generate a result and not ER_STATEMENT_TIMEOUT. So lets leave this as a big test and hope test machine have sufficient ram for the lower, but still large results previously committed. --- mysql-test/main/func_json_notembedded.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/main/func_json_notembedded.test b/mysql-test/main/func_json_notembedded.test index 9b2bd4e8d77..9f2595fbac1 100644 --- a/mysql-test/main/func_json_notembedded.test +++ b/mysql-test/main/func_json_notembedded.test @@ -1,5 +1,6 @@ source include/have_profiling.inc; source include/not_embedded.inc; +source include/big_test.inc; set global max_allowed_packet=1073741824; connect u,localhost,root; -- cgit v1.2.1