Support Grafana 10.x #285
Annotations
10 errors and 4 warnings
Run tests:
spec/acceptance/grafana_team_spec.rb#L28
grafana_team wth Grafana version 8.5.22 create team resource on `Main Org.` creates the team
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212938682.pp.Fa4XhA
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706822982'
Error: /Stage[main]/Main/Grafana_team[example-team]: Could not evaluate: undefined method `match' for nil:NilClass
�[mNotice: Applied catalog in 0.09 seconds
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 8.5.22 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212943194.pp.fNIfRv
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706822987'
�[mNotice: /Stage[main]/Main/Grafana_dashboard[example-dashboard]/ensure: created
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
�[mNotice: /Stage[main]/Main/Grafana_dashboard[example-dashboard2]/ensure: created
Error: /Stage[main]/Main/Grafana_team[example-team]: Could not evaluate: undefined method `match' for nil:NilClass
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/ensure: created
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.55 seconds
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L102
grafana_team wth Grafana version 8.5.22 updates team resource has updated the example team home dashboard
Failure/Error: expect(data['homeDashboardId']).not_to eq(0)
expected: value != 0
got: 0
(compared using ==)
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L109
grafana_team wth Grafana version 8.5.22 updates team resource has updated the example team home dashboard with folder
Failure/Error: expect(data['homeDashboardId']).not_to eq(0)
expected: value != 0
got: 0
(compared using ==)
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L118
grafana_team wth Grafana version 8.5.22 create team resource on seperate organization creates organization and team
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212953085.pp.0ZTTvK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.04 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706822997'
Error: /Stage[main]/Main/Grafana_team[example-team-on-org]: Could not evaluate: undefined method `match' for nil:NilClass
�[mNotice: Applied catalog in 0.12 seconds
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L148
grafana_team wth Grafana version 8.5.22 destroy resources destroys the teams, dashboard, and organization
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212957814.pp.CG58zY
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706823002'
�[mNotice: /Stage[main]/Main/Grafana_dashboard[example-dashboard]/ensure: removed
�[mNotice: /Stage[main]/Main/Grafana_dashboard[example-dashboard2]/ensure: removed
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: removed
�[mNotice: /Stage[main]/Main/Grafana_organization[example-organization]/ensure: removed
Error: /Stage[main]/Main/Grafana_team[example-team]: Could not evaluate: undefined method `match' for nil:NilClass
Error: /Stage[main]/Main/Grafana_team[example-team2]: Could not evaluate: undefined method `match' for nil:NilClass
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.44 seconds
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L200
grafana_team wth Grafana version 8.5.22 destroy resources has no example-team
Failure/Error: expect(f.stdout).not_to match(%r{example-team})
expected "{\"message\":\"Active organization changed\"}{\"totalCount\":2,\"teams\":[{\"id\":1,\"orgId\":1,\"na...ecd8a193\",\"memberCount\":0,\"permission\":0,\"accessControl\":null}],\"page\":1,\"perPage\":1000}" not to match /example-team/
Diff:
@@ -1 +1 @@
-/example-team/
+"{\"message\":\"Active organization changed\"}{\"totalCount\":2,\"teams\":[{\"id\":1,\"orgId\":1,\"name\":\"example-team\",\"email\":\"\",\"avatarUrl\":\"/avatar/d66d476d0368f7384525711ba1a7d934\",\"memberCount\":0,\"permission\":0,\"accessControl\":null},{\"id\":2,\"orgId\":1,\"name\":\"example-team2\",\"email\":\"\",\"avatarUrl\":\"/avatar/bab2fc1bb2ae8a6e1fb69775ecd8a193\",\"memberCount\":0,\"permission\":0,\"accessControl\":null}],\"page\":1,\"perPage\":1000}"
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L28
grafana_team wth Grafana version 9.2.15 create team resource on `Main Org.` creates the team
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_213026530.pp.lO0B1x
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.04 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706823030'
Error: /Stage[main]/Main/Grafana_team[example-team]: Could not evaluate: undefined method `match' for nil:NilClass
�[mNotice: Applied catalog in 0.10 seconds
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 9.2.15 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_213031194.pp.sb1rIv
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706823035'
�[mNotice: /Stage[main]/Main/Grafana_dashboard[example-dashboard]/ensure: created
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
�[mNotice: /Stage[main]/Main/Grafana_dashboard[example-dashboard2]/ensure: created
Error: /Stage[main]/Main/Grafana_team[example-team]: Could not evaluate: undefined method `match' for nil:NilClass
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/ensure: created
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.55 seconds
|
Run tests:
spec/acceptance/grafana_team_spec.rb#L102
grafana_team wth Grafana version 9.2.15 updates team resource has updated the example team home dashboard
Failure/Error: expect(data['homeDashboardId']).not_to eq(0)
expected: value != 0
got: 0
(compared using ==)
|
Run tests:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212005234.pp.rIE1g0
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706822409'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Run tests:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212013883.pp.tFQtVx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706822417'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Run tests:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212048870.pp.7GmTji
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706822452'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Run tests:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_212057198.pp.ttzvr9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706822461'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
The logs for this run have expired and are no longer available.
Loading