Daniel Swarbrick

Results 298 comments of Daniel Swarbrick

Whilst this script might not require root privileges, the hddtempd daemon that it talks to _does_ need to run as root (and I expect that at some level, is sending...

Script contains over 130 flake8 linter errors. No response for over two years. If you still wish to submit this, please rebase on master and ensure that CI tests pass.

apt.sh has been deprecated and is superseded by apt_info.py.

@candlerb Can you please rebase this on master and fix the merge conflicts? I'm wondering if we need to look into adding a collection of fixtures (i.e. third-party tool command...

@stefangweichinger Although this PR doesn't address your specific issue, it would be immensely helpful if you could attach the output of `storcli /cALL show all J` and `storcli /cALL/eALL/sALL show...

Thank you @stefangweichinger, that is a huge help. I have added those fixtures and a simple `storcli` mock script to the repo, such that the collector can be tested via...

The proposed functionality essentially duplicates what normal shell PATH behaviour does, albeit hard-coding a list of paths in the script. This sort of thing does not belong in textfile collectors....

FWIW, I have also had to disable the following tests / architectures for the same reason as mentioned by the OP: - TestHead_WALMultiRef (arm) - TestDeletedSamplesAndSeriesStillInWALAfterCheckpoint (arm) - TestHeadReadWriterRepair (386,...

For the record, `TestRulesUnitTest/Long_evaluation_interval` now consistently fails for i386 on https://tests.reproducible-builds.org/debian/rb-pkg/unstable/i386/prometheus.html, essentially for the reasons already mentioned in this ticket. ``` === RUN TestRulesUnitTest/Long_evaluation_interval Unit Testing: ./testdata/long-period.yml --- FAIL: TestRulesUnitTest...