[rfc][icedtea-web] finish to get rid of std out/err in testsuites
Jiri Vanek
jvanek at redhat.com
Mon Jun 4 07:16:44 PDT 2012
Hi!
This set of patches is finsihing removing of std out/err from all tests to some more usable logging.
Last time I have replaced most of std out/err by logging bottleneck which was just reprinting the information with id of its calling method (Few forgotten are replaced in this patch).
Today I'm adding alternative output (and silencing std out/err).
Each "logged" or "printed out/err" message in tests (especially stdouts/errs of launched javaws/browsers) are now recorded in stderr.log, stdout.log and all.log (as was before by stream redirection in makefile).
Except this the events are saved to xml file where are sorted by class, test(method) and origin (time and err/out identification). This xml file is flushed (by system hook) after testsuite ends (and if log is not empty).
Although this xml file is more easily navigable then original plaintext, what I wanted was to be able to click in result file and jump immediately into log of the test. To this purpose serves html file (generated by xslt from xml with few javascript functions and few styles).
If anybody will find this to complex, please check current "logs". With growing number of tests they have become very unreadable - and so useless.
The friendly addition of thischangeset is that tests passed/failed are printed to make run imidiately after theirs processing, and the text result is to be seen at the end of the make target again.
logging-all - overall-patch with all related changes.
logging-integration - using new generated logs instead of plain stream redirection
* Makefile.am: (stamps/run-netx-unit-tests.stamp) and (stamps/run-netx-dist-tests.stamp)
removed redirection of streams as logging is now done in serveraccess tests extensions
added xsltproc execution above generated xml log
xsltproc generating results html files is now receiving result of above as parameter
* tests/report-styles/jreport.xsl: log parameter is now accepted, and if set, then all tests
are linking into specified file to show the log
* tests/report-styles/report.css: added styles for new links
logging-newSheets - is introducing visualisation of log and navigation between log and existing results fiels
* tests/report-styles/index.js: new functions to work for result of below sheet
* tests/report-styles/logs.xsl: new file, sheet to convert xml log to hrml file
* tests/report-styles/output.css: new file, styles of above html file
logging-remainingRemovingOfStdOutErr - is removing remianign Systemm.out/err and printStackTraces
* tests/jnlp_tests/simple/deadlocktest/testcases/DeadLockTestTest.java:
* tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ResourcesTest.java:
* tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ServerAccess.java:
Tests', server's and ProcessAssasin's logs are now redirected to bottleneck
logging-xmlGenerationAndMovingOfLoging - is providing sorted logging and xml file generation
* tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ServerAccess.java:
(LOGS_REPRINT) flag for debugging purposes, will enable reprinting to stdout/err again
(DEFAULT_LOG_FILE ) default name of xml output
(DEFAULT_STDERR_FILE)(DEFAULT_STDOUT_FILE)(DEFAULT_STDLOGS_FILE) default values of plain text output files
(*ELEMENT) and( (*ATTRIBUTE) variables keeping repeated names of xml output parts
(writeXmlLog) method called from Sytsem.hook to save xml log
(addToXmlLog) method to record item to xml structure
(TestsLogs) and (LogItem) inner classes to keep logging information
(log) is now reprinting message with id to std out/err dependently on (LOGS_REPRINT) but always to internal streams, possilbe exception is thrown
(logException) new method, shortcut to log exception in same way as message
(getTestMethod) now can handle methods inside ServerAccess class too
Atatched is small example of output files.
I hope you will find this useful.
Best regards,
J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logging-all.diff
Type: text/x-patch
Size: 35981 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120604/d6ba5856/logging-all.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logging-integration.diff
Type: text/x-patch
Size: 4421 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120604/d6ba5856/logging-integration.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logging-newSheets.diff
Type: text/x-patch
Size: 10714 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120604/d6ba5856/logging-newSheets.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logging-remainingRemovingOfStdOutErr.diff
Type: text/x-patch
Size: 9976 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120604/d6ba5856/logging-remainingRemovingOfStdOutErr.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logging-xmlGenerationAndMovingOfLoging.diff
Type: text/x-patch
Size: 11166 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120604/d6ba5856/logging-xmlGenerationAndMovingOfLoging.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-web-shortLog.tar.gz
Type: application/x-gzip
Size: 38034 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120604/d6ba5856/icedtea-web-shortLog.tar.gz
More information about the distro-pkg-dev
mailing list