Issue 117505 - [automation] status.inc enable collecting and reporting of asserstions for nonpro versions
Summary: [automation] status.inc enable collecting and reporting of asserstions for no...
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P3 Normal
Target Milestone: 3.4.0
Assignee: marc.neumann
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 12:51 UTC by b.osi.ooo
Modified: 2017-05-20 09:16 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description b.osi.ooo 2011-03-22 12:51:45 UTC
By now only warnings, errors and qaErrorlogs are collected and reported to quaste.
This will enhance it to also be able to get assertions of nonproduct/debug OpenOffoce.org versions automatic collected.

Since there is no direct support inside vcl testtool, the resultfile needs to get parsed after every testcase in case it is such an OOo version
Comment 1 b.osi.ooo 2011-03-22 12:53:48 UTC
started, will try with cws automationdev300m102cat0
Comment 2 b.osi.ooo 2011-03-30 07:48:09 UTC
Fixed by pushing  http://hg.services.openoffice.org/cws/automationdev300m102cat0/rev/2b76545f710e
and updated common cws filespace

Tested on win64 and linux

I uploaded a testresult to quaste test server and there was no complain about the additional lines and the result got written as usual.

@HDE:
Changes in extract fileformat:
Item for nonpro OOo:
debug=1
Item for normal OOo:
debug=0
Lines with assertions have the message number 4 in 
data=tmEditUndoRedo 00:00:09    4   Error: operator delete mismatch From File /so/ws/DEV300/ooo/sal/cpprt/operators_new_delete.cxx at Line 95   343 No Revision found   master.inc

@MSC: please verify/review
The assertions are not jet visible or collected in quaste, they are just written to the extract file.