Re: [PATCH] selftests/bpf: Add test for trie_get_next_key()

From: Daniel Borkmann
Date: Fri Oct 25 2024 - 08:03:17 EST


On 10/25/24 1:54 PM, Hou Tao wrote:
On 10/25/2024 6:26 AM, Byeonguk Jeong wrote:

Okay, I will submit them in a series of patches. Btw, ASSERT_* macros
are not defined for map_tests. Should I add the definitions for them,
or just go with CHECK?

For tests in map_tests, I think using CHECK() will be fine.

Given there is no alternative infra, agree. Would be nice to convert this
over at some point.

Best,
Daniel