Skip to content

Make rspec-puppet rake task configureable#74

Open
bastelfreak wants to merge 1 commit into
v3from
parallel
Open

Make rspec-puppet rake task configureable#74
bastelfreak wants to merge 1 commit into
v3from
parallel

Conversation

@bastelfreak

Copy link
Copy Markdown
Member

By default, we use the parallel_spec task. Some modules might have tests that call out to external APIs, where tests need to be run sequentially, not in parallel (e.g. puppet-vault_hiera).

Required for voxpupuli/puppet-hiera_vault#100

By default, we use the parallel_spec task. Some modules might have tests
that call out to external APIs, where tests need to be run sequentially,
not in parallel (e.g. puppet-vault_hiera).
@bastelfreak bastelfreak added the enhancement New feature or request label Apr 15, 2025
@bastelfreak bastelfreak self-assigned this Apr 15, 2025

@ekohl ekohl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'd prefer to keep this generic so I opened voxpupuli/puppet-hiera_vault#105 to avoid the need for this. By starting multiple vault servers on unique ports we should be able to run in parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants