(SOLVED) Not all selected TCs are added to TestPlan
Posted: Tue Aug 23, 2011 1:19 pm
We're experiencing a following problem:
When we try to add a large number (200+) of Test Cases into a Test Plan, only some of them are added, rest is just not added. The test I just did: for only 1 platform to testplan, I selected 380 TCs, hit the [Add / Remove selected] button, after like 5 seconds the script ends, page is refreshed and just ~190 of them were added.
Looks like the script (which goes through the list processing TCs one by one, counting the platforms per testcase) just breaks/returns from execution after a certain number of processed items.
The same also happens when assigning TCs to specific platform/user combination.
Could someone point me to a possible cause of this problem? Low variable limits? Which?
Thank you.
Br.
Our variables:
PHP:
file_uploads On
upload_max_filesize 16M
max_input_time 60
memory_limit 512M
max_execution_time 300
post_max_size 16M
session.cache_expire 90000
session.gc_maxlifetime 54000
TestLink:
$tlCfg->import_file_max_size_bytes = '10485760';
$tlCfg->sessionInactivityTimeout = 990000;
ini_set('session.cache_expire',90000);
ini_set('session.gc_maxlifetime', 5400
[edit on 2.sep.2011]
Anyone please?
[/edit]
When we try to add a large number (200+) of Test Cases into a Test Plan, only some of them are added, rest is just not added. The test I just did: for only 1 platform to testplan, I selected 380 TCs, hit the [Add / Remove selected] button, after like 5 seconds the script ends, page is refreshed and just ~190 of them were added.
Looks like the script (which goes through the list processing TCs one by one, counting the platforms per testcase) just breaks/returns from execution after a certain number of processed items.
The same also happens when assigning TCs to specific platform/user combination.
Could someone point me to a possible cause of this problem? Low variable limits? Which?
Thank you.
Br.
Our variables:
PHP:
file_uploads On
upload_max_filesize 16M
max_input_time 60
memory_limit 512M
max_execution_time 300
post_max_size 16M
session.cache_expire 90000
session.gc_maxlifetime 54000
TestLink:
$tlCfg->import_file_max_size_bytes = '10485760';
$tlCfg->sessionInactivityTimeout = 990000;
ini_set('session.cache_expire',90000);
ini_set('session.gc_maxlifetime', 5400
[edit on 2.sep.2011]
Anyone please?
[/edit]