summaryrefslogtreecommitdiff
path: root/java/systests/src/main/java/org/apache/qpid/util/LogMonitor.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-0/+39
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-1/+1
* QPID-3501: LogMonitor duplicates chunks of log file if it fails to find match...Keith Wall2011-09-231-24/+20
* QPID-3501: LogMonitor can corrupt test logs files and cause tests subclassing...Keith Wall2011-09-221-26/+89
* QPID-2059 : Updated test to try and wait for the subscriber message to appear...Martin Ritchie2010-02-051-0/+27
* QPID-2184: replace random 1second wait with a LogMonitor check that the reloa...Robert Gemmell2009-12-011-2/+2
* QPID-2060: make sure we clean up the logfile after each test run.Aidan Skinner2009-08-191-2/+18
* Update to LogMonitor to use channel truncation as the AlertingTest did previo...Martin Ritchie2009-08-071-4/+2
* Add close to LogMonitor so we only get the messages for that test in the log ...Martin Ritchie2009-08-061-4/+25
* QPID-2001 : Added new LogMonitor (with Test) to ensure that messages Logged o...Martin Ritchie2009-08-031-0/+176