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

Issue running Onceover within puppet-dev-tools #105

Open
jortencio opened this issue Oct 19, 2021 · 0 comments
Open

Issue running Onceover within puppet-dev-tools #105

jortencio opened this issue Oct 19, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jortencio
Copy link

jortencio commented Oct 19, 2021

Describe the Bug

There seems to be an issue running onceover within the puppet-dev-tools container. The classes being tested cannot be found.

Also described here: voxpupuli/onceover#317

Expected Behavior

I expected the onceover tests to run using the suggested method in documentation:
`docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools:latest
/bin/bash -c "bundle install && bundle exec onceover run spec --force --trace --parallel"

With an expected output similar to:

image

Steps to reproduce the behavior:

  1. Run the following docker command:
    docker run --rm -u puppetdev -v ~/Projects/control-repo:/repo puppet/puppet-dev-tools:4.x /bin/bash -c "gem install bundler:2.2.29 && bundle install && bundle exec onceover run spec"

  2. This results in the following output:
    image

Environment

  • Version: puppet-dev-tools:4.x
  • Platform: MacOS (Big Sur 11.6),Docker (20.10.7)

Additional Context

I found this issue while trying to run a onceover job on Puppet CD4PE (4.9.1-Beta) in a Docker container

@jortencio jortencio added the bug Something isn't working label Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant