From 030e4857ec7ab31a028b3f60b7d011c43778d0fd Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Mon, 8 Nov 2021 15:36:54 -0300 Subject: [PATCH] docs(issue): mark solution as TODO and link related issue https://github.com/emqx/emqx/issues/6094 --- .ci/docker-compose-file/python/pytest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/docker-compose-file/python/pytest.sh b/.ci/docker-compose-file/python/pytest.sh index 4579691b3..c079a65a4 100755 --- a/.ci/docker-compose-file/python/pytest.sh +++ b/.ci/docker-compose-file/python/pytest.sh @@ -9,7 +9,8 @@ set +e EMQX_TEST_DB_BACKEND=$1 if [ "$EMQX_TEST_DB_BACKEND" = "rlog" ] then - # target only replica to avoid replication races + # TODO: target only replica to avoid replication races + # see: https://github.com/emqx/emqx/issues/6094 TARGET_HOST="node2.emqx.io" else # use loadbalancer