Re: [PATCH] kunit: testing kunit: Bug fix in test_run_timeout function

From: Heidi Fahim
Date: Wed Nov 27 2019 - 18:58:43 EST


On Wed, Nov 27, 2019 at 3:19 PM Heidi Fahim <heidifahim@xxxxxxxxxx> wrote:
>
> Assert in test_run_timeout was not updated with the build_dir argument
> and caused the following error:
> AssertionError: Expected call: run_kernel(timeout=3453)
> Actual call: run_kernel(build_dir=None, timeout=3453)
>
> Needed to update kunit_tool_test to reflect this fix
> https://lkml.org/lkml/2019/9/6/3

Wrong url, here is the correct link to the fix that caused this bug:
https://lkml.org/lkml/2019/9/6/351