svn commit: r290663 - in head/sys: modules modules/tests modules/tests/callout_test modules/tests/framework tests tests/callout_test tests/framework

Garrett Cooper yaneurabeya at gmail.com
Wed Nov 11 19:29:14 UTC 2015


> On Nov 10, 2015, at 06:14, Randall Stewart <rrs at FreeBSD.org> wrote:
> 
> Author: rrs
> Date: Tue Nov 10 14:14:41 2015
> New Revision: 290663
> URL: https://svnweb.freebsd.org/changeset/base/290663
> 
> Log:
>  Add a kernel test framework. The callout_test is a demonstration and will only
>  work with the upcoming async-drain functionality. Tests can be added
>  to the tests directory and then the framework can be used to launch
>  those tests.
> 
>  MFC after:    1 month
>  Sponsored by:    Netflix Inc.
>  Differential Revision:    https://reviews.freebsd.org/D1755

Hi Randall,

    This code drop is lacking a few things:
1. How can other consumers use this?
2. How does this hook in to ATF/Kyua or Jenkins?
    There are a bunch of style bugs in the code as well.
    It seems like based on the lack of documentation, this needed more review/communication and probably should have been put in share/examples or tools/test until it could be integrated into existing frameworks and used by everyone else.
Thank you,
-NGie




More information about the svn-src-all mailing list