-
Notifications
You must be signed in to change notification settings - Fork 68
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
Make sure rabbitmq set up properly and test env allows reproducibility #825
Make sure rabbitmq set up properly and test env allows reproducibility #825
Conversation
Codecov Report
@@ Coverage Diff @@
## main #825 +/- ##
=======================================
Coverage 71.71% 71.71%
=======================================
Files 40 40
Lines 2599 2599
=======================================
Hits 1864 1864
Misses 667 667
Partials 68 68 Continue to review full report at Codecov.
|
This change looks correct from the operator's point of view, and is the workaround that we recommend in rabbitmq/cluster-operator#959. We can't prevent the host from leaking into the RabbitMQ Pods on an operator level, so it's down to the user to limit the max ports on their system via the very widely-used override interface. |
Also:
should be updated right? and the .mds so the user have a doc reference on why this (?) |
b16320f
to
6173c52
Compare
Added more. Decided to keep performance tests as is, since 1) they work 2) it's hard to predict what makes sense here, since folks likely would want to play with concurrency parameter. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gab-satchi, ikvmw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
See rabbitmq/cluster-operator#959
Unfortunately docker doesn't give enough isolation/reproducability and kernel's fs.max-fds makes into containers. Which means our tests/samples can't run on arbitrary systems - i.e. test env not sealed. Please take a look inside linked operator issue.
TODO: Let's decide what are the good values for samples and performance cluster.
cc @coro
Changes
/kind bug
Release Note