Test result matrix is not exported to excel if more than 6 active build

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
licina-nunes
TestLink user
Posts: 6
Joined: Thu Jan 01, 2015 6:39 pm

Test result matrix is not exported to excel if more than 6 active build

Post by licina-nunes »

I am currently using testlink 1.9.14. I have 17 active builds.
I selected two builds to generate a test report matrix for those => it worked fine. REsults are displayed in browser.
But when I try to export to excel, I have no file download at all and the result previously displayed are completely erased (all white).
Do you have an idea of what could cause the problem?
Thanks a lot.

Best regards

Note: If I proceed the same way to get flat result report, it is ok.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Test result matrix is not exported to excel if more than 6 active build

Post by fman »

Please get latest code from github branch testlink_1_9_20_fixed, do fresh install, retest and provide feedback
licina-nunes
TestLink user
Posts: 6
Joined: Thu Jan 01, 2015 6:39 pm

Re: Test result matrix is not exported to excel if more than 6 active build

Post by licina-nunes »

Hello.
Thanks a lot for your answer: We made the upgrade. Problem is solved! Thanks.
But now, I can no more import xml test files as I did before using MrBricodage excel macro.
I get error:
==============================================================================

DB Access Error - debug_print_backtrace() OUTPUT START

ATTENTION: Enabling more debug info will produce path disclosure weakness (CWE-200)

Having this additional Information could be useful for reporting

issue to development TEAM.

==============================================================================

#0 database->exec_query() called at [/var/www/lib/functions/testcase.class.php:736]
#1 testcase->createVersion() called at [/var/www/lib/functions/testcase.class.php:395]
#2 testcase->create() called at [/var/www/lib/testcases/tcImport.php:468]
#3 saveImportedTCData() called at [/var/www/lib/testcases/tcImport.php:1133]
#4 importTestSuitesFromSimpleXML() called at [/var/www/lib/testcases/tcImport.php:1141]
#5 importTestSuitesFromSimpleXML() called at [/var/www/lib/testcases/tcImport.php:155]
#6 importTestCaseDataFromXML() called at [/var/www/lib/testcases/tcImport.php:69]

and import is stopped after first test suite/test case
I tried the same import in version 1.9.14.
Does the xml format for import has change between 1.9.14 and 1.9.20?
Thanks again for your support.
licina-nunes
TestLink user
Posts: 6
Joined: Thu Jan 01, 2015 6:39 pm

Re: Test result matrix is not exported to excel if more than 6 active build

Post by licina-nunes »

For the import problem, we finally found the origin: in MySql, strict mode has to be disabled.
This solved the error above DB Access Error - debug_print_backtrace() OUTPUT START
If it can help someone.
Regards
Post Reply