You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the default connected systems database (consys.db), updating a module name after the driver has been started causes errors and prevents the driver from restarting with the new name.
This behavior is inconsistent with system driver databases, where module names can be updated multiple times without impacting driver functionality.
Steps to Reproduce
Initialize a node
Use the default connected systems database (consys.db)
Create and configure a driver
Start the driver
Update Module Name
Select Apply Changes
Expected Behavior
The module name can be updated at any time (before or after driver start)
The driver should restart successfully using the updated module name
Comparison Case (Works as Expected)
When using a System Driver Database instead of the default consys.db:
Module names can be updated multiple times
The driver continues to restart and function correctly
Acceptance Criteria
Research and resolve why renaming a module after driver startup causes restart failures in the default consys.db, ensuring consistent module rename behavior across all database configurations
Description
When using the default connected systems database (consys.db), updating a module name after the driver has been started causes errors and prevents the driver from restarting with the new name.
This behavior is inconsistent with system driver databases, where module names can be updated multiple times without impacting driver functionality.
Steps to Reproduce
Expected Behavior
Comparison Case (Works as Expected)
When using a
System Driver Databaseinstead of the defaultconsys.db:Acceptance Criteria
Research and resolve why renaming a module after driver startup causes restart failures in the default consys.db, ensuring consistent module rename behavior across all database configurations
Video Reproduction:
ConSys.db.Module.Name.Issue.mp4