grafana / tempo-operator

Grafana Tempo Kubernetes operator
https://grafana.com/docs/tempo/latest/setup/operator/
GNU Affero General Public License v3.0
61 stars 30 forks source link

[Chore] Add interoperability tests for Tempo and OpenShift Serverless #923

Closed IshwarKanse closed 4 months ago

IshwarKanse commented 5 months ago
--- PASS: chainsaw (799.67s)
    --- PASS: chainsaw/otel-tempo-serverless (401.78s)
    --- PASS: chainsaw/tempo-serverless (397.89s)
PASS
Tests Summary...
- Passed  tests 2
- Failed  tests 0
- Skipped tests 0
Done.
codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@ca84dd2). Learn more about missing BASE report. Report is 55 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #923 +/- ## ======================================= Coverage ? 76.51% ======================================= Files ? 94 Lines ? 6071 Branches ? 0 ======================================= Hits ? 4645 Misses ? 1153 Partials ? 273 ``` | [Flag](https://app.codecov.io/gh/grafana/tempo-operator/pull/923/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/grafana/tempo-operator/pull/923/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana) | `76.51% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grafana#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

IshwarKanse commented 4 months ago

@rubenvp8510 Fixed the upgrade test. Direct resource support was removed from Chainsaw 0.2.4 version. https://github.com/kyverno/chainsaw/releases/tag/v0.2.4 We now have to specify the apiVersion and kind for the resource. https://kyverno.github.io/chainsaw/latest/operations/helpers/get/

iblancasa commented 4 months ago

@andreasgerstmayr @rubenvp8510 can we merge this?