ROX-30751: Remove test kernel support available api#17826
ROX-30751: Remove test kernel support available api#17826JoukoVirtanen merged 2 commits intomasterfrom
Conversation
|
Images are ready for the commit at e15a0cf. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #17826 +/- ##
==========================================
- Coverage 49.15% 49.14% -0.01%
==========================================
Files 2731 2731
Lines 201005 201005
==========================================
- Hits 98800 98792 -8
- Misses 94475 94479 +4
- Partials 7730 7734 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-4.9 release-4.9
# Navigate to the new working tree
cd .worktrees/backport-release-4.9
# Create a new branch
git switch --create backport-17826-to-release-4.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a0913151d20ea14d4bbb5814e8649722303148e5
# Push it to GitHub
git push --set-upstream origin backport-17826-to-release-4.9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-4.9Then, create a pull request where the |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-4.8 release-4.8
# Navigate to the new working tree
cd .worktrees/backport-release-4.8
# Create a new branch
git switch --create backport-17826-to-release-4.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a0913151d20ea14d4bbb5814e8649722303148e5
# Push it to GitHub
git push --set-upstream origin backport-17826-to-release-4.8
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-4.8Then, create a pull request where the |
|
Since we remove the test should we also remove the deprecated service that was tested? |
+1 to that. |
Description
Kernel collection method has been removed, so this test should be removed as well.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
CI is sufficient.