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

tests: add integration test to check for crashes against nixpkgs #97

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rmcgibbo
Copy link
Collaborator

As discussed in #77.

@rmcgibbo rmcgibbo force-pushed the nixpkgs-integration-crash-test branch 6 times, most recently from ed4660f to d78b9c5 Compare March 21, 2021 04:10
@rmcgibbo rmcgibbo force-pushed the nixpkgs-integration-crash-test branch from d78b9c5 to 92b816a Compare March 21, 2021 04:11
run: |
mkdir -p ~/.config/nixpkgs/
echo '{ allowUnfree = true; }' > ~/.config/nixpkgs/config.nix
nix run -c ./integration-tests/test-nixpkgs.py -f '<nixpkgs>'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Looks like it takes about 40 minutes to run on Github Actions, and returns the following list of attrs in 20.09 that cause crashes:

['acl', 'alertmanager-bot', 'attr', 'bash', 'binutils-unwrapped', 'bzip2', 'coreutils', 'coreutils-full', 'coreutils-prefixed', 'datadog-agent', 'diffutils', 'findutils', 'gawkInteractive', 'gcc-unwrapped', 'glibc', 'gnugrep', 'gnupatch', 'gnused', 'gnutar', 'gzip', 'holochain-go', 'javaPackages.junit_4_12', 'javaPackages.mavenHello_1_0', 'javaPackages.mavenHello_1_1']

@rmcgibbo rmcgibbo mentioned this pull request Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant