Explorar o código

docs(issue): mark solution as TODO and link related issue

https://github.com/emqx/emqx/issues/6094
Thales Macedo Garitezi %!s(int64=4) %!d(string=hai) anos
pai
achega
030e4857ec
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .ci/docker-compose-file/python/pytest.sh

+ 2 - 1
.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