-
Notifications
You must be signed in to change notification settings - Fork 6
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
Replace references to blueapi messaging package #589
Conversation
485c4b6
to
1115b91
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #589 +/- ##
==========================================
- Coverage 92.99% 92.52% -0.47%
==========================================
Files 40 35 -5
Lines 1826 1633 -193
==========================================
- Hits 1698 1511 -187
+ Misses 128 122 -6 ☔ View full report in Codecov by Sentry. |
e074005
to
c2a4483
Compare
c2a4483
to
bce8081
Compare
dbdf9f4
to
53ea6ff
Compare
4e85983
to
3f2b147
Compare
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.
small readability and naming suggestions
3f2b147
to
258c149
Compare
fe75ae6
to
594c1dc
Compare
bf187f0
to
bdaf11f
Compare
bdaf11f
to
ec685d1
Compare
|
||
|
||
def pytest_collection_modifyitems(config, items): | ||
if config.getoption("--skip-stomp"): |
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.
Now that we've removed this, we no longer need any special handling for STOMP in CI, can you remove the parts of the github actions that start up activemq and rabbitmq?
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.
There are 2 tests that are used to connect to the activemq/rabbitmq...I could delete them or skip both I don't think are suitable ..
@ZohebShaikh Would you be able to write some tests that cover the affected area? See https://app.codecov.io/gh/DiamondLightSource/blueapi/pull/589?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=checks&utm_campaign=pr+comments&utm_term=DiamondLightSource |
d4a67f5
to
d3ab4e7
Compare
8dd1209
to
29342df
Compare
29342df
to
9932702
Compare
e8ec5ce
to
42a295f
Compare
42a295f
to
7437ea5
Compare
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!
Allow merge while Stan is on leave
Replace references to blueapi messaging package with references to the bluesky stomp library
Fixes #588