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.
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
feat: add
RabbitMQ
monitor #5199feat: add
RabbitMQ
monitor #5199Changes from 21 commits
2879b53
eeb614e
4c47d2f
1c02023
74da7e5
4fa640b
44cd675
009b004
fd3dbff
21a2d3c
0ba3773
685043e
7961ebb
bf32550
73ee628
444661e
6380df9
fc68042
7ce46d6
2a2b840
85f5552
d1ad668
9f23b5c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
It seems that this test blocked local testing on my Windows machine. It is also not able to run on a self-hosted X64 debian actions runner. What is the prerequisite to run this actually?
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.
This is the platform support for running docker containers in GHA without additional steps.
=> This is not about the actual test case, but rather it's environment
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.
It assumes that docker is running on the system. AFAIK by default it searches for a unix socket at
unix:///var/run/docker.sock
in linux or a named pipe atnpipe:////./pipe/docker_engine
in windows.On the debian machine, is the test skipped or does it throw an error?
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.
Full log:
https://github.com/louislam/uptime-kuma/actions/runs/11531916870/job/32103162510
Actually, I just realize the mqtt test has the same issue.
My actions runner on Debian indeed don't have Docker. Maybe that is the reason.