[PATCH 0/2] util: hash: Aid in debugging of duplicate keys

2020-01-16 Thread Peter Krempa
See patch 1 for rationale. Peter Krempa (2): util: hash: Improve debugability of "Duplicate key" error message tests: hash: Test case for adding duplicate hash entry src/conf/domain_addr.c | 9 + src/util/vircgroup.c | 8 src/util/virhash.c | 22 -

Re: [PATCH 0/2] util: hash: Aid in debugging of duplicate keys

2020-01-23 Thread Peter Krempa
On Thu, Jan 16, 2020 at 15:34:29 +0100, Peter Krempa wrote: > See patch 1 for rationale. > > Peter Krempa (2): > util: hash: Improve debugability of "Duplicate key" error message > tests: hash: Test case for adding duplicate hash entry Ping? https://bugzilla.redhat.com/show_bug.cgi?id=1791790

Re: [PATCH 0/2] util: hash: Aid in debugging of duplicate keys

2020-01-23 Thread Michal Privoznik
On 1/16/20 3:34 PM, Peter Krempa wrote: See patch 1 for rationale. Peter Krempa (2): util: hash: Improve debugability of "Duplicate key" error message tests: hash: Test case for adding duplicate hash entry src/conf/domain_addr.c | 9 + src/util/vircgroup.c | 8 sr