Merge pull request #6131 from emqx/reenable-rlog-fvt-tests

test(rlog): reenable RLOG FVT tests
This commit is contained in:
Thales Macedo Garitezi 2021-11-19 08:46:15 -03:00 committed by GitHub
commit a5c8b95dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,7 @@ services:
emqx1: emqx1:
<<: *default-emqx <<: *default-emqx
container_name: node1.emqx.io container_name: node1.emqx.io
restart: on-failure
environment: environment:
- "EMQX_HOST=node1.emqx.io" - "EMQX_HOST=node1.emqx.io"
- "EMQX_CLUSTER__DB_BACKEND=rlog" - "EMQX_CLUSTER__DB_BACKEND=rlog"
@ -23,6 +24,9 @@ services:
emqx2: emqx2:
<<: *default-emqx <<: *default-emqx
container_name: node2.emqx.io container_name: node2.emqx.io
depends_on:
- emqx1
restart: on-failure
environment: environment:
- "EMQX_HOST=node2.emqx.io" - "EMQX_HOST=node2.emqx.io"
- "EMQX_CLUSTER__DB_BACKEND=rlog" - "EMQX_CLUSTER__DB_BACKEND=rlog"

View File

@ -73,8 +73,7 @@ jobs:
- 24.1.1-emqx-1 - 24.1.1-emqx-1
cluster_db_backend: cluster_db_backend:
- "mnesia" - "mnesia"
# FIXME: temporarily disabled: too flaky at the moment - "rlog"
# - "rlog"
steps: steps:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2