-
Notifications
You must be signed in to change notification settings - Fork 423
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
Tests are broken… #434
Comments
I have spent quite some time on the weekend and opened a couple of PRs. (#436, #437, #438). There is still a lot of work todo because some tests don't actually do something. Especially the 'cluster' path is untested in Chefspec and in the test-cookbook and the real cookbook code looks scary/broken (that Many recipes in the test-cookbook are untested as well. (iirc all except "default"). There are orphaned minitests left, too. After fixing the Docker issue I've converted the serverspec tests to inspec and more tests are turning green now. Still broken are old CentOS and Debian 7 because recent RabbitMQ versions need a newer Erlang… |
this is amazing. thank you for this. 🥇 💯 |
I concur, thank you very much!
…On Mon, Apr 24, 2017 at 6:58 PM, JJ Asghar ***@***.***> wrote:
this is amazing. thank you for this. 🥇 💯
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#434 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAEQhGELD97axfu3uMN5133nHRFw3A2ks5rzNTDgaJpZM4NFGiR>
.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ
|
Okay, there are plenty of issues/refactoring tasks left ;-) I've just tried to fix the things that break the current CI setup. Just a couple of notes: Debian 7 CentOS 6 Some weird hostname error. The image defaults to "localhost.localdomain" and not a random hostname (which should be the default using docker and dokken) which forced me to this hack: ccc685e => When executed via "kitchen login ..." it works well, because HOSTNAME is set, however inspec fails… ChefSpec Travis Let's see, if the PR is now green... |
@rmoriz http://www.rabbitmq.com/install-debian.html explains how to install dependencies on older Debian and Ubuntu releases. |
@michaelklishin sure, but it was/is not implemented => new feature. |
While I'm sure there's plenty of improvement, #438 makes 30 matrix rows pass. Wow. |
https://travis-ci.org/rabbitmq/chef-cookbook/builds
all red…
The text was updated successfully, but these errors were encountered: