[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/14] tests/qapi-schema: Improve union discriminator coverag
From: |
Eric Blake |
Subject: |
Re: [PATCH 09/14] tests/qapi-schema: Improve union discriminator coverage |
Date: |
Thu, 16 Mar 2023 20:06:25 -0500 |
User-agent: |
NeoMutt/20220429 |
On Thu, Mar 16, 2023 at 08:13:20AM +0100, Markus Armbruster wrote:
> A union's 'discriminator' must name a one of the common members.
s/ a//
> QAPISchemaVariants.check() looks it up by its c_name(), then checks
> the name matches exactly (because c_name() is not injective).
>
> Tests union-base-empty and union-invalid-discriminator both cover the
> case where lookup fails. Repurpose the latter to cover the case where
> it succeeds and the name check fails.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
> tests/qapi-schema/union-invalid-discriminator.err | 2 +-
> tests/qapi-schema/union-invalid-discriminator.json | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
Reviewed-by: Eric Blake <eblake@redhat.com>
(- vs. _ is subtle, especially since I purposefully case-map them to
one another whenever I can...)
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
- Re: [PATCH 14/14] qapi: Require boxed for conditional command and event arguments, (continued)
- [PATCH 04/14] qapi: Split up check_type(), Markus Armbruster, 2023/03/16
- [PATCH 03/14] qapi: Clean up after removal of simple unions, Markus Armbruster, 2023/03/16
- [PATCH 06/14] qapi: Simplify code a bit after previous commit, Markus Armbruster, 2023/03/16
- [PATCH 09/14] tests/qapi-schema: Improve union discriminator coverage, Markus Armbruster, 2023/03/16
- Re: [PATCH 09/14] tests/qapi-schema: Improve union discriminator coverage,
Eric Blake <=
- [PATCH 07/14] qapi: Fix error message when type name or array is expected, Markus Armbruster, 2023/03/16
- [PATCH 10/14] tests/qapi-schema: Rename a few conditionals, Markus Armbruster, 2023/03/16