-
-
Notifications
You must be signed in to change notification settings - Fork 427
upsdrvctl start returns before dummy driver is really started #1706
Copy link
Copy link
Closed as not planned
Labels
CIEntries related to continuous integration infrastructure (here CI = tools + scripts + recipes)Entries related to continuous integration infrastructure (here CI = tools + scripts + recipes)LinuxSome issues are specific to Linux as a platformSome issues are specific to Linux as a platformservice/daemon start/stopGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/DebugGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/Debug
Metadata
Metadata
Assignees
Labels
CIEntries related to continuous integration infrastructure (here CI = tools + scripts + recipes)Entries related to continuous integration infrastructure (here CI = tools + scripts + recipes)LinuxSome issues are specific to Linux as a platformSome issues are specific to Linux as a platformservice/daemon start/stopGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/DebugGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/Debug
Hello,
In the debian package, we have several tests using the dummy driver.
The dummy driver is started (via the sysV initscript) by the
upsdrvctl startcommand, but for some reasons, it seems that the tests sometimes fail because the dummy driver is not started.Isn't the driver supposed to be started when
upsdrvctl startreturns