Remove candlepin_events test for Katello PR #11652#21235
Merged
LadislavVasina1 merged 1 commit intoApr 9, 2026
Conversation
Katello is removing the Candlepin event listener infrastructure, which means candlepin_events will no longer appear in the /api/v2/ping API response. Changes: - Delete test_positive_candlepin_events_processed_by_stomp() which validated STOMP event processing (functionality no longer exists) - Update documentation comment in test_ping.py to reflect new response structure without candlepin_events Related: Katello/katello#11652 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRemoves a now-obsolete Candlepin STOMP events test that depends on the candlepin_events ping service and updates a ping test comment to reflect the removal of candlepin_events from the Katello ping API output. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
Author
|
test-robottelo tests/foreman/api/test_subscription.py |
Contributor
Author
|
Contributor
Author
|
Contributor
|
vijaysawant
reviewed
Apr 8, 2026
Contributor
vijaysawant
left a comment
There was a problem hiding this comment.
Need to add Label with stream / satellite version
Collaborator
|
PRT Result |
LadislavVasina1
approved these changes
Apr 9, 2026
This file contains hidden or 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
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.
Summary
Removes Robottelo test code that will break now that Katello PR Katello/katello#11652 is merged. That PR removes the Candlepin event listener infrastructure, which means
candlepin_eventswill no longer appear in the/api/v2/pingAPI response.Changes
Deleted
test_positive_candlepin_events_processed_by_stomp()fromtests/foreman/api/test_subscription.pyKeyErrorwhen accessingcandlepin_eventsserviceUpdated documentation comment in
tests/foreman/api/test_ping.pycandlepin_eventsfrom example response structureRelated PRs
Impact Analysis
Testing
The remaining subscription tests will continue to work. The deleted test specifically validated removed functionality.
Summary by Sourcery
Remove obsolete tests and references related to Candlepin event listener removal.
Tests: