GNU bug report logs -
#31911
[PATCH] services: Add prometheus-node-exporter-service-type.
Previous Next
Reported by: Gábor Boskovits <boskovits <at> gmail.com>
Date: Wed, 20 Jun 2018 13:01:01 UTC
Severity: normal
Tags: patch
Done: Gábor Boskovits <boskovits <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #34 received at 31911-done <at> debbugs.gnu.org (full text, mbox):
Gábor Boskovits <boskovits <at> gmail.com> writes:
> Clément Lassieur <clement <at> lassieur.org> ezt írta (időpont: 2018. júl. 9.,
> H, 11:17):
>
>> Hi Gábor,
>>
>> Gábor Boskovits <boskovits <at> gmail.com> writes:
>>
>> > Pushed to master as a33652ee336ae9a5d2ab5fd54bf2397caec42a0e.
>>
>> > + (test-assert "prometheus-node-exporter running"
>> > + (marionette-eval
>> > + '(begin
>> > + (use-modules (gnu services herd))
>> > + (match (start-service 'prometheus-node-exporter)
>> > + (#f #f)
>> > + (('service response-parts ...)
>> > + (match (assq-ref response-parts 'running)
>> > + ((pid) (number? pid))))))
>> > + marionette))
>>
>> The PID check is useless because START-SERVICE will return #f if the
>> service fails to start. Instead, I'd use:
>>
>> (test-assert "prometheus-node-exporter running"
>> (marionette-eval
>> '(begin
>> (use-modules (gnu services herd))
>> (start-service 'prometheus-node-exporter))
>> marionette))
>>
>> This would also make the test more robust to service changes (e.g. it
>> would still work if MAKE-FORKEXEC-CONSTRUCTOR is removed).
>>
>>
> Thanks, I will adjust accordingly. Incidentally the code is almost the same
> as in hpcguix-web test. Should we also adjust that?
You're welcome :-) It's not urgent, but in the long term, it would be
good that all similar code is ajusted accordingly. It's in lots of
other places as well if I remember well.
This bug report was last modified 6 years and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.