
CVS log for howl/howl/logger/src/test/org/objectweb/howl/log/LogTest.java |
 |
|
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.33
/
(view)
- annotate
- [select for diffs]
, Tue Jan 2 19:43:01 2007 UTC (16 months, 1 week ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_1_0_2,
HEAD
Changes since 1.32: +5 -186 lines
Diff to previous 1.32
Refactor internal DataRecords class into a separate class.
Revision
1.32
/
(view)
- annotate
- [select for diffs]
, Thu Dec 21 15:43:04 2006 UTC (16 months, 2 weeks ago) by girouxm
Branch:
MAIN
Changes since 1.31: +367 -240 lines
Diff to previous 1.31
New test cases for larg (> 2GB) log files and BSNs > 2Gig.
Revision
1.31
/
(view)
- annotate
- [select for diffs]
, Fri Apr 21 14:03:36 2006 UTC (2 years ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_1_0_1_1,
HOWL_1_0_1
Changes since 1.30: +81 -1 lines
Diff to previous 1.30
Correction for BUG 304982
Revision
1.30
/
(view)
- annotate
- [select for diffs]
, Thu Dec 1 18:16:33 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_1_0_0
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
Make inner class DataRecords final to eliminate findbugs warnings.
Revision
1.29
/
(view)
- annotate
- [select for diffs]
, Wed Nov 30 15:07:48 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
Changes since 1.28: +17 -2 lines
Diff to previous 1.28
Update testLogFileOverflowException to verify that if log is reopened after the overflow condition occurs, that a subsequent open will not be allowed to write new records.
Revision
1.28
/
(view)
- annotate
- [select for diffs]
, Tue Nov 29 23:14:51 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
Changes since 1.27: +48 -2 lines
Diff to previous 1.27
BUG 304331 - new test case testLogFileOverflowException to verify that log records are not overwritten if a mark has not been set.
Revision
1.27
/
(view)
- annotate
- [select for diffs]
, Fri Nov 18 14:36:59 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
Changes since 1.26: +13 -3 lines
Diff to previous 1.26
Feature 300922 - improve testFileNotFoundException to verify that system properties are not set 'true' if exception occurs.
Revision
1.26
/
(view)
- annotate
- [select for diffs]
, Wed Nov 16 16:19:39 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
Changes since 1.25: +32 -13 lines
Diff to previous 1.25
Revise LogTest.testLoggerReplay_MarkedRecords to include test for replay with and without the marked record.
Revision
1.25
/
(view)
- annotate
- [select for diffs]
, Wed Nov 16 02:59:22 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
Changes since 1.24: +2 -12 lines
Diff to previous 1.24
Remove test for Windows platforms in testMultipleOpen. Based on results on OS/X systems, the new lock strategy seems to work on all platforms.
Revision
1.24
/
(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.23: +63 -5 lines
Diff to previous 1.23
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.23
/
(view)
- annotate
- [select for diffs]
, Mon Nov 14 21:13:48 2005 UTC (2 years, 5 months ago) by girouxm
Branch:
MAIN
Changes since 1.22: +16 -4 lines
Diff to previous 1.22
testMultipleOpen modified to test for os.name.
The test only fails on Windows platforms.
On all other platforms, a warning is issued to System.err if the second opening is allowed by the platform.
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Fri Aug 19 19:46:56 2005 UTC (2 years, 8 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_11,
HOWL_0_1_10
Changes since 1.21: +26 -1 lines
Diff to previous 1.21
BUG 303907 - Catch IOExceptions and rethrow with descriptive message describing HOWL method that had the error. This allows JOTM to display a descriptive message without the need of a full stack trace.
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Thu Jun 23 22:28:15 2005 UTC (2 years, 10 months ago) by girouxm
Branch:
MAIN
Changes since 1.20: +4 -0 lines
Diff to previous 1.20
Add CVS $ID:$ tags to sources
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Fri Jun 17 21:27:01 2005 UTC (2 years, 10 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_9
Changes since 1.19: +74 -0 lines
Diff to previous 1.19
BUG 303659 - new test cases to validate correction for bug
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Tue Mar 22 22:54:45 2005 UTC (3 years, 1 month ago) by girouxm
Branch:
MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
testLoggerReplay_NewFiles modified: now uses assertEquals() to validate that no records are replayed from new files.
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Thu Nov 4 22:41:23 2004 UTC (3 years, 6 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_8
Changes since 1.17: +156 -36 lines
Diff to previous 1.17
Test cases revised to correspond to latest CVS version of src/java modules.
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Thu Oct 28 21:40:52 2004 UTC (3 years, 6 months ago) by girouxm
Branch:
MAIN
Changes since 1.16: +35 -4 lines
Diff to previous 1.16
Add tests.
Revision
1.16
/
(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.15: +28 -7 lines
Diff to previous 1.15
Modify testInvalidLogKeyException
1.generate log statistics via log.getStats()
2. separate tests for negative key and invalid keys
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Mon Oct 25 19:55:45 2004 UTC (3 years, 6 months ago) by girouxm
Branch:
MAIN
Changes since 1.14: +148 -30 lines
Diff to previous 1.14
Move throughput related tests to TestThroughput.java.
Add test for Logger.get methods.
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Fri Sep 17 18:57:30 2004 UTC (3 years, 7 months ago) by djencks
Branch:
MAIN
Changes since 1.13: +12 -17 lines
Diff to previous 1.13
clean up log file exception test
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Wed Sep 15 15:06:50 2004 UTC (3 years, 7 months ago) by girouxm
Branch:
MAIN
Changes since 1.12: +18 -0 lines
Diff to previous 1.12
Javadocs for testFileNotFoundException
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Tue Sep 14 22:32:36 2004 UTC (3 years, 7 months ago) by girouxm
Branch:
MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
System.err.println modified in testFileNotFoundException.
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Tue Sep 14 22:25:42 2004 UTC (3 years, 7 months ago) by girouxm
Branch:
MAIN
Changes since 1.10: +15 -16 lines
Diff to previous 1.10
testFileNotFoundException modified to detect failures on all OS platforms.
Revision
1.10
/
(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.9: +11 -4 lines
Diff to previous 1.9
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.9
/
(view)
- annotate
- [select for diffs]
, Tue Sep 14 18:17:15 2004 UTC (3 years, 7 months ago) by girouxm
Branch:
MAIN
Changes since 1.8: +2 -30 lines
Diff to previous 1.8
Moved testIOException to new class ExceptionTest.
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Fri Sep 10 22:19:29 2004 UTC (3 years, 8 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_7
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
testVerifyMode_rw method stub
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Fri Sep 10 21:43:33 2004 UTC (3 years, 8 months ago) by girouxm
Branch:
MAIN
Changes since 1.6: +37 -7 lines
Diff to previous 1.6
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.6
/
(view)
- annotate
- [select for diffs]
, Fri Sep 10 13:34:26 2004 UTC (3 years, 8 months ago) by girouxm
Branch:
MAIN
Changes since 1.5: +17 -0 lines
Diff to previous 1.5
add testBlockLogBufferSink
add testIOException
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Fri Sep 3 18:29:13 2004 UTC (3 years, 8 months ago) by girouxm
Branch:
MAIN
Changes since 1.4: +19 -14 lines
Diff to previous 1.4
Move log.open() from setup() to each of the test cases.
This allows test case to change config before log is opened.
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Thu Aug 19 15:18:29 2004 UTC (3 years, 8 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_6
Changes since 1.3: +104 -0 lines
Diff to previous 1.3
Add test cases for exception processing.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Fri Aug 6 21:25:45 2004 UTC (3 years, 9 months ago) by girouxm
Branch:
MAIN
CVS Tags:
HOWL_0_1_5
Changes since 1.2: +37 -257 lines
Diff to previous 1.2
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.2
/
(view)
- annotate
- [select for diffs]
, Fri Aug 6 16:30:07 2004 UTC (3 years, 9 months ago) by girouxm
Branch:
MAIN
Changes since 1.1: +14 -10 lines
Diff to previous 1.1
Refactoring XA test cases to allow additional tests to extend new
TestCase class.
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.
Back to OW2 Forge