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/openarena: run real openarena clients #79016

Merged
merged 1 commit into from Feb 13, 2020

Conversation

fpletz
Copy link
Member

@fpletz fpletz commented Feb 1, 2020

Motivation for this change

The old Quake3 NixOS test was removed in 50ea99c which served as a nice demo to showcase what NixOS tests are capable of. This commit adds the same functionality to run real openarena clients.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@fpletz fpletz added 6.topic: nixos 6.topic: testing Tooling for automated testing of packages and modules labels Feb 1, 2020
The old Quake3 NixOS test was removed in
50ea99c which served as a nice demo to
showcase what NixOS tests are capable of. This commit adds the same
functionality to run real openarena clients.
"journalctl -u openarena.service | grep 'resolve address: dpmaster.deathmask.net'"
)
server.wait_for_unit("openarena")
server.wait_until_succeeds("ss --numeric --udp --listening | grep -q 27960")
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't there a wait_for_open_port()?

Copy link
Member Author

Choose a reason for hiding this comment

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

Unfortunately this function only checks for TCP ports.

@mmahut
Copy link
Member

mmahut commented Feb 13, 2020

@GrahamcOfBorg test openarena

@mmahut mmahut merged commit 004b379 into NixOS:master Feb 13, 2020
@Ma27 Ma27 deleted the nixos/openarena-test branch February 13, 2020 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants