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
[root@mngt0-1 step0]# milkcheck test --report=full -c /home/gguiramand/milkcheck/conf/ -n $nodeset --verbose
test test_failed on pm8-nod01,pm9-nod66
> hostnamectl | grep pm9-nod66
test test_failed ran in 0.20 s
> pm9-nod66: Transient hostname: pm9-nod66
> pm9-nod66 exited with 0
> pm8-nod01 exited with 1
test_failed - test for tags failed on pm9-nod66 [ ERROR ]
test test_TARGET on pm9-nod66
> { printf "Target value [%s]\n" "pm8-nod01,pm9-nod66"; exit 1; }
test test_TARGET ran in 0.01 s
> localhost: Target value [pm8-nod01,pm9-nod66]
> localhost exited with 1
test_TARGET - test for TARGET [ ERROR ]
SUMMARY - 2 actions (2 failed)
+ test_failed.test - test for tags failed on pm9-nod66
Target: pm8-nod01
Command: hostnamectl | grep pm9-nod66
+ test_TARGET.test - test for TARGET
Target: localhost
Command: { printf "Target value [%s]\n" "pm8-nod01,pm9-nod66"; exit 1; }
we can see here that the TARGET usable variable does not change when a node has failed a previous test.
Hello,
we tried to use TARGET variable in delegate mode but when a node failed the service before, the TARGET used doesn't change.
an exemple, this is the yaml we used:
the milkcheck response :
[root@mngt0-1 step0]# milkcheck test --report=full -c /home/gguiramand/milkcheck/conf/ -n $nodeset --verbose
we can see here that the TARGET usable variable does not change when a node has failed a previous test.
with the verbose option we can see the Variable was changed only once before services and not durring. That's Normal ?
Regards,
Geoffrey
The text was updated successfully, but these errors were encountered: