Julian Foad wrote on 2018-06-15: > Bert Huijben wrote on 2018-06-14: > > On the testsuite we explicitly disable the sleeps via the environment > > variable designed for this (except for a few specific tests). We > > compensate for this problem in quite a few places by making sure that we > > also change the number of characters in the file. > > Thank you Bert! That was one of the remaining pieces of the puzzle. > After adding 'sleep for timestamps' in the unshelve code in r1833532, I > have again changed the tests to use files that are all different lengths > in r1833565, so the tests can work with the sleep disabled. > > Then I fixed one more timestamp-related issue in r1833577: we can't > depend on timestamp-ordered output of 'svn shelves'.
One more follow-up: http://svn.apache.org/r1834125 : Shelving: re-enable a test, following sleep-for-timestamps fix. - Julian