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

(PDK-513) implement supports_noop #31

Merged
merged 2 commits into from
Mar 14, 2018

Conversation

DavidS
Copy link
Contributor

@DavidS DavidS commented Mar 5, 2018

See https://github.com/DavidS/puppet-specifications/blob/resourceapi/language/resource-api/README.md#provider-feature-supports_noop for a definition of the feature.

This commit only contains the expected outline of the tests, to structure
what needs to be done.

@DavidS DavidS force-pushed the pdk-513-supports_noop branch 4 times, most recently from 7524cc9 to 473674b Compare March 6, 2018 12:09
@DavidS
Copy link
Contributor Author

DavidS commented Mar 6, 2018

requires #32 to pass CI

@DavidS DavidS force-pushed the pdk-513-supports_noop branch 5 times, most recently from 4eb4cbb to 596ceae Compare March 13, 2018 12:26
DavidS added 2 commits March 13, 2018 14:50
This is a separate commit of the straight `pdk new provider` output for
easier tracking of changes made later.
See https://github.com/DavidS/puppet-specifications/blob/resourceapi/language/resource-api/README.md#provider-feature-supports_noop for a definition of the feature.

Since puppet is not calling `flush` for us, this is only a example implementation,
that likely will never be exercised.
@DavidS DavidS force-pushed the pdk-513-supports_noop branch from 596ceae to d171fc6 Compare March 13, 2018 14:50
end

it 'respects --noop' do
pending 'puppet does not call flush() to trigger execution'
Copy link

Choose a reason for hiding this comment

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

Should this be here?

@da-ar da-ar merged commit 0dcab81 into puppetlabs:master Mar 14, 2018
@DavidS DavidS deleted the pdk-513-supports_noop branch March 26, 2018 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants