Browse Source

- increase number of routing rules in test, after fetch_result support
introduction


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4877 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 năm trước cách đây
mục cha
commit
4842df38cb
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      test/unit/37.sh

+ 5 - 4
test/unit/37.sh

@@ -24,9 +24,10 @@ source include/require
 source include/database
 
 CFG=13.cfg
-# number of routes, multiplied with 10, for bigger rule sets
-# its necessary to increase the PKG_MEM_POOL_SIZE
-NR=375
+# number of routes, multiplied with 10
+# if you want to increase this above 8500, uncomment the fifo command below,
+# otherwise this will fails with memory allocation errors (with 1MB PKG mem)
+NR=850
 
 if ! (check_kamailio && check_module "carrierroute" && check_module "db_mysql" && check_mysql); then
 	exit 0
@@ -64,7 +65,7 @@ done
 ret=$?
 
 # adjust if you have bigger rule sets
-sleep 1
+sleep 2
 
 cd ../scripts