From patchwork Tue Aug 1 19:57:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D202: tests: fix test-flagprocessor.t flakiness From: phabricator X-Patchwork-Id: 22606 Message-Id: <1dce6fc7644270d24ee6bdb9c06f5b1b@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Tue, 1 Aug 2017 19:57:11 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHGc6146dd10072: tests: fix test-flagprocessor.t flakiness (authored by martinvonz). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D202?vs=475&id=480 REVISION DETAIL https://phab.mercurial-scm.org/D202 AFFECTED FILES tests/test-flagprocessor.t CHANGE DETAILS To: martinvonz, #hg-reviewers, dsp, akushner, durin42 Cc: durin42, dsp, mercurial-devel diff --git a/tests/test-flagprocessor.t b/tests/test-flagprocessor.t --- a/tests/test-flagprocessor.t +++ b/tests/test-flagprocessor.t @@ -161,9 +161,11 @@ > extension=$TESTDIR/flagprocessorext.py > duplicate=$TESTDIR/flagprocessorext.py > EOF - $ echo 'this should fail' > file - $ hg commit -Aqm 'add file' + $ hg debugrebuilddirstate *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. + $ hg st 2>&1 | egrep 'cannot register multiple processors|flagprocessorext' + *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. + File "*/tests/flagprocessorext.py", line *, in b64decode (glob) $ cd ..