On Mon, Dec 28, 2015 at 11:27:28AM +0100, Ph. Marek wrote:
> During a run with my automated test suite for FSVS I noticed that some 
> things that previously worked do not any more.
> I can't really give a hard range of SVN versions, but I guess 2 or 3 years 
> ago that wasn't a problem yet ;/

Hmmm.  I tested all the way back to SVN 1.5 and I either get the abort
you're reporting or a failure trying to setup the working copy in order
to run the test.

  $ make BINARY=../src/fsvs TEST_LIST=037\* -C tests
  make: Entering directory '/home/jamessan/src/debian.org/fsvs/fsvs-1.2.6/tests'
  test -d /tmp/fsvs-test-1000 || mkdir -p /tmp/fsvs-test-1000
  test -d /tmp/fsvs-test-1000/waa || mkdir -p /tmp/fsvs-test-1000/waa
  test -d /tmp/fsvs-test-1000/conf || mkdir -p /tmp/fsvs-test-1000/conf
  Preparing default repository.


  An error occurred: Couldn't open a repository (180001)
    in url__open_session: 
svn_ra_open("file:///tmp/fsvs-test-1000/repos/trunk"): Unable to connect to a 
repository at URL 'file:///tmp/fsvs-test-1000/repos/trunk'
  make[3]: *** [prepare_wc] Error 2


  An error occurred: Couldn't open a repository (180001)
    in url__open_session: 
svn_ra_open("file:///tmp/fsvs-test-1000/repos/trunk"): Unable to connect to a 
repository at URL 'file:///tmp/fsvs-test-1000/repos/trunk'
  make[3]: *** [prepare_wc] Error 2
  make[2]: *** [prepare_wcs] Error 2
  make[1]: *** [prepare_clean] Error 2
  Makefile:166: recipe for target '/tmp/fsvs-test-1000/default-repos.dump' 
failed
  make: *** [/tmp/fsvs-test-1000/default-repos.dump] Error 2
  make: Leaving directory '/home/jamessan/src/debian.org/fsvs/fsvs-1.2.6/tests'

I didn't get a single successful run of the test.

Granted, the abort needs to be fixed, but not being able to run the test
makes it hard to bisect where things broke.

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <james...@debian.org>

Reply via email to