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

make the server parts JRuby compatible #15

Merged
merged 4 commits into from
Jan 25, 2018
Merged

Conversation

DavidS
Copy link
Contributor

@DavidS DavidS commented Jan 25, 2018

No description provided.

This excludes Command tests by default, as childprocess is neither
available nor wanted on puppetserver.
* avoid loading puppet/resource_api/command and tests
  * command support requires native childprocess gem
  * commands should not run on the server
* avoid loading puppet/resource_api/puppet_context and tests
  * no (logging) code should run on the server
  * puppet_context uses ruby 2.x kwargs
* avoid loading puppet/util/network_device/simple/device and tests
  * device code not relevant to server
  * tempfile fails on jruby
* mark some tests as `agent_test`s which require the full stack
* do not run acceptance tests which do not apply to puppetserver
* do not run integration tests which do not apply to puppetserver
@DavidS DavidS added the bug label Jan 25, 2018
@DavidS DavidS merged commit 5b64639 into puppetlabs:master Jan 25, 2018
@DavidS DavidS deleted the jruby branch January 25, 2018 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant