-
Notifications
You must be signed in to change notification settings - Fork 33
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
🌱 e2e: add tests to verify metrics endpoint #483
Merged
tmshort
merged 1 commit into
operator-framework:main
from
camilamacedo86:add-only-test-krp
Dec 13, 2024
Merged
🌱 e2e: add tests to verify metrics endpoint #483
tmshort
merged 1 commit into
operator-framework:main
from
camilamacedo86:add-only-test-krp
Dec 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #483 +/- ##
=======================================
Coverage 38.23% 38.23%
=======================================
Files 15 15
Lines 1224 1224
=======================================
Hits 468 468
Misses 706 706
Partials 50 50 ☔ View full report in Codecov by Sentry. |
camilamacedo86
changed the title
e2e: add tests to verify metrics endpoint
🌱 e2e: add tests to verify metrics endpoint
Dec 12, 2024
camilamacedo86
force-pushed
the
add-only-test-krp
branch
from
December 12, 2024 23:05
831bca0
to
ee64c83
Compare
camilamacedo86
force-pushed
the
add-only-test-krp
branch
from
December 13, 2024 00:14
ee64c83
to
bf04886
Compare
camilamacedo86
changed the title
🌱 e2e: add tests to verify metrics endpoint
WIP: 🌱 e2e: add tests to verify metrics endpoint
Dec 13, 2024
openshift-ci
bot
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Dec 13, 2024
camilamacedo86
force-pushed
the
add-only-test-krp
branch
2 times, most recently
from
December 13, 2024 00:36
b242984
to
230202b
Compare
camilamacedo86
force-pushed
the
add-only-test-krp
branch
from
December 13, 2024 17:29
230202b
to
f9676e6
Compare
camilamacedo86
changed the title
WIP: 🌱 e2e: add tests to verify metrics endpoint
🌱 e2e: add tests to verify metrics endpoint
Dec 13, 2024
openshift-ci
bot
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Dec 13, 2024
camilamacedo86
force-pushed
the
add-only-test-krp
branch
from
December 13, 2024 17:31
f9676e6
to
b87765e
Compare
camilamacedo86
requested review from
joelanford,
perdasilva,
tmshort and
grokspawn
December 13, 2024 17:32
camilamacedo86
force-pushed
the
add-only-test-krp
branch
2 times, most recently
from
December 13, 2024 17:39
35a2362
to
cbaf448
Compare
tmshort
reviewed
Dec 13, 2024
tmshort
reviewed
Dec 13, 2024
tmshort
reviewed
Dec 13, 2024
camilamacedo86
force-pushed
the
add-only-test-krp
branch
2 times, most recently
from
December 13, 2024 19:12
2774f94
to
3ebe399
Compare
camilamacedo86
force-pushed
the
add-only-test-krp
branch
from
December 13, 2024 19:21
3ebe399
to
b30b516
Compare
tmshort
approved these changes
Dec 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As described in the RFC https://docs.google.com/document/d/1hYOtHWcfoX_zWvy2YeolQBGuDgmP72vXMlrj9q9kPBQ/edit?tab=t.0 we would like to add the tests before get merge the PR: #460 just to ensure that the metrics work at the same way before and after the changes.
Motivation: operator-framework/operator-controller#1509