diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2009-11-03 15:21:54 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2009-11-03 15:21:54 +0000 |
commit | c93344c7da74411457a5eddd8cd2b4bf9e28a2d9 (patch) | |
tree | 8309bffffab4c4ac84e7f5ccbdcebcdb5f4de6b3 /qpid/cpp/src | |
parent | 7c79357e1b8eb9e71b8a99a76e27a3f7149a1dcc (diff) | |
download | qpid-python-c93344c7da74411457a5eddd8cd2b4bf9e28a2d9.tar.gz |
This adds some minor enhancements to our test framework.
It introduces two jvm args "broker.log.interleave" and "broker.log.prefix".
broker.log.interleave if set to false, will print the broker output into a separate file.
The file name will be in the following format and placed alongside the test output.
"%s/TEST-%s.broker.out"
Ex.
TEST-org.apache.qpid.test.client.failover.FailoverTest.testP2PFailover.out
TEST-org.apache.qpid.test.client.failover.FailoverTest.testP2PFailover.broker.out
"broker.log.interleave" is set to true in module.xml to default to the current behaviour.
"broker.log.prefix" which is set to "BROKER: " in the module.xml will prefix each broker output line.
This would help to follow the log files more easily as it would help to distinguish between broker and client output.
It would also be handy for grep.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@832452 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
0 files changed, 0 insertions, 0 deletions