Skip to content

CDL mismatched watchdog timeout types #159

Open
@jeremyg-lunarg

Description

@jeremyg-lunarg

The CDL layer allows you to set negative values for Watchdog timeout (ms) (BETA), but I think the minimum should be 1
The type in the vkconfig field appears to be an int, but CDL appears to use it as an uint64
If you set a negative value you then get an error:

LAYER SETTING (watchdog_timeout_ms) error: The data provided (-1) is not a UINT64 value.

It looks like the schema supports an int_range feature which should be used to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions