Re: [libvirt] [tck PATCH 2/3] hooks: Refresh the service status after performing an action

2019-11-12 Thread Erik Skultety
On Tue, Nov 12, 2019 at 03:44:07PM +, Daniel P. Berrangé wrote: > On Tue, Nov 12, 2019 at 04:10:19PM +0100, Erik Skultety wrote: > > Presumably, the original intent of the code was to query the status of > > the service to refresh the internal state variable, but the intended > > method was nev

Re: [libvirt] [tck PATCH 2/3] hooks: Refresh the service status after performing an action

2019-11-12 Thread Daniel P . Berrangé
On Tue, Nov 12, 2019 at 04:10:19PM +0100, Erik Skultety wrote: > Presumably, the original intent of the code was to query the status of > the service to refresh the internal state variable, but the intended > method was never called because of a typo. > --- > lib/Sys/Virt/TCK/Hooks.pm | 2 +- > 1

[libvirt] [tck PATCH 2/3] hooks: Refresh the service status after performing an action

2019-11-12 Thread Erik Skultety
Presumably, the original intent of the code was to query the status of the service to refresh the internal state variable, but the intended method was never called because of a typo. --- lib/Sys/Virt/TCK/Hooks.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sys/Virt/TCK/