1. 01 Mar, 2011 33 commits
  2. 24 Feb, 2011 3 commits
  3. 22 Feb, 2011 2 commits
  4. 15 Feb, 2011 2 commits
    • Rusty Russell's avatar
      failtest: detect leaks in children. · 460f62ce
      Rusty Russell authored
      If we need to clean up the children, they didn't exit cleanly.
      
      This takes a bit more care when writing tests, but found a leak in tdb2.
      460f62ce
    • Rusty Russell's avatar
      failtest: hook can return FAIL_PROBE · c9f915e0
      Rusty Russell authored
      tdb2 has various places where it recovers from failure (eg. falling
      back when it can't open /dev/urandom, or allocation for error
      logging).  We want to test those paths, but doing so thoroughly causes
      cominatorial explosion.
      
      Add FAIL_PROBE for such cases: in this case it goes only 3 more calls
      deep.
      c9f915e0