Anonymous | Login | Signup for a new account | 2019-12-10 21:38 UTC | ![]() |
Main | My View | View Issues | Change Log | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0005927 | TestLink | Test Execute | public | 2013-09-17 20:45 | 2013-11-17 09:53 | ||||
Reporter | Gonzo | ||||||||
Assigned To | fman | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 1.9.8 (2013 Q3 - bug fixing) | ||||||||
Fixed in Version | 1.9.9 (2013 Q4 - bug fixing) | ||||||||
Summary | 0005927: Bulk execution not updating execution status | ||||||||
Description | When doing bulk execution the results are not saved. Setting global or individual results does not add execution results. | ||||||||
Steps To Reproduce | 1. Turn on bulk update by adding $tlCfg->exec_cfg->show_testsuite_contents = ENABLED; to custom_config.inc.php 2. Go to Test Execution 3. Select a suite with tests 4. Select Blocked in the Result box 5. Click Save Execution 6. Notice that the status has not changed for any of the tests | ||||||||
Tags | No tags attached. | ||||||||
Database (MySQL,Postgres,etc) | MySql | ||||||||
Browser | |||||||||
PHP Version | |||||||||
TestCaseID | |||||||||
QA Team - Task Workflow Status | READY FOR TESTING | ||||||||
Attached Files | |||||||||
![]() |
||||||
|
![]() |
|
(0019653) Gonzo (reporter) 2013-09-17 20:50 edited on: 2013-09-17 20:52 |
I fixed this issue by changing lib/execute/execSetResults.php line 140 from: if( $args->save_results ) to if( $args->save_results || $args->do_bulk_save ) |
(0020090) fman (administrator) 2013-11-17 09:53 |
1.9.9 Released |
![]() |
|||
Date Modified | Username | Field | Change |
2013-09-17 20:45 | Gonzo | New Issue | |
2013-09-17 20:50 | Gonzo | Note Added: 0019653 | |
2013-09-17 20:52 | Gonzo | Note Edited: 0019653 | View Revisions |
2013-09-17 20:52 | fman | Assigned To | => fman |
2013-09-17 20:52 | fman | Status | new => acknowledged |
2013-09-17 21:11 | fman | QA Team - Task Workflow Status | TBD => READY FOR TESTING |
2013-09-17 21:11 | fman | Status | acknowledged => resolved |
2013-09-17 21:11 | fman | Fixed in Version | => 1.9.9 (2013 Q4 - bug fixing) |
2013-09-17 21:11 | fman | Resolution | open => fixed |
2013-09-17 21:12 | fman | Relationship added | child of 0005897 |
2013-11-17 09:53 | fman | Note Added: 0020090 | |
2013-11-17 09:53 | fman | Status | resolved => closed |
Copyright © 2000 - 2019 MantisBT Team |