Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/tests/prometheus-exporters: add exportarr-sonarr test #285119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Stunkymonkey
Copy link
Contributor

@Stunkymonkey Stunkymonkey commented Jan 30, 2024

Description of changes

enhanced the test to not only test for http response, but also valid content.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Copy link
Member

@fpletz fpletz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove the modemmanager, openldap and openvpn tests without an explanation?

@Stunkymonkey
Copy link
Contributor Author

Why did you remove the modemmanager, openldap and openvpn tests without an explanation?

sorry should have assigned it to you when the PR is ready. please review now.

@Stunkymonkey Stunkymonkey marked this pull request as ready for review January 31, 2024 19:14
services.sonarr.enable = true;
systemd.services.sonarr.serviceConfig.ExecStartPre =
let
sonarr_config = pkgs.writeText "config.xml" ''
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should I use builtins.toXML or is this fine?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by comment: it might be nice to make (some) of those configuration options part of the *arr modules? I'm mainly thinking about the port(s), log level, bind address, and API key.

Though I'm not sure how the declarative options and web-ui options would mesh.

Feel free to dismiss this, I'm just curious as I never really looked into the config files for this suite of software.

Copy link
Contributor Author

@Stunkymonkey Stunkymonkey Jan 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is a nice idea. I would suggest to have this in a separate MR. might be relevant for multiple *arr services.

I would be very interested to supply the API-Key for my config. hate the current manual clicking setup.

@Stunkymonkey
Copy link
Contributor Author

@fpletz can we merge this?

@Stunkymonkey Stunkymonkey requested a review from purcell July 3, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants