JDK-8150873 : SQE test: GC unified logging: test for format of messages.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2016-02-29
  • Updated: 2017-01-18
  • Resolved: 2016-03-25
Related Reports
Blocks :  
Description
There are many tools which parse VM logs. Such tools depend on the format of particular messages. So changing a logging message might break a tool or make it work incorrectly.

There should be a test (a group of tests) which check the format of all log messages. Such test will allow to catch all changes in format (which are hard to detect during manual review) and avoid non necessary changes.
Comments
I was designed to not develop such tests as part of work for unified logging. It's better to develop tests for a component logging as part of testing the component.
25-03-2016