monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: netsync problems, missing certificate


From: Peter Simons
Subject: [Monotone-devel] Re: netsync problems, missing certificate
Date: 30 Apr 2004 22:45:34 +0200

graydon hoare writes:

 > do you still get that error if you pull and update today?

No, this time all tests work OK -- except for this one:

  26: single manifest netsync

The test seems to hang. After an hours or so, I aborted it
with CTRL-C. This is the (snipped down) version of what
testsuite.log did have to say about it:

  db.execute("DELETE FROM merkle_nodes WHERE type = 'mcert' AND collection = 
'testbr ...")
  db.execute("INSERT OR REPLACE INTO merkle_nodes VALUES ('mcert', 
'testbranch', 0,  ...")
  db.execute("DELETE FROM merkle_nodes WHERE type = 'fcert' AND collection = 
'testbr ...")
  db.execute("INSERT OR REPLACE INTO merkle_nodes VALUES ('fcert', 
'testbranch', 0,  ...")
  db.execute("DELETE FROM merkle_nodes WHERE type = 'key' AND collection = 
'testbran ...")
  db.execute("INSERT OR REPLACE INTO merkle_nodes VALUES ('key', 'testbranch', 
0, '' ...")
  db.fetch("SELECT id, name, value, keypair, signature FROM 'manifest_certs' 
WHERE name = 'branch'")
  db.execute("COMMIT")
  db.fetch("SELECT id, name, value, keypair, signature FROM 'manifest_certs' 
WHERE name = 'branch'")
  db.execute("BEGIN")
  connecting to 127.0.0.1:5555
  db.execute("ROLLBACK")

  **** exception(205): std::runtime_error: trapped network exception: failed to 
connect: Connection refused

  t_singlenetsync.at:27: exit code was 200, expected 0
  26. t_singlenetsync.at:3: 26. single manifest netsync (t_singlenetsync.at:3): 
FAILED (t_singlenetsync.at:27)

Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]