Skip to content
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

CI: Test with RabbitMQ 4.0.x #6649

Merged
merged 5 commits into from
Dec 5, 2024
Merged

Conversation

danielhollas
Copy link
Collaborator

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.93%. Comparing base (ef60b66) to head (32f9229).
Report is 155 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6649      +/-   ##
==========================================
+ Coverage   77.51%   77.93%   +0.43%     
==========================================
  Files         560      563       +3     
  Lines       41444    41662     +218     
==========================================
+ Hits        32120    32464     +344     
+ Misses       9324     9198     -126     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielhollas danielhollas marked this pull request as ready for review December 2, 2024 14:26
@danielhollas danielhollas requested a review from unkcpz December 2, 2024 14:27
@@ -24,7 +24,7 @@ ENV SYSTEM_USER="${SYSTEM_USER}"

# Install all OS dependencies for notebook server that starts but lacks all
# features (e.g., download as all possible file formats)
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sneaked in this unrelated change to get rid of deprecation warnings seen on Github

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I like if we see tiny things (hard to say how tiny is tiny, for me it is like one line change not related to the code logic and sure it is 100% correct) like this we clean it up.

Copy link
Member

@unkcpz unkcpz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests all pass, so all good . Thanks!

Copy link
Member

@unkcpz unkcpz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The nightly test also failed and I guess it is because of #6640

@danielhollas
Copy link
Collaborator Author

Whoops, RMQ and nightly tests are failing due the uv lockfile PR. I'll fix that.

@unkcpz unkcpz merged commit a1872b1 into aiidateam:main Dec 5, 2024
14 checks passed
@danielhollas danielhollas deleted the test-rmq-4.0 branch December 5, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants