Skip to content

add --command-config options to kafka::topic to permit topic manageme… #170

add --command-config options to kafka::topic to permit topic manageme…

add --command-config options to kafka::topic to permit topic manageme… #170

Triggered via pull request October 29, 2024 10:59
Status Failure
Total duration 6m 36s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
16s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
1s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on centos-9-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on redhat-9-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on rocky-9-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on ubuntu-20.04-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on ubuntu-22.04-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on debian-11-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on debian-12-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on sles-12-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2): spec/defines/topic_spec.rb#L94
kafka::topic on sles-15-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on centos-9-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on redhat-9-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on rocky-9-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on ubuntu-20.04-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on ubuntu-22.04-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on debian-11-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on debian-12-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on sles-12-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7): spec/defines/topic_spec.rb#L94
kafka::topic on sles-15-x86_64 when create topic demo for kafka v3 and command-config is expected to contain Exec[create topic demo] with command => "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " Failure/Error: is_expected.to contain_exec("create topic #{title}").with( command: "kafka-topics.sh --create --bootstrap-server #{params[:bootstrap_server]} --command-config #{params[:cmd_config]} --replication-factor #{params[:replication_factor]} --partitions #{params[:partitions]} --topic #{title} " ) expected that the catalogue would contain Exec[create topic demo] with command set to "kafka-topics.sh --create --bootstrap-server --command-config --replication-factor --partitions --topic demo " but it is set to "kafka-topics.sh --create --bootstrap-server localhost:9092 --command-config /opt/kafka/config/admin.config --replication-factor 1 --partitions 1 --topic demo "
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
Puppet / Test suite
Process completed with exit code 1.