On Wed, Nov 13, 2024 at 04:46:11PM -0300, Fabiano Rosas wrote: > Test frameworks usually prefix "test_" to the entry point of the test > code. Having every function prefixed with test_ makes it hard to > understand the code and to grep for the actual tests. > > Remove the "test" prefix from everything that is not a test. > > In order to still keep some namespacing, stick to the "migrate_" > prefix, which is the most used currently. > > Signed-off-by: Fabiano Rosas <faro...@suse.de>
Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu