[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Strange failure of log_tests.py#7 -- missing commit in guarantee_repos_and_wc ?

From: Ben Reser <ben_at_reser.org>
Date: Thu, 6 Jun 2013 12:04:09 +0100

On Thu, Jun 6, 2013 at 10:47 AM, Tobias Bading <tbading_at_web.de> wrote:
> One could try to insert lines like this (already present in diff_tests.py in
> one test)
>
> # sleep to guarantee timestamp change
> time.sleep(1.1)
>
> at the proper places. But what are the proper places? Potentially every
> merge or commit may 'fail' if the content of a file is changed, but
> timestamp and size aren't.

And to what end? Doing that just would hide timestamp sleep issues.
In the interest of test speed we turn sleep for timestamps off when
running tests and avoid changing files in ways that don't change the
file size already.

> I think coming up with a safer implementation of
> svn_io_sleep_for_timestamps would be a better long-term solution. The chance
> of encountering such a failure increases as CPUs become faster and faster,
> but the accuracy of file modification timestamps stays the same. Even on
> 'good' Linux kernels, this accuracy seems to be only 0.01 or 0.004 seconds.
> I almost feel the itch to rebuild Subversion 1.8 RC2 with SQLITE_NO_SYNC
> #define'd to see whether more tests fail due to faster operations without
> SQLite's fsync calls.

Clearly svn_io_sleep_for_timestamps() needs some more thought. There
was some discussions between Julian, Philip and myself about this a
while back. svn_io_sleep_for_timestamps() can actually make things
worse if we're using commit times as the timestamps.

As far as how good the timestamp accuracy is, I was under the
impression that ext4 had nanosecond timestamp resolution.
Received on 2013-06-06 13:04:50 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.