- Apr 17, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
made FileAppenderResilienceTest more tolerant, added code wait for compression job in TimeBasedRollingPolicy
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 16, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Carl Harris authored
-
Carl Harris authored
In the receiveMessage and receiveWithContext tests, only ten milliseconds were allowed for the appender to dispatch the message over the socket. Practical experience suggests that on the build system, the actual latency is on the order of hundreds of milliseconds. I changed the allowed wait time to 1000 milliseconds. This should have little impact on test duration, as the test will finish as soon as the latch we're awaiting is updated. The number of iterations for the loop in lateServerLaunch was derived from the delay allowed for the appender latch. The new value for the delay resulted in an iteration count of one. I changed this test to simply use a fixed iteration count.
-
Carl Harris authored
-
Carl Harris authored
testConnectionFails was expecting the connector thread to exit after being interrupted, with latency no greater than the configured delay between connection attempts. However, the call to SocketFactory.createSocket may not return immediately on interrupt. Now, we allow 4 * DELAY for the thread to exit. This commit should allow more than enough tolerance, but (as it generally has no effect on the run duration of the test) we could increase the allowed delay even further if it proves too sensitive to timing variations on the build system.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 15, 2013
-
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
For consistency with SocketAppender...
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
- Apr 14, 2013
-
-
Carl Harris authored
-
Carl Harris authored
Now the focus is on just describing the highlights and deferring the details to the appropriate chapters of the manual.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
Added some language to define "server component" and "client component", fixed some overall formatting problems, lots of minor fixes and improvements, added examples of using JSSE system properties, added standard footer.
-
Carl Harris authored
These were previously in the appenders chapter, now moved to the receivers chapter, and refined a bit to make them a bit easier to follow.
-
Carl Harris authored
-
Carl Harris authored
Probably want to consider inserting the chapter on receivers somewhere near the middle...
-
Carl Harris authored