On Tue, Sep 3, 2019 at 4:46 PM Aaron Conole <acon...@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