OW2 Consortium

CVS log for howl/howl/logger/src/test/org/objectweb/howl/log/TestDriver.java

(logo)

Help

(back) Up to [ObjectWeb-CVS] / howl / howl / logger / src / test / org / objectweb / howl / log

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.18 / (view) - annotate - [select for diffs] , Wed Dec 7 18:01:54 2005 UTC (2 years, 5 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_1_0_2, HOWL_1_0_1_1, HOWL_1_0_1, HOWL_1_0_0, HEAD
Changes since 1.17: +3 -1 lines
Diff to previous 1.17
deleteLogFiles returns if listFiles() returns null.

Revision 1.17 / (view) - annotate - [select for diffs] , Thu Nov 17 20:50:11 2005 UTC (2 years, 5 months ago) by girouxm
Branch: MAIN
Changes since 1.16: +14 -1 lines
Diff to previous 1.16
BUG 304296 - add serialVersionUID to serializable classes to remove compiler diagnostics.

Revision 1.16 / (view) - annotate - [select for diffs] , Wed Nov 16 02:44:39 2005 UTC (2 years, 5 months ago) by girouxm
Branch: MAIN
Changes since 1.15: +9 -4 lines
Diff to previous 1.15
Add test to verify replay after a call to mark().  Minor refactoring to allow test driver to terminate worker threads when an exception occurs.

Revision 1.15 / (view) - annotate - [select for diffs] , Thu Jun 23 22:28:15 2005 UTC (2 years, 10 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_11, HOWL_0_1_10
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
Add CVS $ID:$ tags to sources

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Jan 27 23:02:36 2005 UTC (3 years, 3 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_9
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
add \n to </VMInfo> tag in savestats routine

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Jan 5 18:26:02 2005 UTC (3 years, 4 months ago) by girouxm
Branch: MAIN
Changes since 1.12: +14 -0 lines
Diff to previous 1.12
Modify saveStats() method to include some VM information

Revision 1.12 / (view) - annotate - [select for diffs] , Fri Nov 5 18:53:51 2004 UTC (3 years, 6 months ago) by djencks
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
minor javadoc correction

Revision 1.11 / (view) - annotate - [select for diffs] , Fri Oct 29 18:35:14 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_8
Changes since 1.10: +11 -5 lines
Diff to previous 1.10
refactor initialization of baseDir and outDir members so that all
test cases inherit this functionality.

declare baseDir and outDir members, and initialize in setUp().

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Oct 28 23:33:39 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
Changes since 1.9: +29 -20 lines
Diff to previous 1.9
Add exception member to TestLogReader.
Add log.close() to TestDriver

Revision 1.9 / (view) - annotate - [select for diffs] , Wed Oct 27 22:13:27 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
Changes since 1.8: +50 -37 lines
Diff to previous 1.8
Modify testInvalidLogKeyException
1.generate log statistics via log.getStats()
2. separate tests for negative key and invalid keys

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Oct 25 19:58:10 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
Changes since 1.7: +16 -10 lines
Diff to previous 1.7
Add catch for out of memory exception.

Revision 1.7 / (view) - annotate - [select for diffs] , Tue Sep 14 18:56:12 2004 UTC (3 years, 7 months ago) by djencks
Branch: MAIN
Changes since 1.6: +7 -2 lines
Diff to previous 1.6
Move property files into src/test-resources. Alter remaining file creation operations to use an absolute path. Create directory in target for output propery files. Do not fail test if supposedly invalid file can be created (on unices)

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Sep 10 21:43:33 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_7
Changes since 1.5: +12 -2 lines
Diff to previous 1.5
testIOException revised to catch the IOException if it occurs
and treat as a normal test completion.
Test fails if IOException does not occur.

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Aug 25 16:23:48 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
Add <workers> and <delayedWorkers> to <TestMetrics> report.

Revision 1.4 / (view) - annotate - [select for diffs] , Sat Aug 14 02:52:41 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_6, HOWL_0_1_5
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
update xa test case to simulate failed resource manager.

Revision 1.3 / (view) - annotate - [select for diffs] , Fri Aug 13 21:40:31 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
Update test cases to make test data easier to read in a text editor.

Revision 1.2 / (view) - annotate - [select for diffs] , Fri Aug 6 21:25:45 2004 UTC (3 years, 9 months ago) by girouxm
Branch: MAIN
Changes since 1.1: +224 -6 lines
Diff to previous 1.1
Refactor test classes:
1. TestDriver is a base class for all TestCase implementations
2. TestWorker is a base class for individual Logger implementations.

Revision 1.1 / (view) - annotate - [select for diffs] , Thu Jul 29 22:41:26 2004 UTC (3 years, 9 months ago) by djencks
Branch: MAIN
Move tests to maven-compliant location.
Tests appear to hang on mac OSX.  Run maven -Dmaven.test.skip=true to skip tests and build jar

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge