Re: svn commit: r1496127 - /subversion/trunk/subversion/tests/cmdline/checkout_tests.py

2013-06-24 Thread Daniel Shahaf
On Mon, Jun 24, 2013 at 05:14:10PM -, phi...@apache.org wrote: > Author: philip > Date: Mon Jun 24 17:14:10 2013 > New Revision: 1496127 > > URL: http://svn.apache.org/r1496127 > Log: > Fix occasional failure of checkout_test.py 12 due to dropping the > fractional seconds from the current time

Re: svn commit: r1496127 - /subversion/trunk/subversion/tests/cmdline/checkout_tests.py

2013-06-25 Thread Philip Martin
Daniel Shahaf writes: >> - # note the current time to use it as peg revision date. >> - current_time = time.strftime("%Y-%m-%dT%H:%M:%S") >> + exit_code, output, errput = svntest.main.run_svn(None, 'propget', >> 'svn:date', >> + '--revprop', '

Re: svn commit: r1496127 - /subversion/trunk/subversion/tests/cmdline/checkout_tests.py

2013-06-25 Thread Daniel Shahaf
Philip Martin wrote on Tue, Jun 25, 2013 at 10:08:38 +0100: > Daniel Shahaf writes: > > >> - # note the current time to use it as peg revision date. > >> - current_time = time.strftime("%Y-%m-%dT%H:%M:%S") > >> + exit_code, output, errput = svntest.main.run_svn(None, 'propget', > >> 'svn:date

Re: svn commit: r1496127 - /subversion/trunk/subversion/tests/cmdline/checkout_tests.py

2013-06-25 Thread Greg Stein
On Tue, Jun 25, 2013 at 6:54 PM, Daniel Shahaf wrote: > Philip Martin wrote on Tue, Jun 25, 2013 at 10:08:38 +0100: >> Daniel Shahaf writes: >> >> >> - # note the current time to use it as peg revision date. >> >> - current_time = time.strftime("%Y-%m-%dT%H:%M:%S") >> >> + exit_code, output, e

Re: svn commit: r1496127 - /subversion/trunk/subversion/tests/cmdline/checkout_tests.py

2013-06-26 Thread Philip Martin
Greg Stein writes: > We turn off the client sleeping for a second (via that crazy env var) > during the test suite. That doesn't affect this test. The timestamps involved are commit times which are not limited by filesystem resolution but by internal clock resolution. > How about for this *one