On Tue, Aug 15, 2023 at 03:05:08PM -0400, Patrick Robb wrote: > Adam from our team just raised something important about this patch and > UNH CI which I missed during the RFC discussion. > Presently, eal_flags_file_prefix_autotest fails on arm tx2 systems (arm > people are aware of this, they think it might be a memory leak from > mlx5 driver), so at their request we are disabling this unit test (on > arm only) for them for the time being.
Does the test suite pass if the mlx5 driver is disabled in the build? That could confirm or refute the suspicion of where the issue is, and also provide a temporary workaround while this set is merged (possibly including support for disabling specific tests, as I suggested in my other email). /Bruce PS: Are there any other workarounds inside the test/DTS/CI systems that involve patching sources? If so, it would be good to get a list that we can work through removing by putting place proper fixes or workarounds, as changing sources for testing like this blocks future patch acceptance.