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

Re: Makefile.svn: a dumb question

From: Nathan Hartman <hartman.nathan_at_gmail.com>
Date: Thu, 26 Dec 2019 17:02:21 -0500

On Thu, Dec 26, 2019 at 12:04 PM Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
> > Here are the contents of fails.log.svn-check-svn-bdb -- could be some
> > kind of fluke? I just started another full test run. Let's see if it
> > repeats:
>
> It's _possible_ that some dependency upgrade introduced a heisenbug, but
> Occam's razor says it's more likely to be something in your setup. I guess
> svn-test-work is on a ramdisk, so it could be its mount options.

Hmmm. I reran the tests (same sources, with r1866425-rework-patch
applied). This time all the tests passed, including autoprop_tests.py
#7 for svnserve x bdb.

Both times, I ran everything under a ramdrive, which is mounted with
rw,relatime:

$ cat /proc/mounts | grep ramdrive
/dev/sdb1 /home/nate/ramdrive ext4 rw,relatime 0 0

(If you're wondering about /dev/sdb1, it appears to be a regular disk,
not a ramdrive, because this is a virtual machine and the ramdrive is
a disk image in RAM on the host. This allows it to persist through
reboots of the guest, moved to other guests, etc).

I don't know why the test failed before. Could be timing or something
else happening on the computer? As I continue experimenting, we'll see
if it fails again... I'll keep everyone posted.

Also, I'll try the default-jdk-headless and junit4 packages and let
you know how that works out...

Thanks for your help...
Nathan
Received on 2019-12-26 23:02:37 CET

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.