Merged
Conversation
b2f84af to
017889c
Compare
added 6 commits
November 7, 2019 10:55
017889c to
f04daa6
Compare
Contributor
a4cac83 to
2c3785a
Compare
Contributor
Author
@worldofpeace I've dropped the commit |
jonringer
reviewed
Nov 8, 2019
Contributor
jonringer
left a comment
There was a problem hiding this comment.
cadvisor failed for me:
builder for '/nix/store/v36812mciwfpddsbkkk49ysv2g1x9kfm-vm-test-run-cadvisor.drv' failed with exit code 1; last 10 log lines:
machine # [ 646.651689] systemd[1]: cadvisor.service: Failed with result 'timeout'.
machine # [ 646.677454] systemd[1]: Failed to start cadvisor.service.
machine # [ 646.696165] systemd[1]: cadvisor.service: Consumed 1min 6.085s CPU time, received 3.0K IP traffic, sent 4.5K IP traffic.
machine # [ 646.734438] systemd[1]: Reached target Multi-User System.
machine # [ 646.778982] systemd[1]: Startup finished in 1min 22.803s (kernel) + 9min 23.250s (userspace) = 10min 46.053s.
error: unit "cadvisor.service" reached state "failed"
cleaning up
killing influxdb (pid 9)
killing machine (pid 20)
(0.10 seconds)
[247 built (1 failed), 45 copied (635.3 MiB), 133.4 MiB DL]
error: build of '/nix/store/v36812mciwfpddsbkkk49ysv2g1x9kfm-vm-test-run-cadvisor.drv' failed
Contributor
Author
|
@jonringer I just started the build again after a fresh rebase and I couldn't reproduce the fail. It works for me: |
Contributor
|
I was also running a lot of other reviews at the time, could have been cpu starved and then timedout |
Contributor
|
@GrahamcOfBorg test cadvisor |
Member
|
Ran all the updated tests manually, and they did succeed. Thanks :-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation for this change
Processing the task list in issue #72828.
Now that PR #71684 (nixos: add python testing support) by @tfc got merged, I would like to port some of the tests to Python.
Things done
Ported several tests to Python, which also conform the Black code style.
Tests have been run and all of them succeed.
sandboxinnix.confon non-NixOS linux)nix-shell -p nix-review --run "nix-review wip"./result/bin/)nix path-info -Sbefore and after)Notify maintainers
cc @tfc @flokli @worldofpeace