Skip to content

Updated CHANGELOG and fixing broken tests #77

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

Merged
merged 1 commit into from
Apr 15, 2016

Conversation

tfhartmann
Copy link
Contributor

Tests started throwing this error with Puppet 4.4.1

  1) splunk on RedHat platform Splunk class with no parameters, basic
  test should compile into a catalogue without dependency cycles
       Failure/Error: should compile
              error during compilation: Evaluation Error: Error while
              evaluating a Function Call, default expression for
              $nagiosserver tries to illegally access not yet evaluated
              $nagiosserver at line 1:1 on node preator.local
                   # ./spec/classes/splunk_spec.rb:8:in `block (4
                   # levels) in <top (required)>'

Adding Puppet 4.4.1 to travis tests

Fix to Gemfile to insall gems on ruby 1.8.7

Don't judge me....

Test

So ghetto

Maybe set the right var name huh?

Excluding Puppet 4x from Ruby 1.8.7

Travis updates

Adding iconv gem

Trying to address this error during the Puppet 2.7 test

iconv couldn't be loaded, which is required for UTF-8/UTF-16 conversions
rake aborted!

Removing tests on 2.7 for Ruby 2.x

Tests started throwing this error with Puppet 4.4.1

```Ruby
  1) splunk on RedHat platform Splunk class with no parameters, basic
  test should compile into a catalogue without dependency cycles
       Failure/Error: should compile
              error during compilation: Evaluation Error: Error while
              evaluating a Function Call, default expression for
              $nagiosserver tries to illegally access not yet evaluated
              $nagiosserver at line 1:1 on node preator.local
                   # ./spec/classes/splunk_spec.rb:8:in `block (4
                   # levels) in <top (required)>'

```

Adding Puppet 4.4.1 to travis tests

Fix to Gemfile to insall gems on ruby 1.8.7

Don't judge me....

Test

So ghetto

Maybe set the right var name huh?

Excluding Puppet 4x from Ruby 1.8.7

Travis updates

Adding iconv gem

Trying to address this error during the Puppet 2.7 test

```
iconv couldn't be loaded, which is required for UTF-8/UTF-16 conversions
rake aborted!
```

Removing tests on 2.7 for Ruby 2.x
@tfhartmann tfhartmann merged commit 513039f into huit:master Apr 15, 2016
@tfhartmann tfhartmann deleted the fixing-broken-test-in-puppet-4 branch April 15, 2016 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant