Hunter Blanks
Hunter Blanks
While working on https://github.com/wellcometrust/policytool/issues/236, it became apparent that the ExtractRefs.who_iris task is producing many references where the reference title is actually just free text from somewhere in the document. A...
Calling self.stop() from within a service's greenlet results in incomplete execution of self.stop()
If one of a service's greenlets calls self.stop(), that greenlet will be killed (as part of shutting down the gevent AsyncManger -- cf. gevent.py's do_stop() method) before self.stop() finishes execution....
I've noticed several times that when you start a service with ginkoctl, it won't shut down or restart unless you send it SIGKILL. This seems to have been particularly the...
When starting a broken service with ginkgoctl, everything looks hunky dory: ``` # ginkgoctl ../collector.conf.py start || echo fail Starting process with ../collector.conf.py... ``` But in fact, an exception had...
During a recent code review, I mentioned that Ginkgo's current configuration file standard, where configuration files end in .conf.py, causes nose tests to break. Here's how you may reproduce it:...
Is it a good idea to add support for generators to the @q decorator? If so, how would you recommend I go about doing it? On a side note: Thank...
It may be a good idea to post the current SSH host key (fingerprints and pubkeys as you'd append to `known_hosts`) on some early part of the (HTTPS) onboarding process....
**Description** Salt's service state as of 3005 still hangs when handling start or restart for some daemons. This defect was noted as recently as August 2022 (https://github.com/saltstack/salt/issues/56231#issuecomment-1222559491). I've provided a...