-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
fake-gcs-server: disable checks #389286
fake-gcs-server: disable checks #389286
Conversation
f4120d9
to
58fa468
Compare
@jpetrucciani Any concerns with disabling the checks? |
I think that should be fine, there are many packages inside nixpkgs that do the same at the moment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, add a comment stating why we disable the tests.
58fa468
to
b77b7e0
Compare
Comment added. |
|
Thanks! |
The
fake-gcs-server
unit tests are a bit flaky depending on the system they're built on. They worked fine on my local x86-64 NixOS and AArch64 Darwin machines, but they failed in Hydra and on some people's Ubuntu 22.04 systems.aarch64-linux
: https://hydra.nixos.org/build/292290692x86_64-linux
: https://hydra.nixos.org/build/291797205Errors seem to be something going wrong with server instantiation in unit tests (not sure if it's socket binding or something that's disallowed).
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.