emqx/.ci/docker-compose-file/scripts
Thales Macedo Garitezi 015f534774 attempt: use only replica if rlog
there seems to be race conditions related to some tests with sessions
hitting the core and the replicant alternately and rlog.

for intance, if there is some delay in this replication, a new
connection made to the replica with a just-created session in the core
may not have been replicated to the replicant, resulting in a test
failure if it expects the session to be present.

since such replication lags are inherent to the core-replicant
topology, we can try to target only the replicant to avoid seeing this
inconsistent view of the system during the tests.
2021-11-07 21:15:07 -03:00
..
run-emqx.sh attempt: use only replica if rlog 2021-11-07 21:15:07 -03:00