tests/test-setdiscovery.t
changeset 46769 67a2ecea8bd9
parent 46768 3a8cf5b9c820
child 47024 8fcc0a829f3d
equal deleted inserted replaced
46768:3a8cf5b9c820 46769:67a2ecea8bd9
  1732   > -T json \
  1732   > -T json \
  1733   > --debug \
  1733   > --debug \
  1734   > --local-as-revs 'first(heads(all()), 25)' \
  1734   > --local-as-revs 'first(heads(all()), 25)' \
  1735   > --remote-as-revs 'last(heads(all()), 25)' \
  1735   > --remote-as-revs 'last(heads(all()), 25)' \
  1736   > --config devel.discovery.randomize=false
  1736   > --config devel.discovery.randomize=false
  1737   query 1; heads
       
  1738   searching for changes
       
  1739   taking quick initial sample
       
  1740   query 2; still undecided: 375, sample size is: 81
       
  1741   sampling from both directions
       
  1742   query 3; still undecided: 3, sample size is: 3
       
  1743   3 total queries in *s (glob)
       
  1744   [
  1737   [
  1745    {
  1738    {
  1746     "elapsed": *, (glob)
  1739     "elapsed": *, (glob)
  1747     "nb-common-heads": 1,
  1740     "nb-common-heads": 1,
  1748     "nb-common-heads-both": 0,
  1741     "nb-common-heads-both": 0,
  1761     "nb-missing-heads": 25,
  1754     "nb-missing-heads": 25,
  1762     "nb-missing-roots": 25,
  1755     "nb-missing-roots": 25,
  1763     "nb-revs": 400,
  1756     "nb-revs": 400,
  1764     "nb-revs-common": 300,
  1757     "nb-revs-common": 300,
  1765     "nb-revs-missing": 100,
  1758     "nb-revs-missing": 100,
       
  1759     "output": "query 1; heads\nsearching for changes\ntaking quick initial sample\nquery 2; still undecided: 375, sample size is: 81\nsampling from both directions\nquery 3; still undecided: 3, sample size is: 3\n3 total queries in *s\n", (glob)
  1766     "total-roundtrips": 3
  1760     "total-roundtrips": 3
  1767    }
  1761    }
  1768   ]
  1762   ]