[Commented On] D8501: tests: increase internal timeouts

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu May 7 15:29:36 UTC 2020


durin42 added a comment.


  In D8501#126995 <https://phab.mercurial-scm.org/D8501#126995>, @marmoute wrote:
  
  > Can you double check that 20 second are actually spend to timeout? Previously we had a bug were the time waited was actually 0.2 seconds (and not 20 seconds) and the test was only "flacky". So spending more than 20 seconds in  there seems pretty suspicious and I suspect another misbehaving. ?
  
  
  
       $ date
    +  Thu May  7 15:28:09 GMT 2020
       $ wait-on-file 20 sync-txn-pending && \
       > hg debugnodemap --metadata && \
       > wait-on-file 20 sync-txn-close sync-repo-read
    +  file not created after 20 seconds: sync-txn-pending
    +  data-length: 121280 (pure !)
    +  data-length: 121280 (rust !)
    +  data-unused: 192 (pure !)
    +  data-unused: 192 (rust !)
    +  data-unused: 0.158% (pure !)
    +  data-unused: 0.158% (rust !)
    +  [1]
    +  $ date
    +  Thu May  7 15:28:09 GMT 2020
    +  $ hg debugnodemap --metadata
  
  so it looks like we do have another wait-on-file bug, though I'm lost as to how.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8501/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8501

To: joerg.sonnenberger, #hg-reviewers
Cc: durin42, marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200507/e3cf669d/attachment-0002.html>


More information about the Mercurial-patches mailing list