kernelci / kernelci-backend

Upstream Linux Kernel Validation Project API
http://api.kernelci.org
GNU Lesser General Public License v2.1
40 stars 27 forks source link

T25397 log fragments mixin #279

Closed mgalka closed 3 years ago

mgalka commented 3 years ago

Created LogFragmentsMixin class that which is used to group test fragments handling logic. It's content is used by LavaResult class to handle log fragments adding to the groups structure. The main reason of mixin creation was to separate log fragments handling from test results.

gctucker commented 3 years ago

@mgalka The subject of the commit message reads:

Rework log fragments adding

Does this mean, rework how log fragments get added? Or is it missing some words?

gctucker commented 3 years ago

Tested OK with fix from #284, both can be merged now on the topic branch.