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

[ombt2] Need to be able to separate control message bus from bus under test #2

Closed
kgiusti opened this issue Jun 29, 2017 · 0 comments
Closed
Assignees

Comments

@kgiusti
Copy link
Owner

kgiusti commented Jun 29, 2017

ombt2 uses a message bus to communicate control operations to the clients, as well as send test traffic.

It is useful to be able to cause faults on the message bus under test while running traffic via ombt2. However if the message bus is disturbed then control plane data will be lost.

Add the ability to specify a separate bus for control operations for the clients. Example

ombt2 --url rabbit://testing-bus:5672 rpc-server --control rabbit://control-bus:5672

@kgiusti kgiusti self-assigned this Aug 17, 2017
kgiusti added a commit that referenced this issue Aug 21, 2017
ombt2 relies on the message bus to control the servers and clients
that run the tests.  This may be undesireable if the test is stressful
or destructive to the message bus.

This change allows ombt2 to use a second message bus just for test
control traffic.  Test are not run against the control message bus

Closes #2
@kgiusti kgiusti closed this as completed in #4 Oct 3, 2017
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

No branches or pull requests

1 participant