
22 Oct
2020
22 Oct
'20
7:34 a.m.
On Thu, Oct 22, 2020 at 11:34:59AM +0200, Peter Krempa wrote:
Most callers pass a random number. We have virHashNew which doesn't give the callers the option to configure the table. Since we are going to switch to virHashNew replace it in tests and remove multiple instances of the 'testHashGrow' case as it doesn't make sense with the new semantics.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tests/virhashtest.c | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>