[jira] [Created] (LOGCXX-457) timebasedrollingtest fails for seconds related filenames

2015-10-09 Thread JIRA
Thorsten Schöning created LOGCXX-457: Summary: timebasedrollingtest fails for seconds related filenames Key: LOGCXX-457 URL: https://issues.apache.org/jira/browse/LOGCXX-457 Project: Log4cxx

svn commit: r1707676 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 09:04:00 2015 New Revision: 1707676 URL: http://svn.apache.org/viewvc?rev=1707676&view=rev Log: LOGCXX-457: delayUntilNextMinute is not used (anymore) and even if it will be needed in the future it shoudl be implemented calling delayUnitNextSecond. Modified:

svn commit: r1707678 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 09:10:37 2015 New Revision: 1707678 URL: http://svn.apache.org/viewvc?rev=1707678&view=rev Log: LOGCXX-457: Removed hard coded 100 milliseconds to get a more uniform behaviour. Modified: incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

svn commit: r1707679 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 09:13:18 2015 New Revision: 1707679 URL: http://svn.apache.org/viewvc?rev=1707679&view=rev Log: LOGCXX-457: Changed delayUntilNextSecond to delayUntilNextSecondWithMsg, because I don't see why only some should print the msg, while others don't. Modified: i

svn commit: r1707714 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 13:01:20 2015 New Revision: 1707714 URL: http://svn.apache.org/viewvc?rev=1707714&view=rev Log: LOGCXX-457: I've reworked test1 to reduce the amount of duplicated code: All tests seem to produce file names in the same way, log some messages and most of them ch

svn commit: r1707718 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 13:09:24 2015 New Revision: 1707718 URL: http://svn.apache.org/viewvc?rev=1707718&view=rev Log: LOGCXX-457: Chaning indentation, because it wasn't really uniform before, isn't compared to other source files and my IDE is configured to use tabs and I brought th

svn commit: r1707759 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 15:19:47 2015 New Revision: 1707759 URL: http://svn.apache.org/viewvc?rev=1707759&view=rev Log: LOGCXX-457: Reworked the other tests to reduce redundant code. The same tests like before fail now, so I shouldn't have broken too much. Modified: incubator/log

[jira] [Commented] (LOGCXX-457) timebasedrollingtest fails for seconds related filenames

2015-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/LOGCXX-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950676#comment-14950676 ] Thorsten Schöning commented on LOGCXX-457: -- I think I've found the reason for at

[jira] [Commented] (LOGCXX-457) timebasedrollingtest fails for seconds related filenames

2015-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/LOGCXX-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950684#comment-14950684 ] Thorsten Schöning commented on LOGCXX-457: -- It looks like the other failing tests

svn commit: r1707768 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 16:49:05 2015 New Revision: 1707768 URL: http://svn.apache.org/viewvc?rev=1707768&view=rev Log: LOGCXX-457: I think I've found the reason for at least test6 failing: The first rollover is done on the second log statement, which is only issued after some sleepi

svn commit: r1707780 - /incubator/log4cxx/trunk/src/test/cpp/logunit.h

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 18:12:35 2015 New Revision: 1707780 URL: http://svn.apache.org/viewvc?rev=1707780&view=rev Log: LOGCXX-457: Forgot to commit some additional macros last ime. Modified: incubator/log4cxx/trunk/src/test/cpp/logunit.h Modified: incubator/log4cxx/trunk/src/tes

svn commit: r1707781 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 18:13:11 2015 New Revision: 1707781 URL: http://svn.apache.org/viewvc?rev=1707781&view=rev Log: LOGCXX-457: Improved debugging so the console logger output always starts on a new line and is better readable. Modified: incubator/log4cxx/trunk/src/test/cpp/r

[jira] [Commented] (LOGCXX-457) timebasedrollingtest fails for seconds related filenames

2015-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/LOGCXX-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950935#comment-14950935 ] Thorsten Schöning commented on LOGCXX-457: -- Looks like I've misunderstood how the

[jira] [Commented] (LOGCXX-457) timebasedrollingtest fails for seconds related filenames

2015-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/LOGCXX-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14951031#comment-14951031 ] Thorsten Schöning commented on LOGCXX-457: -- Another hint for the problem: With an

[jira] [Commented] (LOGCXX-457) timebasedrollingtest fails for seconds related filenames

2015-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/LOGCXX-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14951038#comment-14951038 ] Thorsten Schöning commented on LOGCXX-457: -- With an empty directory, my test7 com

svn commit: r1707805 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 20:03:02 2015 New Revision: 1707805 URL: http://svn.apache.org/viewvc?rev=1707805&view=rev Log: LOGCXX-457: Reverting my behaviour changes for test 6, because I was on the completely wrong track. Modified: incubator/log4cxx/trunk/src/test/cpp/rolling/timeb

svn commit: r1707806 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 20:05:15 2015 New Revision: 1707806 URL: http://svn.apache.org/viewvc?rev=1707806&view=rev Log: LOGCXX-457: test5 failed because it wrongly expected .gz extension. Modified: incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp Modified: in

svn commit: r1707807 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 20:08:47 2015 New Revision: 1707807 URL: http://svn.apache.org/viewvc?rev=1707807&view=rev Log: LOGCXX-457: Pushing back the wait factor because it's not as important as I thought, if needed at all. The tests still pass with an empty directory. Modified: i

svn commit: r1707820 - /incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

2015-10-09 Thread tschoening
Author: tschoening Date: Fri Oct 9 21:39:16 2015 New Revision: 1707820 URL: http://svn.apache.org/viewvc?rev=1707820&view=rev Log: LOGCXX-457: Changed test4, 5 and 6 to delete their generic files before running and changed test7 to execute 4, 5 and 6 and simulate a non empty directory that way.

[jira] [Resolved] (LOGCXX-457) timebasedrollingtest fails for seconds related filenames

2015-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/LOGCXX-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Schöning resolved LOGCXX-457. -- Resolution: Fixed Fix Version/s: 0.11.0 Changed test4, 5 and 6 to delete their ge