Skip to content

Storage's complete attribute should be a bool not a string #1942

@kydos

Description

@kydos

Describe the bug

It appears that the complete attribute of storages is a string as opposed to a bool. See:

"storage_manager": { "storages": { "mystore": { "key_expr": "foo/**", "volume": "memory", "complete":"true", } } }

This should be changed to be a bool.

To reproduce

If you set the complete attribute to true sa opposed to "true" the storage does not behave as complete. To validate this start multiple storages, fill them with some data and do a query with no consolidation.

System info

  • Configuration File

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions