metadata.json: re-add Puppet 8 support #418
Annotations
2 errors and 3 warnings
Run tests:
spec/acceptance/clustering_spec.rb#L58
rabbitmq clustering rabbitmq::wipe_db_on_cookie_change => true rabbitmq_cluster cluster_name => rabbit_cluster cluster has name
Failure/Error: expect(r.stdout).to match(%r!({cluster_name,<<"rabbit_cluster">>}|^Cluster name: rabbit_cluster$)!)
expected "[{nodes,[{disc,['rabbit@centos7-64-puppet8']}]},\n {running_nodes,['rabbit@centos7-64-puppet8']},\n {cluster_name,<<\"[email protected]\">>},\n {partitions,[]}]\n" to match /({cluster_name,<<"rabbit_cluster">>}|^Cluster name: rabbit_cluster$)/
Diff:
@@ -1,4 +1,7 @@
-/({cluster_name,<<"rabbit_cluster">>}|^Cluster name: rabbit_cluster$)/
+[{nodes,[{disc,['rabbit@centos7-64-puppet8']}]},
+ {running_nodes,['rabbit@centos7-64-puppet8']},
+ {cluster_name,<<"[email protected]">>},
+ {partitions,[]}]
|
Run tests
Process completed with exit code 1.
|
Run tests:
spec/acceptance/class_spec.rb#L114
rabbitmq class: binding on all interfaces Port "25672" Is on 55672 instead on older rmq versions
Skipped: Temporarily skipped with xit
|
Run tests:
spec/acceptance/class_spec.rb#L149
rabbitmq class: binding to localhost only Port "25672" Is on 55672 instead on older rmq versions
Skipped: Temporarily skipped with xit
|
Run tests:
spec/acceptance/class_spec.rb#L214
rabbitmq class: different management_ip_address and node_ip_address Port "25672" Is on 55672 instead on older rmq versions
Skipped: Temporarily skipped with xit
|
Loading