-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Spec failures on redhat #25
Comments
FWIW I noticed this is failing on travis as well. Strange part: if I run the rspec -f h, the test passes. If I run it w/ -f d, or don't specify a format the test fails. If I add in my specfile for redhat routes, the above failing test passes. |
@ericsakowski I think I found the issue, it was a heisenbug with hash ordering, which should be fixed. Could you verify that this is solved? |
I reproduced the failed test, pulled, and verified that it passes now: Checked that specific test is run:
[root@puppetski puppet-network]# Looks good! |
This should be fixed by 2313bcb . Thanks again for reporting this! |
This occurs when running on redhat version 6.3.
The text was updated successfully, but these errors were encountered: