-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
modulesync 2.7.0 and drop puppet 4 #249
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've accidentally disabled most of the tests...
See
puppet-hiera/spec/classes/hiera_spec.rb
Line 312 in 8005064
elsif Puppet.version =~ %r{^4} |
@alexjfisher can you review this again? |
spec/classes/hiera_spec.rb
Outdated
@@ -309,7 +309,7 @@ | |||
it { is_expected.to contain_class('hiera::deep_merge') } | |||
end | |||
end | |||
elsif Puppet.version =~ %r{^4} | |||
elsif Puppet.version =~ %r{^6} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should do more than just this. There's loads of dead tests that could be removed completely. If we're dropping puppet 4, maybe there's also code that should be cleared up and/or defaults that should be more sane.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dropped some of the legacy tests. Should we keep it as it is and merge it? We can raise an issue to cleanup the module later. That would allow us to move forward and release the module.
modulesync 2.7.0