[dpdk-dev] [BUG] service_lcore_en_dis_able from service_autotest failing

David Marchand david.marchand at redhat.com
Wed Sep 4 11:55:23 CEST 2019


On Tue, Sep 3, 2019 at 4:46 PM Aaron Conole <aconole at redhat.com> wrote:
>
> Hi Harry,
>
> I noticed as part of series_6218
> (http://patches.dpdk.org/project/dpdk/list/?series=6218) that the travis
> build had a single failure, in service_autotest but it doesn't seem
> related to the series at all.
>
>   https://travis-ci.com/ovsrobot/dpdk/jobs/230358460
>
> Not sure if there's some kind of debugging we can add or look at to help
> diagnose failures when they occur.  Do you have time to have a look?

My two cents.

TEST_ASSERT_EQUAL maps to RTE_TEST_ASSERT which only displays failed
assert at DEBUG level.
I'd say we should change this to ERR level.

I can see you can define a RTE_TEST_TRACE_FAILURE macro too before
including "test.h" (which includes rte_test.h).

Never touched this before though.


-- 
David Marchand


More information about the dev mailing list