Aurélien Cedeyn

Results 19 comments of Aurélien Cedeyn

Reproduced without SKIPPED services: ``` $ cat conf/bad_retcode/example.yaml services: foo: desc: Simplest service foo actions: test: cmd: /bin/false bar: desc: Simplest service bar require_weak: [ foo ] actions: test: cmd:...

Here it is : ``` $ cat conf/bad_retcode/example.yaml services: foo: desc: Simplest service foo target: localhost actions: test: cmd: /bin/false bar: desc: Simplest service bar target: localhost require_weak: [ foo...

Hi, We have the same issue here from ClusterShell version 1.8.3. It seems that in gateway mode, at the end of the first communication with the gateway, the treewoker is...

A good candidate for this bug seems to be this commit: ``` commit 89d6e1b166b7b6fc1bff4f3ccaa5c33d8303080b Author: Stephane Thiell Date: Sat Sep 28 15:01:30 2019 -0700 Tree: bug fixes and improvements (#388,#419)...

Hi, It seems that this code fixes this issue : ``` diff --git a/lib/ClusterShell/Task.py b/lib/ClusterShell/Task.py index f220949..cbc21c3 100644 --- a/lib/ClusterShell/Task.py +++ b/lib/ClusterShell/Task.py @@ -67,7 +67,7 @@ from ClusterShell.Engine.Factory import PreferredEngine...

Hello Geoffrey, What milkcheck version do you use ? Is the master branch or the latest version ? Version 1.2.4 doesn't correctly handle service selection in subgroup, and I think...

Yes indeed, It should do the job.

Aurélien, Before reviewing this one I would like to merge PR #71 which provide tests through github actions. What do you think ?

Hello Geoffrey, In milkcheck process TARGET is statically defined and not updated during the execution process. So yes, it's normal. There is no accessible variable to get the filtered target....