Re: [JCS] Continuum test failures

2014-04-08 Thread sebb
On 8 April 2014 20:11, Thomas Vandahl wrote: > On 07.04.14 21:38, sebb wrote: >>> Indeed. It also has some peculiar behaviour in that it allows the >>> storage directory to be changed after initialisation. >>> Looks like the directory can be anywhere so it might use a directory >>> with existing f

Re: [JCS] Continuum test failures

2014-04-08 Thread Thomas Vandahl
On 07.04.14 21:38, sebb wrote: >> Indeed. It also has some peculiar behaviour in that it allows the >> storage directory to be changed after initialisation. >> Looks like the directory can be anywhere so it might use a directory >> with existing files in it that are not actually cache files. >> See

Re: [JCS] Continuum test failures

2014-04-07 Thread sebb
On 7 April 2014 20:13, sebb wrote: > On 7 April 2014 18:39, Thomas Vandahl wrote: >> On 04.04.14 02:32, sebb wrote: >>> The FileDiskCacheUnitTest was failing because the tests were dependent >>> on the file timestamp resolution, so the cache did not always treat >>> the first created file as the

Re: [JCS] Continuum test failures

2014-04-07 Thread sebb
On 7 April 2014 18:39, Thomas Vandahl wrote: > On 04.04.14 02:32, sebb wrote: >> The FileDiskCacheUnitTest was failing because the tests were dependent >> on the file timestamp resolution, so the cache did not always treat >> the first created file as the oldest. >> Adding pauses as necessary fixe

Re: [JCS] Continuum test failures

2014-04-07 Thread Thomas Vandahl
On 04.04.14 02:32, sebb wrote: > The FileDiskCacheUnitTest was failing because the tests were dependent > on the file timestamp resolution, so the cache did not always treat > the first created file as the oldest. > Adding pauses as necessary fixed this. I inherited the code. Personally, I'd throw

[JCS] Continuum test failures

2014-04-03 Thread sebb
I'm gradually working my way through the test failures that occur on Continuum. The FileDiskCacheUnitTest was failing because the tests were dependent on the file timestamp resolution, so the cache did not always treat the first created file as the oldest. Adding pauses as necessary fixed this. I