Mercurial > hg-stable
view tests/test-fuzz-targets.t @ 37633:33a6eee08db2
wireproto: remove iterbatch() from peer interface (API)
Good riddance.
Some tests have been ported to the new API. This probably should
have been done in earlier commits. But duplicating the test coverage
would have been difficult. It was easier this way.
.. api::
The wire protocol peer's ``iterbatch()`` for bulk executing commands
has been remove.d Use ``peer.commandexecutor()`` instead.
Differential Revision: https://phab.mercurial-scm.org/D3271
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 11 Apr 2018 16:18:26 -0700 |
parents | 2b9e2415f5b5 |
children | 24cc2969abae |
line wrap: on
line source
#require clang-libfuzzer test-repo $ cd $TESTDIR/../contrib/fuzz $ make Just run the fuzzer for five seconds to verify it works at all. $ ./bdiff -max_total_time 5