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

nixosTests.misc: port to python #79064

Merged
merged 2 commits into from Feb 2, 2020
Merged

nixosTests.misc: port to python #79064

merged 2 commits into from Feb 2, 2020

Conversation

worldofpeace
Copy link
Contributor

@worldofpeace worldofpeace commented Feb 2, 2020

Motivation for this change

Currently fails because of #79063, but if you comment out that test case you can test it.

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.

The blkio.sectors file is no longer provided; by quick search:
https://issues.apache.org/jira/browse/MESOS-9848
so hopefully it's sufficient to test existence of this other file:
https://www.kernel.org/doc/html/v5.4/admin-guide/cgroup-v1/blkio-controller.html#common-files-among-various-policies

Originally this sub-test was added in 58e40f8.
@vcunat
Copy link
Member

vcunat commented Feb 2, 2020

I pushed some kind of replacement for that broken part – into this PR due to conflicts. Perhaps /cc @edolstra as the author of this replaced sub-test.

EDIT: well, I assume this PR will get merged very soon. Otherwise I'd unblock the channels first by porting that commit of mine. I haven't reviewed the other changes, at least so far.

@worldofpeace
Copy link
Contributor Author

@GrahamcOfBorg test misc

@worldofpeace
Copy link
Contributor Author

I pushed some kind of replacement for that broken part – into this PR due to conflicts. Perhaps /cc @edolstra as the author of this replaced sub-test.

EDIT: well, I assume this PR will get merged very soon. Otherwise I'd unblock the channels first by porting that commit of mine. I haven't reviewed the other changes, at least so far.

Thanks, even yet the conflict wouldn't be a problem if that's needed. And this port was pretty 1:1 aside from the json bit and string stripping.

@flokli flokli merged commit 7870644 into NixOS:master Feb 2, 2020
@worldofpeace worldofpeace deleted the port-misc branch February 3, 2020 00:37
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