-
Notifications
You must be signed in to change notification settings - Fork 24
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 Modbus scalability testing #178
Conversation
6a34c89
to
4e866c0
Compare
4e866c0
to
529a5c2
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
529a5c2
to
76ef612
Compare
76ef612
to
e95c9d0
Compare
e95c9d0
to
3bd917e
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
f200af5
to
3d0c92a
Compare
720c4ab
to
4a9545f
Compare
0507e88
to
7be2a17
Compare
54f6075
to
41afe01
Compare
this issue edgexfoundry/go-mod-messaging#76 would impact this test |
384e1c5
to
08e8329
Compare
0ca0740
to
d88c2bc
Compare
@@ -117,3 +117,28 @@ | |||
- data | |||
networks: | |||
- edgex-network | |||
|
|||
scalability-test-mqtt-export: |
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.
Needs to add the depends_on.
depends_on:
- consul
- data
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.
Added.
CONF_DIR=/custom-config | ||
docker run --rm -v ${WORK_DIR}:${WORK_DIR} -w ${WORK_DIR} -v /var/run/docker.sock:/var/run/docker.sock \ | ||
--env WORK_DIR=${WORK_DIR} --env PROFILE=${PROFILE} --security-opt label:disable \ | ||
${COMPOSE_IMAGE} -f "${WORK_DIR}/TAF/utils/scripts/docker/docker-compose.yaml" start $* |
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.
When do the scripts use this file?
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.
Removed the redundant script.
d88c2bc
to
6bdce90
Compare
6bdce90
to
c60bd40
Compare
c60bd40
to
2b6d2a5
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
2b6d2a5
to
4a62bc7
Compare
5034927
to
8c5ccd2
Compare
Add testing script and modify the docker-compose file to run the Modbus scalability testing. Signed-off-by: weichou <[email protected]>
665b1d5
to
f3b4910
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
f3b4910
to
b80dbeb
Compare
docs/modbus-scalability-test.md
Fix #137