Skip to content

Util-updateset generate database args does not work as intended #159

Description

@cabrador

The generate command allows you to pass the following options: --aida-db, --update-db, --delete-db, and --state-db.

However, if you assign --aida-db, the other three parameters will be overridden to use the same AIDA DB path. This will cause an error, because the command implementation tries to open the database for both reading and writing in parallel, which results in a "database is in use" error.

On the other hand, if you omit --aida-db and only assign the other three parameters, the code will still try to read from the AIDA DB path, which is undefined or empty. This also results in an error.

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