-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Acceptance tests broken #83
Comments
This was referenced Feb 14, 2024
Merged
danielparks
added a commit
that referenced
this issue
Feb 16, 2024
Acceptance tests were failing on GitHub CI because its runners have `rustup` already installed in `/etc/skel`. This switches the acceptance tests to only use `managehome => false` so that `/etc/skel` is ignored when they create new users. Fixes #83 — Acceptance tests broken.
danielparks
added a commit
that referenced
this issue
Feb 16, 2024
Acceptance tests were failing on GitHub CI because its runners have `rustup` already installed in `/etc/skel`. This switches the acceptance tests to only use `managehome => false` so that `/etc/skel` is ignored when they create new users. Fixes #83 — Acceptance tests broken.
danielparks
added a commit
that referenced
this issue
Feb 16, 2024
Acceptance tests were failing on GitHub CI because its runners have `rustup` already installed in `/etc/skel`. This switches the acceptance tests to only use `managehome => false` so that `/etc/skel` is ignored when they create new users. Fixes #83 — Acceptance tests broken.
danielparks
added a commit
that referenced
this issue
Feb 16, 2024
- Simplify validation in GitHub CI. - Improve test output in GitHub CI. - Support for Ubuntu in acceptance tests. - Run acceptance tests directly on GitHub CI runners (part of #83).
danielparks
added a commit
that referenced
this issue
Feb 16, 2024
Acceptance tests were failing on GitHub CI because its runners have `rustup` already installed in `/etc/skel`. This switches the acceptance tests to only use `managehome => false` so that `/etc/skel` is ignored when they create new users. Fixes #83 — Acceptance tests broken.
danielparks
added a commit
that referenced
this issue
Feb 16, 2024
Acceptance tests were failing on GitHub CI because its runners have `rustup` already installed in `/etc/skel`. This switches the acceptance tests to only use `managehome => false` so that `/etc/skel` is ignored when they create new users. Fixes #83 — Acceptance tests broken.
danielparks
added a commit
that referenced
this issue
Feb 16, 2024
Acceptance tests were failing on GitHub CI because its runners have `rustup` already installed in `/etc/skel`. This switches the acceptance tests to only use `managehome => false` so that `/etc/skel` is ignored when they create new users. Fixes #83 — Acceptance tests broken.
danielparks
added a commit
that referenced
this issue
Feb 16, 2024
Acceptance tests were failing on GitHub CI because its runners have `rustup` already installed in `/etc/skel`. This switches the acceptance tests to only use `managehome => false` so that `/etc/skel` is ignored when they create new users. Fixes #83 — Acceptance tests broken.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Acceptance tests run forever currently:
Then it just hangs forever.
./test.sh init run
works on my machine. I’m not sure if GitHub CI changed, or Puppet Litmus.The text was updated successfully, but these errors were encountered: