File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
cache_key : test-oceanbase-ce
21
21
image_file : oceanbase-ce.tar
22
- version : 4.3.2.0-100000092024072912
22
+ version : 4.2.1.8-108000022024072217
23
23
24
24
test-slim :
25
25
needs : build
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export OB_CLUSTER_NAME=${OB_CLUSTER_NAME:-obcluster}
6
6
if [ " x${MODE^^} " == " xMINI" ]; then
7
7
export OB_MEMORY_LIMIT=${OB_MEMORY_LIMIT:- 6G}
8
8
export OB_SYSTEM_MEMORY=${OB_SYSTEM_MEMORY:- 1G}
9
- export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:- 5G }
10
- export OB_LOG_DISK_SIZE=${OB_LOG_DISK_SIZE:- 5G }
9
+ export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:- 2G }
10
+ export OB_LOG_DISK_SIZE=${OB_LOG_DISK_SIZE:- 4G }
11
11
export OB_SCENARIO=${OB_SCENARIO:- express_oltp}
12
12
else
13
13
export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:- 20G}
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ function create_tenant() {
122
122
if ! [ -z " ${OB_TENANT_LOG_DISK_SIZE} " ]; then
123
123
create_tenant_cmd=" ${create_tenant_cmd} --log-disk-size=${OB_TENANT_LOG_DISK_SIZE} "
124
124
fi
125
+ echo " ${create_tenant_cmd} "
125
126
eval ${create_tenant_cmd}
126
127
if [ $? -ne 0 ]; then
127
128
deploy_failed
You can’t perform that action at this time.
0 commit comments