[Libre-soc-dev] daily kan-ban update 21jul2021
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Wed Jul 21 20:20:32 BST 2021
On Wed, Jul 21, 2021 at 8:10 PM Tobias Platen
<libre-soc at platen-software.de> wrote:
>
> today: trying to find out why unit tests hang, the last commit fixes
> the problem
yyeah when doing low-level work like this alllways make sure to run
the following:
$ python3 simple/test/test_issuer_svp64.py >& /tmp/f
$ python3 simple/test/test_issuer.py nosvp64 >& /tmp/f1
the first one completes quickly, that tells you if there's any immediate
problems.
the second one runs *all* pipeline unit tests and takes about 15-20 minutes.
you need to be quite paranoid and strict about this, although it is a pain:
use common sense if you want to save time.
the lower the level of modifications, the stricter you need to be on
the comprehensiveness of the unit tests run before a "git push".
l.
More information about the Libre-soc-dev
mailing list