Hello
64 integration tests so far.
What I covered since last time is full (IMO) support for pax-logging-logback, testing rolling appenders, server socket appenders, restarts/refreshes, MDC and json/jackson layout from logback.contrib.
Now the remaining things are:
- coverage of Log4J2 cases (including some unresolved PAXLOGGING issues)
- R7 support
When we're ready, from currently 21 unresolved PAXLOGGING issues, I expect to resolve 19 (some are already resolved in master-improvements branch). The ones I won't (plan to) resolve are:
- PAXLOGGING-151: Colors in file logs
- PAXLOGGING-212: Leaked UDP ports from the logging using MDCSiftingAppender (which is more of configuration nature)
[INFO] Tests run: 1, ..., Time elapsed: 1.330 s - in org.ops4j.pax.logging.it.AllLoggingFacadesIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.212 s - in org.ops4j.pax.logging.it.CleanIntegrationTest
[INFO] Tests run: 4, ..., Time elapsed: 1.361 s - in org.ops4j.pax.logging.it.DefaultLogIntegrationTest
[INFO] Tests run: 2, ..., Time elapsed: 1.273 s - in org.ops4j.pax.logging.it.DefaultLogThresholdIntegrationTest
[INFO] Tests run: 2, ..., Time elapsed: 1.312 s - in org.ops4j.pax.logging.it.DefaultLogToFileSingletonIntegrationTest
[INFO] Tests run: 6, ..., Time elapsed: 1.530 s - in org.ops4j.pax.logging.it.Log4J1BuiltinAppendersIntegrationTest
[INFO] Tests run: 9, ..., Time elapsed: 1.621 s - in org.ops4j.pax.logging.it.Log4J1IntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.464 s - in org.ops4j.pax.logging.it.Log4J1LocationInfoIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.395 s - in org.ops4j.pax.logging.it.Log4J1MDCIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.457 s - in org.ops4j.pax.logging.it.Log4J1OsgiAppendersIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.426 s - in org.ops4j.pax.logging.it.Log4J1OsgiErrorHandlersIntegrationTest
[INFO] Tests run: 2, ..., Time elapsed: 1.475 s - in org.ops4j.pax.logging.it.Log4J1OsgiLayoutsIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.578 s - in org.ops4j.pax.logging.it.Log4J1RefreshPaxLoggingApiIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.402 s - in org.ops4j.pax.logging.it.Log4J1RestartBothPaxLoggingBundlesIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.364 s - in org.ops4j.pax.logging.it.Log4J1RestartPaxLoggingApiIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.431 s - in org.ops4j.pax.logging.it.Log4J1RestartPaxLoggingServiceIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.390 s - in org.ops4j.pax.logging.it.Log4J1UpdateJULLoggerLevelsIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 3.367 s - in org.ops4j.pax.logging.it.Log4J1WithConfigAdminIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.539 s - in org.ops4j.pax.logging.it.Log4J1WithDefaultConfigurationAndNoLog4jDebugIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.383 s - in org.ops4j.pax.logging.it.Log4J1WithDefaultConfigurationIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.323 s - in org.ops4j.pax.logging.it.Log4J1WithoutEventAdminIntegrationTest
[INFO] Tests run: 6, ..., Time elapsed: 1.625 s - in org.ops4j.pax.logging.it.LogbackBuiltinAppendersIntegrationTest
[INFO] Tests run: 4, ..., Time elapsed: 1.369 s - in org.ops4j.pax.logging.it.LogbackIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.612 s - in org.ops4j.pax.logging.it.LogbackJacksonLayoutIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.497 s - in org.ops4j.pax.logging.it.LogbackLocationInfoIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.515 s - in org.ops4j.pax.logging.it.LogbackMDCIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.480 s - in org.ops4j.pax.logging.it.LogbackOsgiAppendersIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.475 s - in org.ops4j.pax.logging.it.LogbackRefreshPaxLoggingApiIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.443 s - in org.ops4j.pax.logging.it.LogbackRestartBothPaxLoggingBundlesIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.382 s - in org.ops4j.pax.logging.it.LogbackRestartPaxLoggingApiIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.377 s - in org.ops4j.pax.logging.it.LogbackRestartPaxLoggingLogbackIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.485 s - in org.ops4j.pax.logging.it.LogbackUpdateJULLoggerLevelsIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 3.454 s - in org.ops4j.pax.logging.it.LogbackWithConfigAdminIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.394 s - in org.ops4j.pax.logging.it.LogbackWithDefaultConfigurationAndNoLogbackDebugIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.349 s - in org.ops4j.pax.logging.it.LogbackWithDefaultConfigurationIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.340 s - in org.ops4j.pax.logging.it.LogbackWithoutEventAdminIntegrationTest
[INFO] Tests run: 1, ..., Time elapsed: 1.244 s - in org.ops4j.pax.logging.it.SimplestPaxLoggingServiceIntegrationTest
(remember - previously there was only one integration test - org.ops4j.pax.logging.it.appender.CustomAppenderTest)
best regards
Grzegorz Grzybek