Job try-1cb7facd85b47da76154fa71d09576a2e89aa6a4-debian10-cpython-3.8-0

Repo:try
Node:1cb7facd85b47da76154fa71d09576a2e89aa6a4
Name:debian10-cpython-3.8
Scheduled At:2019-10-17T04:32:03
Started At:2019-10-17T04:32:11
Finished At:2019-10-17T04:39:12

Failed Tests

test-bookmarks-corner-case.t

--- /hgwork/src/tests/test-bookmarks-corner-case.t
+++ /hgwork/src/tests/test-bookmarks-corner-case.t.err
@@ -201,7 +201,6 @@
   pushing to ssh://user@dummy/bookrace-server
   searching for changes
   remote: setting raced push up
-  remote has heads on branch 'default' that are not known locally: f26c3b5167d1
   remote: adding changesets
   remote: adding manifests
   remote: adding file changes
@@ -220,7 +219,6 @@
   |  summary:     A1
   |
   | o  changeset:   3:f26c3b5167d1
-  | |  bookmark:    book-B
   | |  user:        test
   | |  date:        Thu Jan 01 00:00:00 1970 +0000
   | |  summary:     B1
@@ -243,4 +241,3 @@
   
   $ hg -R bookrace-server book
      book-A                    4:9ce3b28c16de
-     book-B                    3:f26c3b5167d1

test-check-module-imports.t

--- /hgwork/src/tests/test-check-module-imports.t
+++ /hgwork/src/tests/test-check-module-imports.t.err
@@ -38,3 +38,6 @@
   > -X tests/test-imports-checker.t    > -X tests/test-verify-repo-operations.py    > | sed 's-\-/-g' | "$PYTHON" "$import_checker" -
+  contrib/ci/lambda_functions/ci.py:20: direct symbol import Key from boto3.dynamodb.conditions
+  contrib/ci/lambda_functions/web.py:16: direct symbol import Key from boto3.dynamodb.conditions
+  [1]

test-convert-tla.t

--- /hgwork/src/tests/test-convert-tla.t
+++ /hgwork/src/tests/test-convert-tla.t.err
@@ -96,15 +96,8 @@
   $ hg convert tla-repo tla-repo-hg
   initializing destination tla-repo-hg repository
   analyzing tree version tla@mercurial--convert/tla--test--0...
-  scanning source...
-  sorting...
-  converting...
-  5 initial import
-  4 added a file, src and src/b (binary)
-  3 added link to a and modify a
-  2 added second link and modify b
-  1 file to link and link to file test
-  0 move and rename a-link-2 file and src directory
+  abort: could not parse cat-log of tla@mercurial--convert/tla--test--0--patch-5
+  [255]
   $ tla register-archive -d tla@mercurial--convert
   $ glog()
   > {
@@ -114,21 +107,5 @@
 show graph log
 
   $ glog -R tla-repo-hg
-  o  5 "move and rename a-link-2 file and src directory" files: c src/a-link src/a-link-2 src/b test/a-link test/b
-  |
-  o  4 "file to link and link to file test" files: src/a-link-2 src/b
-  |
-  o  3 "added second link and modify b" files: src/a-link-2 src/b
-  |
-  o  2 "added link to a and modify a" files: a src/a-link
-  |
-  o  1 "added a file, src and src/b (binary)" files: a src/b
-  |
-  o  0 "initial import" files:
-  
   $ hg up -q -R tla-repo-hg
   $ hg -R tla-repo-hg manifest --debug
-  c4072c4b72e1cabace081888efa148ee80ca3cbb 644   a
-  0201ac32a3a8e86e303dff60366382a54b48a72e 644   c
-  c0067ba5ff0b7c9a3eb17270839d04614c435623 644 @ test/a-link
-  375f4263d86feacdea7e3c27100abd1560f2a973 644 @ test/b

test-flagprocessor.t

--- /hgwork/src/tests/test-flagprocessor.t
+++ /hgwork/src/tests/test-flagprocessor.t.err
@@ -204,7 +204,7 @@
     File "*/mercurial/extensions.py", line *, in _runextsetup (glob)
       extsetup(ui)
     File "*/tests/flagprocessorext.py", line *, in extsetup (glob)
-      REVIDX_NOOP, (noopdonothingread, noopdonothing, validatehash,)
+      flagutil.addflagprocessor(
     File "*/mercurial/revlogutils/flagutil.py", line *, in addflagprocessor (glob)
       insertflagprocessor(flag, processor, flagprocessors)
     File "*/mercurial/revlogutils/flagutil.py", line *, in insertflagprocessor (glob)

test-hook.t

--- /hgwork/src/tests/test-hook.t
+++ /hgwork/src/tests/test-hook.t.err
@@ -978,9 +978,24 @@
   SyntaxError: * (glob)
   exception from second failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named hgext_syntaxerror
+  SyntaxError: unexpected EOF while parsing
+  
+  During handling of the above exception, another exception occurred:
+  
   Traceback (most recent call last):
-  HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
+  ModuleNotFoundError: No module named 'hgext_syntaxerror'
+  Traceback (most recent call last):
+  SyntaxError: unexpected EOF while parsing
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'hgext_syntaxerror'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  mercurial.error.HookLoadError: b'preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed'
   abort: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
 
   $ echo '[hooks]' > ../a/.hg/hgrc
@@ -1113,7 +1128,7 @@
 
   $ hg id
   loading pre-identify.npmd hook failed:
-  abort: No module named repo!
+  abort: No module named 'repo'!
   [255]
 
   $ cd ../../b
@@ -1133,12 +1148,27 @@
   $ hg --traceback commit -ma 2>&1 | egrep -v '^( +File|    [a-zA-Z(])'
   exception from first failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named somebogusmodule
+  ModuleNotFoundError: No module named 'somebogusmodule'
   exception from second failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named hgext_importfail
+  ModuleNotFoundError: No module named 'somebogusmodule'
+  
+  During handling of the above exception, another exception occurred:
+  
   Traceback (most recent call last):
-  HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed
+  ModuleNotFoundError: No module named 'hgext_importfail'
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'somebogusmodule'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'hgext_importfail'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  mercurial.error.HookLoadError: b'precommit.importfail hook is invalid: import of "importfail" failed'
   abort: precommit.importfail hook is invalid: import of "importfail" failed
 
 Issue1827: Hooks Update & Commit not completely post operation

test-install.t

--- /hgwork/src/tests/test-install.t
+++ /hgwork/src/tests/test-install.t.err
@@ -155,12 +155,132 @@
 
 debuginstall extension support
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false | grep atchman
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.8.0 (default, Oct 16 2019, 02:27:26) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.1.2+610-1cb7facd85b4)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 848, in _resolvesockname
+      raise WatchmanError("watchman exited with code %d" % exitcode)
+  hgext.fsmonitor.pywatchman.WatchmanError: watchman exited with code 1
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 103, in _command
+      raise Unavailable(str(ex))
+  hgext.fsmonitor.watchmanclient.Unavailable: <exception str() failed>
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 27, in __str__
+      return b'warning: Watchman unavailable: %s' % self.msg
+  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
   fsmonitor checking for watchman binary... (false)
-   watchman binary missing or broken: warning: Watchman unavailable: watchman exited with code 1
 Verify the json works too:
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false -Tjson | grep atchman
-    "fsmonitor-watchman": "false",
-    "fsmonitor-watchman-error": "warning: Watchman unavailable: watchman exited with code 1",
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.8.0 (default, Oct 16 2019, 02:27:26) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.1.2+610-1cb7facd85b4)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 848, in _resolvesockname
+      raise WatchmanError("watchman exited with code %d" % exitcode)
+  hgext.fsmonitor.pywatchman.WatchmanError: watchman exited with code 1
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 103, in _command
+      raise Unavailable(str(ex))
+  hgext.fsmonitor.watchmanclient.Unavailable: <exception str() failed>
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 27, in __str__
+      return b'warning: Watchman unavailable: %s' % self.msg
+  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
+  [1]
 
 
 #if test-repo

test-lfs-serve-access.t

--- /hgwork/src/tests/test-lfs-serve-access.t
+++ /hgwork/src/tests/test-lfs-serve-access.t.err
@@ -353,18 +353,18 @@
   $LOCALIP - - [$ERRDATE$] HG error:  Traceback (most recent call last): (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      localstore.download(oid, req.bodyfh) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      super(badstore, self).download(oid, src) (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:      _(b'corrupt remote lfs object: %s') % oid (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:      raise LfsCorruptionError(
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: b'corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c'
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
   $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d': (glob)
   Traceback (most recent call last):
       self.do_write()
       self.do_hgweb()
       for chunk in self.server.application(env, self._start_response):
+      return func(*(args + a), **kw) (no-py3 !)
       for r in self._runwsgi(req, res, repo):
-      rctx, req, res, self.check_perm
-      return func(*(args + a), **kw) (no-py3 !)
-      rctx.repo, req, res, lambda perm: checkperm(rctx, req, perm)
+      handled = wireprotoserver.handlewsgirequest(
+      return _processbasictransfer(
       res.setbodybytes(localstore.read(oid))
       blob = self._read(self.vfs, oid, verify)
       raise IOError(errno.EIO, r'%s: I/O error' % oid.decode("utf-8"))
@@ -375,8 +375,8 @@
   $LOCALIP - - [$ERRDATE$] HG error:      res.setbodybytes(localstore.read(oid)) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      blob = self._read(self.vfs, oid, verify) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      blobstore._verify(oid, b'dummy content') (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:      hint=_(b'run hg verify'), (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:      raise LfsCorruptionError(
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: b'detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d'
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
 
 Basic Authorization headers are returned by the Batch API, and sent back with

test-notify.t

--- /hgwork/src/tests/test-notify.t
+++ /hgwork/src/tests/test-notify.t.err
@@ -421,36 +421,28 @@
   >   -m `"$PYTHON" -c 'print("àáâãä")'`
   $ hg --traceback --cwd b --encoding utf-8 pull ../a |    >   "$PYTHON" $TESTTMP/filter.py
+  error: incoming.notify hook raised an exception: 'ascii' codec can't encode characters in position 42-51: ordinal not in range(128)
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/hook.py", line 114, in pythonhook
+      r = obj(ui=ui, repo=repo, hooktype=htype, **pycompat.strkwargs(args))
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/notify.py", line 553, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/notify.py", line 406, in send
+      msg = mail.mimeencode(self.ui, payload, self.charsets, self.test)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/mail.py", line 423, in mimeencode
+      return mimetextqp(s, b'plain', cs)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/mail.py", line 298, in mimetextqp
+      msg.set_payload(body, cs)
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/email/message.py", line 315, in set_payload
+      payload = payload.encode(charset.output_charset)
+  UnicodeEncodeError: 'ascii' codec can't encode characters in position 42-51: ordinal not in range(128)
   pulling from ../a
   searching for changes
   adding changesets
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets 0f25f9c22b4c
-  MIME-Version: 1.0
-  Content-Type: text/plain; charset="us-ascii"
-  Content-Transfer-Encoding: 8bit
-  X-Test: foo
-  Date: * (glob)
-  Subject: à... (esc)
-  From: test@test.com
-  X-Hg-Notification: changeset 0f25f9c22b4c
-  Message-Id: <*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 0f25f9c22b4c in b
-  description: àáâãä (esc)
-  diffstat:
-   a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
-  
-  diffs (7 lines):
-  
-  diff -r fccf66cd0c35 -r 0f25f9c22b4c a
-  --- a/a	Thu Jan 01 00:00:03 1970 +0000
-  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
-  @@ -1,2 +1,3 @@ a a
-  +a
+  new changesets 5e14b89ad3da
   (run 'hg update' to get a working copy)
 
 long lines
@@ -470,48 +462,31 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets a846b5f6ebb7
-  notify: sending 2 subscribers 1 changes
+  new changesets fecd12eab950
+  error: incoming.notify hook failed: decoding near 'nononononoф': 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)! (esc)
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/encoding.py", line 205, in fromlocal
+      u = s.decode(_sysstr(encoding), _sysstr(encodingmode))
+  UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/hook.py", line 114, in pythonhook
+      r = obj(ui=ui, repo=repo, hooktype=htype, **pycompat.strkwargs(args))
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/notify.py", line 553, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/notify.py", line 387, in send
+      msg = p.parsestr(encoding.strfromlocal(data))
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/encoding.py", line 223, in unifromlocal
+      return fromlocal(s).decode('utf-8')
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/encoding.py", line 209, in fromlocal
+      raise error.Abort(
+  mercurial.error.Abort: b"decoding near 'nononononoф': 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)!"
   (run 'hg update' to get a working copy)
   $ "$PYTHON" $TESTTMP/filter.py < b/mbox
-  From test@test.com ... ... .. ..:..:.. .... (re)
-  MIME-Version: 1.0
-  Content-Type: text/plain; charset="*" (glob)
-  Content-Transfer-Encoding: quoted-printable
-  X-Test: foo
-  Date: * (glob)
-  Subject: long line
-  From: test@test.com
-  X-Hg-Notification: changeset a846b5f6ebb7
-  Message-Id: <hg.a846b5f6ebb7.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset a846b5f6ebb7 in b
-  description: long line
-  diffstat:
-   a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
-  
-  diffs (8 lines):
-  
-  diff -r 0f25f9c22b4c -r a846b5f6ebb7 a
-  --- a/a	Thu Jan 01 00:00:00 1970 +0000
-  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
-  @@ -1,3 +1,4 @@ a a a
-  +nonononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nonononononononononononono=D1=84
-  
+  $TESTTMP.sh: 128: $TESTTMP.sh: cannot open b/mbox: No such file
+  [2]
  revset selection: send to address that matches branch and repo
 
   $ cat << EOF >> $HGRCPATH
@@ -540,7 +515,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets f7e5aaed4080
+  new changesets cfdce462aac0
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
@@ -548,11 +523,11 @@
   Date: * (glob)
   Subject: test
   From: test@test.com
-  X-Hg-Notification: changeset f7e5aaed4080
-  Message-Id: <hg.f7e5aaed4080.*.*@*> (glob)
+  X-Hg-Notification: changeset cfdce462aac0
+  Message-Id: <hg.cfdce462aac0.1571286933.-2482762039329659566@ip-172-31-12-170.us-west-2.compute.internal>
   To: baz@test.com, foo@bar, notify@example.com
   
-  changeset f7e5aaed4080 in b
+  changeset cfdce462aac0 in b
   description: test
   (run 'hg update' to get a working copy)
 
@@ -570,7 +545,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 0 changes to 0 files (+1 heads)
-  new changesets 645eb6690ecf
+  new changesets 424ada2957e5
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
@@ -578,11 +553,11 @@
   Date: * (glob)
   Subject: test
   From: test@test.com
-  X-Hg-Notification: changeset 645eb6690ecf
-  Message-Id: <hg.645eb6690ecf.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 645eb6690ecf in b
+  X-Hg-Notification: changeset 424ada2957e5
+  Message-Id: <hg.424ada2957e5.1571286933.-2482762039329659566@ip-172-31-12-170.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 424ada2957e5 in b
   description: test
   (run 'hg heads' to see heads)
 
@@ -599,12 +574,12 @@
   Date: * (glob)
   Subject: changeset in b: default template
   From: test@test.com
-  X-Hg-Notification: changeset 5cd4346eed47
-  Message-Id: <hg.5cd4346eed47.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 5cd4346eed47 in $TESTTMP/b
-  details: http://test/b?cmd=changeset;node=5cd4346eed47
+  X-Hg-Notification: changeset eec6221c8a43
+  Message-Id: <hg.eec6221c8a43.1571286934.-2482762039329659566@ip-172-31-12-170.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset eec6221c8a43 in $TESTTMP/b
+  details: http://test/b?cmd=changeset;node=eec6221c8a43
   description: default template
 
 with style:
@@ -628,11 +603,11 @@
   Date: * (glob)
   Subject: with style
   From: test@test.com
-  X-Hg-Notification: changeset ec8d9d852f56
-  Message-Id: <hg.ec8d9d852f56.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset ec8d9d852f56
+  X-Hg-Notification: changeset 7955a56097d3
+  Message-Id: <hg.7955a56097d3.1571286935.-2482762039329659566@ip-172-31-12-170.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 7955a56097d3
 
 with template (overrides style):
 
@@ -649,10 +624,10 @@
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
-  Subject: 14721b538ae3: with template
-  From: test@test.com
-  X-Hg-Notification: changeset 14721b538ae3
-  Message-Id: <hg.14721b538ae3.*.*@*> (glob)
+  Subject: 82bb0b6eb499: with template
+  From: test@test.com
+  X-Hg-Notification: changeset 82bb0b6eb499
+  Message-Id: <hg.82bb0b6eb499.1571286935.-2482762039329659566@ip-172-31-12-170.us-west-2.compute.internal>
   To: baz@test.com, foo@bar
   
   with template
@@ -682,21 +657,21 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets b86bc16ff894
+  new changesets dfca204f4cee
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
   Subject: addfunction
   From: test@test.com
-  X-Hg-Notification: changeset b86bc16ff894
-  Message-Id: <hg.b86bc16ff894.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset b86bc16ff894
+  X-Hg-Notification: changeset dfca204f4cee
+  Message-Id: <hg.dfca204f4cee.1571286936.-2482762039329659566@ip-172-31-12-170.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset dfca204f4cee
   diffs (11 lines):
   
-  diff -r 14721b538ae3 -r b86bc16ff894 f1
+  diff -r 82bb0b6eb499 -r dfca204f4cee f1
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/f1	Thu Jan 01 00:00:00 1970 +0000
   @@ -0,0 +1,7 @@
@@ -725,21 +700,21 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets e81040e9838c
+  new changesets 23ea51ca9d20
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
   Subject: changefunction
   From: test@test.com
-  X-Hg-Notification: changeset e81040e9838c
-  Message-Id: <hg.e81040e9838c.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset e81040e9838c
+  X-Hg-Notification: changeset 23ea51ca9d20
+  Message-Id: <hg.23ea51ca9d20.1571286936.-2482762039329659566@ip-172-31-12-170.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 23ea51ca9d20
   diffs (12 lines):
   
-  diff -r b86bc16ff894 -r e81040e9838c f1
+  diff -r dfca204f4cee -r 23ea51ca9d20 f1
   --- a/f1	Thu Jan 01 00:00:00 1970 +0000
   +++ b/f1	Thu Jan 01 00:00:00 1970 +0000
   @@ -2,6 +2,6 @@ int main() {

test-remotefilelog-gc.t

--- /hgwork/src/tests/test-remotefilelog-gc.t
+++ /hgwork/src/tests/test-remotefilelog-gc.t.err
@@ -107,5 +107,51 @@
 
   $ printf "asdasdas" >> $CACHEDIR/repos
   $ hg gc
-  abort: invalid path asdasda: .*(null|NULL).* (re)
-  [255]
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.8.0 (default, Oct 16 2019, 02:27:26) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.1.2+610-1cb7facd85b4)
+  ** Extensions loaded: remotefilelog, rebase, strip
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.q8obron5/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/remotefilelog/__init__.py", line 576, in runcommand
+      return orig(lui, repo, *args, **kwargs)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/remotefilelog/__init__.py", line 889, in gc
+      gcclient(ui, cachepath)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/hgext/remotefilelog/__init__.py", line 928, in gcclient
+      peer = hg.peer(ui, {}, path)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/hg.py", line 233, in peer
+      return _peerorrepo(
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/hg.py", line 181, in _peerorrepo
+      obj = _peerlookup(path).instance(
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/localrepo.py", line 3447, in instance
+      return makelocalrepository(ui, localpath, intents=intents)
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/localrepo.py", line 503, in makelocalrepository
+      hgvfs.stat()
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/vfs.py", line 260, in stat
+      return os.stat(self.join(path))
+  ValueError: stat: embedded null character in path
+  [1]

test-ssh-proto.t

--- /hgwork/src/tests/test-ssh-proto.t
+++ /hgwork/src/tests/test-ssh-proto.t.err
@@ -111,6 +111,8 @@
   o>     capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash

   440
   capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
+  /hgdev/pyenv/versions/3.8.0/lib/python3.8/os.py:1021: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
+    return io.open(fd, *args, **kwargs)
   o> flush() -> None
 
   $ hg debugserve --sshstdio --logiofile $TESTTMP/io << EOF
@@ -118,6 +120,8 @@
   > EOF
   440
   capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
+  /hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/pycompat.py:294: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
+    return builtins.open(name, sysstr(mode), buffering, encoding)
 
   $ cat $TESTTMP/io
   e> flush() -> None

test-worker.t

--- /hgwork/src/tests/test-worker.t
+++ /hgwork/src/tests/test-worker.t.err
@@ -80,6 +80,13 @@
   > test 100000.0 abort 2>&1
   start
   abort: known exception
+  Exception ignored in: <function _after_fork at 0x7efe01be88b0>
+  Traceback (most recent call last):
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 1412, in _after_fork
+      def _after_fork():
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 303, in catchterm
+      raise error.SignalInterrupt
+  mercurial.error.SignalInterrupt: 
   [255]
 
   $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=8' @@ -94,6 +101,8 @@
   $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=8'    > test 100000.0 exc 2>&1 | grep '^Exception'
   Exception: unknown exception
+  Exception ignored in: <function _after_fork at 0x7fd9bcafa8b0>
+  Exception ignored in: <function _after_fork at 0x7fd9bcafa8b0>
 
 Workers should not do cleanups in all cases
 
@@ -125,6 +134,13 @@
   > "extensions.d=$TESTTMP/detectcleanup.py" test 100000 abort
   start
   abort: known exception
+  Exception ignored in: <function _after_fork at 0x7eff5afb8940>
+  Traceback (most recent call last):
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 1431, in _after_fork
+      with _active_limbo_lock:
+    File "/hgwork/tmp/hgtests.q8obron5/install/lib/python/mercurial/dispatch.py", line 303, in catchterm
+      raise error.SignalInterrupt
+  mercurial.error.SignalInterrupt: 
   [255]
 
 #endif

Skipped Tests

Long Tests

DurationTest
149.0stest-merge-combination.t
113.0stest-revset.t
99.4stest-obsolete-bundle-strip.t
97.4stest-bookmarks-pushpull.t#b2-binary
96.9stest-bookmarks-pushpull.t#b2-pushkey
95.8stest-subrepo.t
90.6stest-obsolete.t
89.3stest-largefiles.t
85.7stest-log.t
84.2stest-template-functions.t
83.5stest-graft.t#abortcommand
83.2stest-graft.t#abortflag
78.0stest-largefiles-misc.t
77.9stest-mq.t
74.5stest-rebase-obsolete.t
74.0stest-glog-beautifygraph.t
73.9stest-glog.t
73.5stest-import.t
70.4stest-obsmarker-template.t
67.3stest-merge-tools.t
63.1stest-bundle2-exchange.t#sshv2
62.9stest-bundle2-exchange.t#sshv1
62.6stest-http-permissions.t
62.2stest-fix.t
60.8stest-largefiles-update.t
59.1stest-commit-amend.t
59.1stest-shelve.t#stripbased
58.8stest-shelve.t#phasebased
58.6stest-update-branches.t
56.6stest-rename-merge2.t
56.4stest-revset2.t
55.0stest-strip.t
54.4stest-subrepo-git.t
54.1stest-check-pylint.t
53.6stest-bookmarks.t
53.6stest-copies.t#compatibility
53.6stest-copies.t#filelog
53.4stest-copies.t#sidedata
53.3stest-copies.t#changeset
53.2stest-shelve2.t#phasebased#abortflag#continuecommand
53.2stest-shelve2.t#phasebased#abortcommand#continuecommand
53.1stest-shelve2.t#phasebased#abortcommand#continueflag
52.9stest-shelve2.t#phasebased#abortflag#continueflag
51.7stest-shelve2.t#stripbased#abortflag#continueflag
51.7stest-shelve2.t#stripbased#abortcommand#continuecommand
51.6stest-phases-exchange.t
51.5stest-shelve2.t#stripbased#abortcommand#continueflag
51.4stest-shelve2.t#stripbased#abortflag#continuecommand
50.9stest-keyword.t
50.3stest-run-tests.t
49.9stest-merge-force.t
48.6stest-lfs.t
48.6stest-push-warn.t
48.2stest-template-basic.t
47.6stest-push-race.t#strict
47.5stest-push-race.t#unrelated
47.0stest-mq-subrepo.t
47.0stest-narrow.t#flat#lfs-on
46.8stest-obsolete-divergent.t
46.8stest-narrow.t#tree#lfs-on
46.5stest-template-keywords.t
46.4stest-merge-changedelete.t
46.3stest-mv-cp-st-diff.t
45.7stest-clone.t#sshv2
45.6stest-clone.t#sshv1
45.1stest-transplant.t#commandmode
44.9stest-annotate.t
44.8stest-copytrace-heuristics.t
44.6stest-transplant.t#continueflag
44.5stest-revert.t
43.7stest-mq-header-date.t
42.5stest-bisect.t
42.5stest-mq-header-from.t
42.5stest-convert-filemap.t
40.0stest-fileset.t
39.4stest-narrow.t#tree#lfs-off
39.4stest-narrow.t#flat#lfs-off
39.0stest-rebase-inmemory.t
38.7stest-resolve.t
38.3stest-tags.t
37.9stest-template-map.t
37.2stest-uncommit.t
36.3stest-rebase-scenario-global.t
35.2stest-init.t
35.2stest-subrepo-deep-nested-change.t
34.9stest-tag.t
34.4stest-remotefilelog-repack.t
34.3stest-backout.t
34.2stest-contrib-perf.t
33.6stest-treemanifest.t
33.6stest-treediscovery.t
32.7stest-mq-guards.t
32.1stest-branches.t
31.6stest-censor.t
31.6stest-ssh-proto.t
31.4stest-hook.t
31.1stest-check-code.t
30.8stest-remotefilelog-repack-fast.t
30.5stest-commit-interactive.t
30.3stest-commit.t
29.7stest-rebase-collapse.t
29.7stest-bisect2.t
29.5stest-copies-unrelated.t#compatibility
29.5stest-help.t
29.5stest-rename.t
29.4stest-copies-unrelated.t#sidedata
29.3stest-copies-unrelated.t#changeset
29.3stest-check-pyflakes.t
29.3stest-remotefilelog-bgprefetch.t
29.3stest-status.t
29.1stest-alias.t
29.1stest-bundle.t
29.0stest-copies-unrelated.t#filelog
28.8stest-histedit-fold.t
28.7stest-largefiles-wireproto.t#sshv1
28.5stest-largefiles-wireproto.t#sshv2
28.3stest-narrow-widen-no-ellipsis.t#tree
28.3stest-hgwebdir.t
28.3stest-narrow-widen.t#tree
28.0stest-narrow-share.t#flat
27.9stest-narrow-widen-no-ellipsis.t#flat
27.9stest-subrepo-svn.t
27.9stest-ssh.t#sshv1
27.9stest-narrow-widen.t#flat
27.8stest-narrow-clone.t
27.8stest-narrow-share.t#tree
27.7stest-ssh.t#sshv2
27.2stest-automv.t
27.2stest-issue3084.t
27.1stest-archive.t
27.0stest-https.t
26.9stest-rebase-abort.t#abortcommand#continuecommand
26.9stest-newbranch.t
26.8stest-rebase-abort.t#abortcommand#continueflag
26.7stest-fastannotate-hg.t
26.7stest-rebase-abort.t#abortflag#continueflag
26.7stest-rebase-abort.t#abortflag#continuecommand
26.6stest-convert-cvs-detectmerge.t
26.5stest-mq-qpush-fail.t
26.0stest-extension.t
26.0stest-merge-no-file-change.t
25.9stest-ssh-bundle1.t#sshv2
25.9stest-ssh-bundle1.t#sshv1
25.7stest-obshistory.t
25.7stest-phases.t
25.5stest-fetch.t
25.5stest-histedit-obsolete.t#abortflag
25.5stest-histedit-obsolete.t#abortcommand
25.4stest-eol.t
25.0stest-acl.t
24.9stest-convert-cvs.t
24.8stest-remotefilelog-prefetch.t
24.5stest-histedit-arguments.t#abortflag
24.4stest-histedit-arguments.t#abortcommand
24.4stest-convert-git.t
24.3stest-bheads.t
24.0stest-setdiscovery.t
23.8stest-http-bad-server.t
23.6stest-convert-hg-sink.t
23.3stest-bookflow.t
23.2stest-obsolete-distributed.t
22.9stest-absorb.t
22.9stest-import-git.t
22.5stest-lfs-serve.t#lfsremote-on
22.4stest-patchbomb.t
22.3stest-show-stack.t
22.3stest-narrow-clone-nonlinear.t
22.2stest-git-export.t
21.9stest-branch-change.t
21.8stest-rename-merge1.t
21.8stest-mq-qnew.t
21.8stest-split.t#obsstore-on
21.7stest-obsmarkers-effectflag.t
21.6stest-rebase-cache.t
21.5stest-merge1.t
21.5stest-upgrade-repo.t
21.4stest-grep.t
21.3stest-sparse.t
21.2stest-remove.t
21.2stest-narrow-shallow-merges.t
21.2stest-hghave.t
21.2stest-mq-qpush-exact.t
21.1stest-rebase-dest.t
20.9stest-amend.t#obsstore-on
20.9stest-treediscovery-legacy.t
20.8stest-audit-subrepo.t
20.8stest-unamend.t
20.6stest-rebase-parameters.t
20.4stest-bundle-r.t
20.3stest-convert-cvs-synthetic.t
20.3stest-walk.t
20.2stest-amend.t#obsstore-off
20.1stest-histedit-edit.t

Timeline

test-contrib-perf.t (34.24s)test-contrib-check-code.t (1.44s)test-obsolete-checkheads.t (14.45s)test-imports-checker.t (0.91s)test-merge-combination.t (149.04s)test-run-tests.t (50.27s)test-contrib-check-commit.t (0.17s)test-push-race.t#strict (47.56s)test-push-race.t#unrelated (47.52s)test-check-code.t (31.11s)test-push-checkheads-unpushed-D4.t (6.39s)test-push-checkheads-unpushed-D5.t (6.42s)test-push-checkheads-unpushed-D3.t (6.36s)test-check-py3-compat.t (5.34s)test-push-checkheads-pruned-B8.t (7.20s)test-push-checkheads-superceed-A7.t (6.33s)test-push-checkheads-superceed-A6.t (6.18s)test-push-checkheads-unpushed-D7.t (6.25s)test-rebase-check-restore.t (6.40s)test-push-checkheads-unpushed-D2.t (5.20s)test-largefiles-update.t (60.77s)test-push-checkheads-pruned-B5.t (5.66s)test-push-checkheads-superceed-A3.t (5.34s)test-push-checkheads-pruned-B2.t (4.66s)test-push-checkheads-superceed-A2.t (5.23s)test-push-checkheads-pruned-B3.t (4.63s)test-push-checkheads-pruned-B4.t (4.49s)test-push-checkheads-unpushed-D6.t (5.06s)test-push-checkheads-partial-C1.t (4.30s)test-push-checkheads-partial-C2.t (4.28s)test-push-checkheads-partial-C4.t (4.00s)test-push-checkheads-superceed-A8.t (5.00s)test-push-checkheads-pruned-B6.t (4.70s)test-push-checkheads-pruned-B7.t (4.52s)test-push-checkheads-partial-C3.t (4.04s)test-push-checkheads-unpushed-D1.t (4.25s)test-subrepo-svn.t (27.90s)test-push-checkheads-superceed-A4.t (3.90s)test-push-checkheads-superceed-A5.t (3.87s)test-push-checkheads-pruned-B1.t (3.29s)test-push-checkheads-superceed-A1.t (3.36s)test-copytrace-heuristics.t (44.77s)test-check-config.t (10.41s)test-glog-beautifygraph.t (74.05s)test-gendoc-ja.t (3.93s)test-check-module-imports.t (11.99s)test-convert-cvs.t (24.88s)test-help.t (29.54s)test-obsolete-bounds-checking.t (0.93s)test-gendoc.t (5.50s)test-glog.t (73.85s)test-convert-svn-sink.t (19.63s)test-check-help.t (9.19s)test-patchbomb.t (22.40s)test-convert-svn-source.t (0.26s)test-obsolete-bundle-strip.t (99.44s)test-check-pyflakes.t (29.29s)test-abort-checkin.t (1.06s)test-http-bad-server.t (23.84s)test-ssh-proto-unbundle.t (18.69s)test-obsmarker-template.t (70.41s)test-acl.t (25.02s)test-check-commit.t (1.53s)test-check-shbang.t (2.11s)test-convert-svn-move.t (0.23s)test-check-interfaces.py (0.47s)test-hgweb-commands.t (19.51s)test-hgweb-symrev.t (18.27s)test-obsolete.t (90.59s)test-upgrade-repo.t (21.45s)test-extension.t (26.01s)test-ssh-proto.t (31.59s)test-log.t (85.68s)test-check-execute.t (1.37s)test-dirstate-race.t (14.95s)test-check-pylint.t (54.07s)test-graft.t#abortcommand (83.50s)test-graft.t#abortflag (83.16s)test-convert-svn-encoding.t (0.11s)test-wireproto-content-redirects.t (4.10s)test-hgweb-filelog.t (9.37s)test-hgwebdir.t (28.34s)test-wireproto-exchangev2.t (17.26s)test-bundle2-format.t (10.80s)test-template-map.t (37.89s)test-revset.t (113.05s)test-subrepo.t (95.85s)test-convert-cvs-detectmerge.t (26.65s)test-rebase-obsolete.t (74.53s)test-largefiles.t (89.29s)test-merge-tools.t (67.35s)test-hgweb-json.t (11.15s)test-convert-cvs-synthetic.t (20.33s)test-gendoc-ro.t (3.75s)test-import.t (73.49s)test-subrepo-deep-nested-change.t (35.18s)test-bundle2-exchange.t#sshv1 (62.94s)test-bundle2-exchange.t#sshv2 (63.11s)test-phases-exchange.t (51.57s)test-bookmarks-pushpull.t#b2-binary (97.42s)test-bookmarks-pushpull.t#b2-pushkey (96.92s)test-convert-cvsnt-mergepoints.t (12.48s)test-strip.t (55.00s)test-template-functions.t (84.17s)test-commit-interactive.t (30.49s)test-merge-changedelete.t (46.36s)test-lfs.t (48.63s)test-fix.t (62.19s)test-rename-merge2.t (56.60s)test-hook.t (31.42s)test-https.t (27.00s)test-highlight.t (11.56s)test-convert-git.t (24.37s)test-http-permissions.t (62.62s)test-lfs-test-server.t#git-server (0.21s)test-lfs-test-server.t#hg-server (12.18s)test-setdiscovery.t (23.96s)test-commandserver.t (19.57s)test-clone.t#sshv1 (45.58s)test-clone.t#sshv2 (45.72s)test-bookmarks.t (53.64s)test-check-clang-format.t (1.92s)test-merge-force.t (49.91s)test-revset2.t (56.38s)test-convert-cvs-branch.t (19.05s)test-shelve.t#phasebased (58.75s)test-shelve.t#stripbased (59.11s)test-largefiles-misc.t (77.97s)test-commit-amend.t (59.12s)test-branches.t (32.06s)test-http-protocol.t (12.21s)test-hgweb-diffs.t (11.88s)test-revert.t (44.47s)test-keyword.t (50.88s)test-template-keywords.t (46.52s)test-wireproto-command-filesdata.t (8.60s)test-convert-svn-branches.t (0.10s)test-mq.t (77.88s)test-convert-hg-svn.t (0.11s)test-gendoc-de.t (4.01s)test-lfs-serve-access.t (12.78s)test-wireproto-command-capabilities.t (3.71s)test-generaldelta.t (13.66s)test-subrepo-git.t (54.36s)test-lfs-serve.t#lfsremote-off (7.55s)test-lfs-serve.t#lfsremote-on (22.52s)test-check-format.t (0.25s)test-transplant.t#commandmode (45.06s)test-transplant.t#continueflag (44.60s)test-treemanifest.t (33.64s)test-tags.t (38.31s)test-phases.t (25.66s)test-template-basic.t (48.18s)test-tag.t (34.88s)test-subrepo-recursion.t (18.78s)test-hgweb.t (14.16s)test-convert.t (8.26s)test-check-jshint.t (0.27s)test-http-api-httpv2.t (7.88s)test-http.t (19.76s)test-convert-filemap.t (42.48s)test-obsolete-divergent.t (46.82s)test-annotate.t (44.92s)test-bundle.t (29.07s)test-resolve.t (38.66s)test-shelve2.t#phasebased#abortcommand#continuecommand (53.16s)test-shelve2.t#phasebased#abortcommand#continueflag (53.08s)test-shelve2.t#phasebased#abortflag#continuecommand (53.22s)test-shelve2.t#phasebased#abortflag#continueflag (52.89s)test-shelve2.t#stripbased#abortcommand#continuecommand (51.68s)test-shelve2.t#stripbased#abortcommand#continueflag (51.51s)test-shelve2.t#stripbased#abortflag#continuecommand (51.44s)test-shelve2.t#stripbased#abortflag#continueflag (51.75s)test-split.t#obsstore-off (19.95s)test-split.t#obsstore-on (21.76s)test-encoding-textwrap.t (2.41s)test-obsolete-distributed.t (23.17s)test-walk.t (20.30s)test-mv-cp-st-diff.t (46.27s)test-bisect.t (42.54s)test-convert-p4-filetypes.t (0.09s)test-notify.t (10.02s)test-rebase-scenario-global.t (36.31s)test-commit.t (30.29s)test-ssh.t#sshv1 (27.86s)test-ssh.t#sshv2 (27.65s)test-bundle2-remote-changegroup.t#sshv1 (17.06s)test-bundle2-remote-changegroup.t#sshv2 (17.09s)test-clonebundles.t (17.33s)test-wireproto-exchangev2-shallow.t (5.32s)test-import-git.t (22.86s)test-mq-header-from.t (42.53s)test-i18n.t (3.96s)test-treediscovery.t (33.56s)test-bisect2.t (29.68s)test-archive.t (27.12s)test-fileset.t (40.03s)test-push-warn.t (48.61s)test-hgweb-annotate-whitespace.t (4.63s)test-remotefilelog-repack.t (34.43s)test-debugcommands.t (19.66s)test-remove.t (21.23s)test-rebase-inmemory.t (39.03s)test-clone-uncompressed.t#stream-bundle2 (19.77s)test-clone-uncompressed.t#stream-legacy (16.78s)test-alias.t (29.15s)test-ssh-bundle1.t#sshv1 (25.90s)test-ssh-bundle1.t#sshv2 (25.93s)test-mq-header-date.t (43.71s)test-wireproto-command-changesetdata.t (9.80s)test-pull-pull-corruption.t (15.29s)test-blackbox.t (12.27s)test-convert-svn-startrev.t (0.10s)test-devel-warnings.t (5.36s)test-backout.t (34.33s)test-push-http.t#bundle1 (17.17s)test-push-http.t#bundle2 (17.63s)test-rebase-collapse.t (29.70s)test-contrib-relnotes.t (1.27s)test-update-branches.t (58.60s)test-audit-subrepo.t (20.82s)test-histedit-obsolete.t#abortcommand (25.46s)test-histedit-obsolete.t#abortflag (25.47s)test-histedit-arguments.t#abortcommand (24.44s)test-histedit-arguments.t#abortflag (24.46s)test-wireproto.t (9.04s)test-globalopts.t (10.53s)test-http-bundle1.t (17.43s)test-hgweb-descend-empties.t (2.07s)test-obshistory.t (25.70s)test-fncache.t (10.83s)test-rename.t (29.48s)test-uncommit.t (37.16s)test-mq-subrepo.t (47.05s)test-fastannotate-hg.t (26.71s)test-histedit-fold.t (28.82s)test-progress.t (4.38s)test-remotefilelog-repack-fast.t (30.78s)test-log-linerange.t (8.48s)test-extdiff.t (16.70s)test-getbundle.t (5.42s)test-largefiles-wireproto.t#sshv1 (28.68s)test-largefiles-wireproto.t#sshv2 (28.50s)test-status-color.t (17.27s)test-narrow.t#flat#lfs-off (39.40s)test-narrow.t#flat#lfs-on (47.04s)test-narrow.t#tree#lfs-off (39.40s)test-narrow.t#tree#lfs-on (46.77s)test-convert-hg-sink.t (23.58s)test-logexchange.t (15.41s)test-merge-types.t (12.11s)test-histedit-commute.t (13.93s)test-censor.t (31.59s)test-lfconvert.t (16.28s)test-histedit-edit.t (20.09s)test-remotefilelog-bgprefetch.t (29.27s)test-grep.t (21.35s)test-fetch.t (25.48s)test-copies.t#changeset (53.34s)test-copies.t#compatibility (53.61s)test-copies.t#filelog (53.58s)test-copies.t#sidedata (53.38s)test-wireproto-caching.t (5.58s)test-amend.t#obsstore-off (20.25s)test-amend.t#obsstore-on (20.93s)test-incoming-outgoing.t (12.94s)test-clone-pull-corruption.t (7.85s)test-eol.t (25.37s)test-rollback.t (19.22s)test-install.t (3.16s)test-newbranch.t (26.85s)test-bundle2-multiple-changegroups.t (7.08s)test-merge-criss-cross.t (14.48s)test-wireproto-command-manifestdata.t (5.86s)test-git-export.t (22.21s)test-infinitepush-ci.t (12.65s)test-status.t (29.26s)test-diff-color.t (6.68s)test-rebase-abort.t#abortcommand#continuecommand (26.92s)test-rebase-abort.t#abortcommand#continueflag (26.77s)test-rebase-abort.t#abortflag#continuecommand (26.65s)test-rebase-abort.t#abortflag#continueflag (26.67s)test-lfs-largefiles.t (13.46s)test-hgweb-empty.t (1.79s)test-dirstate-race2.t (1.73s)test-merge1.t (21.48s)test-infinitepush-bundlestore.t (19.21s)test-rebase-conflicts.t (13.08s)test-push.t (17.69s)test-rebase-newancestor.t (19.51s)test-convert-mtn.t (0.09s)test-copies-in-changeset.t#extra (16.32s)test-copies-in-changeset.t#sidedata (18.22s)test-narrow-shallow-merges.t (21.21s)test-mq-guards.t (32.68s)test-hghave.t (21.16s)test-convert-svn-tags.t (0.10s)test-pager.t (12.05s)test-completion.t (5.58s)test-wireproto-command-filedata.t (7.26s)test-qrecord.t (5.92s)test-mq-subrepo-svn.t (2.14s)test-revset-legacy-lookup.t (17.89s)test-rebase-interruptions.t (18.30s)test-absorb.t (22.93s)test-rebase-parameters.t (20.56s)test-hardlinks.t (12.82s)test-export.t (11.97s)test-issue3084.t (27.15s)test-merge-no-file-change.t (25.98s)test-verify.t (8.28s)test-narrow-patterns.t (15.97s)test-rebase-dest.t (21.10s)test-mq-qpush-fail.t (26.45s)test-narrow-widen-no-ellipsis.t#flat (27.93s)test-narrow-widen-no-ellipsis.t#tree (28.34s)test-bundle-r.t (20.41s)test-rebase-pull.t (17.55s)test-exchange-obsmarkers-case-A1.t (16.27s)test-branch-change.t (21.89s)test-sparse.t (21.33s)test-commit-interactive-curses.t (13.89s)test-rebase-named-branches.t (16.22s)test-fix-topology.t#obsstore-off (11.41s)test-fix-topology.t#obsstore-on (13.23s)test-import-bypass.t (16.63s)test-copies-unrelated.t#changeset (29.29s)test-copies-unrelated.t#compatibility (29.54s)test-copies-unrelated.t#filelog (29.03s)test-copies-unrelated.t#sidedata (29.43s)test-revert-interactive.t (12.47s)test-parse-date.t (19.29s)test-treediscovery-legacy.t (20.92s)test-narrow-widen.t#flat (27.85s)test-narrow-widen.t#tree (28.32s)test-rebase-cache.t (21.62s)test-help-hide.t (0.43s)test-journal.t (6.66s)test-releasenotes-formatting.t (11.63s)test-mq-qrefresh.t (16.77s)test-histedit-fold-non-commute.t (14.58s)test-gendoc-pt_BR.t (4.12s)test-gendoc-zh_CN.t (4.01s)test-gendoc-zh_TW.t (4.08s)test-exchange-obsmarkers-case-A3.t (16.95s)test-mq-qrefresh-interactive.t (3.84s)test-chg.t (0.06s)test-wireproto-command-rawstorefiledata.t (3.20s)test-static-http.t (10.82s)test-histedit-non-commute.t (14.14s)test-hgignore.t (10.13s)test-githelp.t (14.91s)test-win32text.t (10.22s)test-exchange-obsmarkers-case-C3.t (10.96s)test-gendoc-it.t (3.96s)test-gendoc-el.t (3.97s)test-gendoc-fr.t (3.98s)test-gendoc-ru.t (4.06s)test-gendoc-sv.t (3.95s)test-gendoc-da.t (3.99s)test-share-bookmarks.t#svfs (12.36s)test-share-bookmarks.t#vfs (12.28s)test-mq-qnew.t (21.77s)test-bheads.t (24.28s)test-flagprocessor.t (16.96s)test-diff-ignore-whitespace.t (13.69s)test-bookflow.t (23.27s)test-http-api.t (3.53s)test-largefiles-cache.t (14.73s)test-encoding.t (6.24s)test-rebase-rename.t (15.72s)test-convert-bzr-merges.t (0.08s)test-mq-qimport.t (18.08s)test-manifest.t (11.77s)test-url-rev.t (13.12s)test-diff-unified.t (8.85s)test-mq-qrefresh-replace-log-message.t (12.48s)test-unamend.t (20.80s)test-init.t (35.22s)test-pager-legacy.t (8.54s)test-rebase-base-flag.t (14.11s)test-histedit-base.t (7.34s)test-parseindex.t (4.19s)test-clone-r.t (11.73s)test-bad-extension.t (1.77s)test-hgweb-raw.t (3.95s)test-rebase-mq.t (16.53s)test-exchange-obsmarkers-case-D1.t (10.47s)test-hgweb-removed.t (2.04s)test-eol-patch.t (6.80s)test-automv.t (27.25s)test-exchange-obsmarkers-case-C2.t (9.98s)test-single-head.t (12.11s)test-ssh-clone-r.t#sshv1 (11.17s)test-ssh-clone-r.t#sshv2 (11.25s)test-subrepo-relative-path.t (10.02s)test-casecollision-merge.t (0.10s)test-http-clone-r.t (10.69s)test-convert-bzr.t (0.09s)test-bookmarks-corner-case.t (7.97s)test-rename-dir-merge.t (12.22s)test-strip-cross.t (16.93s)test-add.t (18.25s)test-histedit-no-change.t (10.47s)test-narrow-clone.t (27.85s)test-hgrc.t (5.21s)test-diffstat.t (12.30s)test-convert-splicemap.t (10.29s)test-http-proxy.t (4.21s)test-removeemptydirs.t (11.81s)test-fileset-generated.t (6.41s)test-bundle-phases.t (14.95s)test-exchange-obsmarkers-case-C1.t (9.41s)test-status-rev.t (5.83s)test-diff-upgrade.t (4.48s)test-pull-update.t (12.22s)test-copy.t (13.62s)test-bisect3.t (8.48s)test-conflict.t (7.15s)test-remotefilelog-prefetch.t (24.76s)test-up-local-change.t (11.83s)test-dispatch.t (9.21s)test-narrow-exchange.t#lfs-off (9.84s)test-narrow-exchange.t#lfs-on (11.13s)test-obsolete-changeset-exchange.t (7.33s)test-exchange-obsmarkers-case-D4.t (8.35s)test-eol-update.t (6.15s)test-remotefilelog-push-pull.t (16.24s)test-pull-bundle.t (8.02s)test-share.t (8.96s)test-narrow-exchange-merges.t (9.94s)test-absorb-rename.t (12.80s)test-exchange-obsmarkers-case-B5.t (9.57s)test-churn.t (8.87s)test-pull-branch.t (11.84s)test-eol-hook.t (8.26s)test-bundle-type.t (13.16s)test-remotefilelog-linknodes.t (14.13s)test-narrow-trackedcmd.t#flat (8.90s)test-narrow-trackedcmd.t#tree (9.14s)test-byteify-strings.t (0.73s)test-rebase-detach.t (12.74s)test-stream-bundle-v2.t (3.63s)test-sparse-profiles.t (9.44s)test-mq-qpush-exact.t (21.15s)test-fastannotate-protocol.t (8.47s)test-hybridencode.py (0.29s)test-rebase-bookmarks.t (14.50s)test-bookmarks-current.t (14.64s)test-convert-hg-source.t (11.89s)test-notify-changegroup.t (4.63s)test-encoding-align.t (5.02s)test-debugbuilddag.t (5.60s)test-convert-baz.t (0.09s)test-inherit-mode.t (1.88s)test-infinitepush.t (14.08s)test-histedit-non-commute-abort.t (7.08s)test-releasenotes-merging.t (5.83s)test-remotefilelog-gcrepack.t (9.08s)test-convert-hg-startrev.t (9.03s)test-show-work.t (19.57s)test-narrow-strip.t#flat#lfs-off (6.71s)test-narrow-strip.t#flat#lfs-on (7.78s)test-narrow-strip.t#tree#lfs-off (6.74s)test-narrow-strip.t#tree#lfs-on (7.81s)test-repo-compengines.t (8.73s)test-merge-commit.t (6.98s)test-audit-path.t (12.03s)test-exchange-obsmarkers-case-B4.t (10.13s)test-fastannotate.t (11.06s)test-narrow-expanddirstate.t (5.39s)test-purge.t (10.11s)test-symlinks.t (11.19s)test-exchange-obsmarkers-case-C4.t (8.48s)test-sparse-revlog.t (0.09s)test-mq-safety.t (12.81s)test-directaccess.t (8.55s)test-exchange-obsmarkers-case-A6.t (9.18s)test-exchange-obsmarkers-case-A5.t (8.51s)test-remotefilelog-local.t (15.95s)test-basic.t (6.21s)test-narrow-share.t#flat (28.02s)test-narrow-share.t#tree (27.82s)test-hgweb-csp.t (5.51s)test-histedit-bookmark-motion.t (6.32s)test-obsolete-tag-cache.t (4.50s)test-diff-binary-file.t (5.94s)test-casefolding.t (0.08s)test-mq-git.t (6.04s)test-mq-qfold.t (9.58s)test-remotefilelog-cacheprocess.t (3.95s)test-patchbomb-bookmark.t (3.46s)test-stack.t (11.85s)test-journal-share.t (5.83s)test-contrib-testparseutil.t (0.37s)test-paths.t (12.74s)test-hgweb-no-request-uri.t (1.30s)test-sparse-merges.t (10.50s)test-pathconflicts-merge.t (10.56s)test-releasenotes-parsing.t (2.25s)test-diff-indent-heuristic.t#bdiff (0.71s)test-diff-indent-heuristic.t#xdiff (0.93s)test-import-merge.t (11.05s)test-drawdag.t (8.38s)test-patchbomb-tls.t (3.55s)test-exchange-obsmarkers-case-B2.t (7.68s)test-convert-p4.t (0.09s)test-show-stack.t (22.31s)test-narrow-clone-nonlinear.t (22.30s)test-config.t (5.08s)test-mq-eol.t (5.68s)test-exchange-obsmarkers-case-A4.t (6.99s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (21.66s)test-rename-merge1.t (21.81s)test-fastannotate-renames.t (8.59s)test-histedit-drop.t (5.56s)test-rebase-mq-skip.t#continuecommand (9.99s)test-rebase-mq-skip.t#continueflag (10.28s)test-bookmarks-merge.t (9.54s)test-lock-badness.t (9.87s)test-repair-strip.t (5.03s)test-histedit-outgoing.t (7.65s)test-pull.t#sshv1 (6.31s)test-pull.t#sshv2 (6.28s)test-exchange-obsmarkers-case-B6.t (7.14s)test-merge-default.t (7.41s)test-extension-timing.t (0.83s)test-match.py (0.24s)test-rebase-emptycommit.t (7.63s)test-cbor.py (0.79s)test-debugbundle.t (2.78s)test-copy-move-merge.t (18.59s)test-profile.t (17.61s)test-convert-tla.t (1.12s)test-mq-qclone-http.t (17.29s)test-exchange-obsmarkers-case-A2.t (16.84s)test-exchange-obsmarkers-case-D2.t (16.41s)test-status-terse.t (16.00s)test-merge7.t (3.52s)test-phase-archived.t (4.01s)test-hgweb-no-path-info.t (1.25s)test-subrepo-missing.t (15.00s)test-pathconflicts-update.t (14.61s)test-show.t (14.59s)test-addremove-similar.t (14.55s)test-contrib.t (1.47s)test-unionrepo.t (14.31s)test-flags.t (14.22s)test-remotefilelog-gc.t (14.07s)test-commit-multiple.t (13.75s)test-commit-unresolved.t#abortcommand (13.63s)test-commit-unresolved.t#abortflag (13.19s)test-import-eol.t (13.04s)test-logtoprocess.t (12.99s)test-mq-missingfiles.t (13.03s)test-sparse-import.t (12.76s)test-rebase-transaction.t#continuecommand (12.83s)test-rebase-transaction.t#continueflag (12.67s)test-identify.t (12.46s)test-default-push.t (12.18s)test-merge-subrepos.t (11.84s)test-narrow-clone-no-ellipsis.t (16.66s)test-filebranch.t (11.40s)test-mq-qdelete.t (11.16s)test-convert-datesort.t (11.09s)test-sidedata.t (10.80s)test-update-atomic.t (3.34s)test-mq-merge.t (8.27s)test-pull-r.t (7.06s)test-pending.t (6.76s)test-clone-update-order.t (4.97s)test-fastannotate-perfhack.t (8.09s)test-origbackup-conflict.t (4.92s)test-narrow-pull.t (15.97s)test-merge-local.t (6.14s)test-remotefilelog-http.t (5.78s)test-bugzilla.t (2.14s)test-exchange-obsmarkers-case-D3.t (7.76s)test-remote-hidden.t (5.22s)test-narrow-shallow.t (16.52s)test-worker.t (2.40s)test-merge-halt.t (5.72s)test-branch-option.t (8.84s)test-mac-packages.t (0.15s)test-empty-group.t (4.41s)test-parents.t (5.63s)test-fix-metadata.t (0.75s)test-http-branchmap.t (3.76s)test-children.t (5.83s)test-diff-change.t (6.76s)test-extdata.t (6.57s)test-bundle2-pushback.t#sshv1 (3.60s)test-bundle2-pushback.t#sshv2 (3.71s)test-rebuildstate.t (5.72s)test-narrow-merge.t#flat (7.34s)test-narrow-merge.t#tree (7.42s)test-mq-pull-from-bundle.t (7.02s)test-exchange-obsmarkers-case-B3.t (6.88s)test-remotefilelog-corrupt-cache.t (4.69s)test-amend-subrepo.t#obsstore-off (7.83s)test-amend-subrepo.t#obsstore-on (7.53s)test-merge-internal-tools-pattern.t (4.79s)test-run-tests.py (0.23s)test-issue672.t (3.17s)test-extensions-afterloaded.t (4.37s)test-tools.t (0.97s)test-fastannotate-corrupt.t (3.97s)test-narrow-commit.t#flat (8.61s)test-narrow-commit.t#tree (8.61s)test-eol-clone.t (2.73s)test-wireproto-serverreactor.py (0.29s)test-excessive-merge.t (4.17s)test-relink.t (2.80s)test-mq-qqueue.t (9.73s)test-narrow-rebase.t#continuecommand (6.97s)test-narrow-rebase.t#continueflag (6.97s)test-push-cgi.t (1.76s)test-record.t (1.09s)test-convert-darcs.t (0.81s)test-remotefilelog-clone-tree.t (4.52s)test-patch.t (3.42s)test-hgweb-non-interactive.t (1.03s)test-sqlitestore.t (2.19s)test-remotefilelog-clone.t (4.50s)test-arbitraryfilectx.t (2.11s)test-remotefilelog-sparse.t (11.54s)test-cache-abuse.t (13.75s)test-rebase-backup.t (5.30s)test-simple-update.t (6.08s)test-pathconflicts-basic.t (5.97s)test-committer.t (4.17s)test-exchange-obsmarkers-case-B7.t (6.64s)test-pull-http.t (3.58s)test-remotefilelog-bundle2-legacy.t (0.65s)test-exchange-obsmarkers-case-B1.t (6.65s)test-remotefilelog-log.t (5.42s)test-mq-qdiff.t (6.06s)test-bookmarks-rebase.t (5.15s)test-serve.t (5.27s)test-exchange-obsmarkers-case-A7.t (5.77s)test-revset-outgoing.t (4.22s)test-import-context.t (1.78s)test-remotefilelog-bundle2.t (6.08s)test-eol-add.t (3.13s)test-bundle-vs-outgoing.t (4.42s)test-rebase-partial.t (4.31s)test-update-names.t (5.84s)test-mailmap.t (3.69s)test-remotefilelog-bundles.t (5.00s)test-merge-remove.t (5.62s)test-convert-tagsbranch-topology.t (1.41s)test-requires.t (3.08s)test-locate.t (7.99s)test-merge-closedheads.t (7.23s)test-rename-after-merge.t (6.10s)test-wireproto-clientreactor.py (0.28s)test-contrib-dumprevlog.t (3.13s)test-remotefilelog-pull-noshallow.t (3.46s)test-debugextensions.t (1.29s)test-narrow-clone-stream.t#flat-fncache (19.55s)test-narrow-clone-stream.t#flat-nofncache (19.56s)test-narrow-clone-stream.t#tree (19.39s)test-rebase-legacy.t#continuecommand (1.41s)test-rebase-legacy.t#continueflag (1.29s)test-issue1306.t (2.89s)test-lfs-bundle.t (5.81s)test-issue1175.t (5.60s)test-cat.t (7.32s)test-nointerrupt.t (4.68s)test-issue660.t (6.10s)test-largefiles-small-disk.t (1.54s)test-convert-clonebranches.t (5.04s)test-oldcgi.t (1.41s)test-impexp-branch.t (4.25s)test-narrow-clone-non-narrow-server.t (8.12s)test-histedit-no-backup.t#abortcommand (2.53s)test-histedit-no-backup.t#abortflag (2.64s)test-issue586.t (5.21s)test-unified-test.t (0.69s)test-rebase-templates.t (3.46s)test-remotefilelog-tags.t (4.13s)test-symlink-placeholder.t (3.09s)test-merge6.t (3.91s)test-narrow-copies.t (5.64s)test-server-view.t (3.95s)test-rebase-issue-noparam-single-rev.t (5.30s)test-dirstate.t (3.71s)test-close-head.t (4.44s)test-url-download.t (4.23s)test-merge-revert2.t (7.48s)test-verify-repo-operations.py (0.11s)test-addremove.t (5.37s)test-mq-qrename.t (9.62s)test-narrow-update.t (5.52s)test-mq-symlinks.t (7.79s)test-ssh-repoerror.t (4.35s)test-wsgirequest.py (0.38s)test-double-merge.t (2.06s)test-narrow-patch.t#flat (2.61s)test-narrow-patch.t#tree (2.69s)test-glog-topological.t (2.06s)test-sparse-verbose-json.t (3.35s)test-merge9.t (4.14s)test-context-metadata.t (2.48s)test-patch-offset.t (0.76s)test-log-exthook.t (1.17s)test-newcgi.t (1.01s)test-issue1802.t (3.30s)test-update-reverse.t (2.87s)test-wireproto-command-branchmap.t (2.93s)test-pushvars.t (2.58s)test-histedit-templates.t (2.33s)test-hgwebdirsym.t (3.52s)test-manifest.py (2.45s)test-revlog-raw.py (0.66s)test-merge-symlinks.t (1.67s)test-branch-tag-confict.t (2.31s)test-narrow-debugcommands.t (2.79s)test-custom-filters.t (1.99s)test-sparse-clone.t (1.86s)test-issue2137.t (0.93s)test-remotefilelog-partial-shallow.t (3.34s)test-eolfilename.t (2.58s)test-merge10.t (3.21s)test-journal-exists.t (2.51s)test-revlog-v2.t (1.92s)test-diffdir.t (4.60s)test-schemes.t (2.66s)test-issue522.t (2.71s)test-histedit-merge-tools.t (2.08s)test-mq-qgoto.t (6.46s)test-revlog.t (1.58s)test-newercgi.t (1.03s)test-url.py (0.24s)test-editor-filename.t (1.59s)test-import-unknown.t (5.03s)test-unbundlehash.t (1.83s)test-narrow-sparse.t#flat (3.04s)test-narrow-sparse.t#tree (3.16s)test-wireproto-command-known.t (2.15s)test-missing-capability.t (2.54s)test-wireproto-command-listkeys.t (2.58s)test-convert-identity.t (2.99s)test-merge-revert.t (7.43s)test-wireproto-command-heads.t (2.35s)test-encode.t (3.16s)test-permissions.t (2.29s)test-casecollision.t (4.79s)test-ancestor.py (0.91s)test-update-dest.t (2.36s)test-known.t (3.62s)test-sparse-fsmonitor.t (0.01s)test-no-symlinks.t (0.08s)test-remotefilelog-datapack.py (1.75s)test-convert-authormap.t (1.67s)test-subrepo-paths.t (1.62s)test-debian-packages.t (0.37s)test-sparse-requirement.t (1.62s)test-confused-revert.t (4.20s)test-remotefilelog-permissions.t (3.97s)test-fuzz-targets.t (0.31s)test-issue1993.t (2.08s)test-issue1502.t (2.60s)test-clone-cgi.t (0.99s)test-sparse-clear.t (2.38s)test-simplemerge.py (0.21s)test-websub.t (1.50s)test-rebase-brute-force.t (2.21s)test-revlog-mmapindex.t (15.95s)test-merge2.t (5.03s)test-diff-antipatience.t#bdiff (0.76s)test-diff-antipatience.t#xdiff (0.94s)test-issue1877.t (3.47s)test-gpg.t (1.82s)test-empty-file.t (2.84s)test-lrucachedict.py (0.22s)test-hgk.t (2.03s)test-changelog-exec.t (2.55s)test-diff-hashes.t (2.07s)test-absorb-edit-lines.t (2.48s)test-remotefilelog-wireproto.t (3.47s)test-mactext.t (1.17s)test-convert-bzr-ghosts.t (0.10s)test-docker-packaging.t (0.23s)test-bookmarks-strip.t (2.84s)test-narrow-acl.t (3.14s)test-remotefilelog-keepset.t (2.71s)test-lock.py (0.23s)test-remotefilelog-histpack.py (3.14s)test-remotefilelog-bad-configs.t (2.66s)test-diff-subdir.t (1.80s)test-convert-bzr-114.t (0.09s)test-trusted.py (0.29s)test-narrow-debugrebuilddirstate.t (2.02s)test-unrelated-pull.t (2.04s)test-parseindex2.py (0.36s)test-diff-reverse.t (2.26s)test-revset-dirstate-parents.t (4.77s)test-wireproto-command-pushkey.t (1.63s)test-update-issue1456.t (3.00s)test-empty.t (1.53s)test-merge5.t (2.70s)test-wireproto-framing.py (0.23s)test-narrow-archive.t (3.05s)test-diff-copy-depth.t (4.31s)test-convert-bzr-treeroot.t (0.09s)test-hgweb-bundle.t (1.89s)test-absorb-unfinished.t (1.43s)test-mq-qimport-fail-cleanup.t (1.64s)test-fix-clang-format.t (1.36s)test-manifest-merging.t (1.91s)test-linerange.py (0.22s)test-issue619.t (2.03s)test-merge8.t (2.11s)test-issue842.t (2.08s)test-remotefilelog-blame.t (3.48s)test-linelog.py (1.81s)test-filecache.py (1.03s)test-revlog-group-emptyiter.t (1.45s)test-propertycache.py (0.56s)test-pathencode.py (0.47s)test-demandimport.py (0.38s)test-archive-symlinks.t (1.38s)test-absorb-strip.t (1.32s)test-pull-permission.t (1.25s)test-issue5979.t (2.60s)test-rust-ancestor.py (0.18s)test-revisions.t (3.47s)test-merge4.t (2.20s)test-absorb-filefixupstate.py (0.37s)test-wireproto-command-lookup.t (1.32s)test-phabricator.t (0.42s)test-context.py (0.45s)test-issue612.t (1.99s)test-debugindexdot.t (2.21s)test-batching.py (0.30s)test-eol-tag.t (1.45s)test-bdiff.py (0.22s)test-hgweb-auth.py (0.19s)test-nested-repo.t (2.58s)test-minirst.py (0.22s)test-execute-bit.t (2.22s)test-username-newline.t (0.88s)test-fastannotate-revmap.py (0.37s)test-issue4074.t (1.67s)test-remotefilelog-share.t (2.12s)test-revlog-packentry.t (1.13s)test-dirstate-nonnormalset.t (1.79s)test-ui-config.py (0.39s)test-diff-issue2761.t (1.95s)test-atomictempfile.py (0.22s)test-strict.t (1.86s)test-util.py (0.21s)test-diff-newlines.t (0.95s)test-rust-discovery.py (0.18s)test-empty-dir.t (1.33s)test-storage.py (2.02s)test-absorb-phase.t (1.78s)test-annotate.py (0.25s)test-extra-filelog-entry.t (1.44s)test-debugrename.t (1.85s)test-issue1438.t (1.89s)test-issue1102.t (1.62s)test-fastannotate-diffopts.t (0.95s)test-revert-unknown.t (1.62s)test-bad-pull.t (1.30s)test-revert-flags.t (1.39s)test-simplekeyvaluefile.py (0.23s)test-issue1089.t (1.57s)test-doctest.py (1.02s)test-backwards-remove.t (1.21s)test-wireproto.py (0.28s)test-contrib-emacs.t (0.38s)test-cappedreader.py (0.22s)test-xdg.t (0.27s)test-dirstate-backup.t (0.44s)test-mq-qsave.t (1.03s)test-encoding-func.py (0.19s)test-extensions-wrapfunction.py (0.28s)test-walkrepo.py (0.37s)test-revlog-ancestry.py (0.56s)test-ui-verbosity.py (0.30s)test-filelog.py (0.38s)test-sshserver.py (0.30s)test-hg-parseurl.py (0.35s)test-symlink-os-yes-fs-no.py (1.38s)test-minifileset.py (0.25s)test-config-env.py (0.23s)test-lfs-pointer.py (0.37s)test-duplicateoptions.py (0.48s)test-hgwebdir-paths.py (0.34s)test-ui-color.py (0.33s)test-status-inprocess.py (0.33s)test-dispatch.py (0.29s)test-mdiff.py (0.22s)