Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Jun 26, 2024
1 parent 58cd3e0 commit d2a9efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint-test-high-availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ jobs:
- name: Run Helm tests
if: steps.list-changed.outputs.changed == 'true'
run: helm test mem-ha-test
run: |
helm test mem-ha-test
kubectl logs -l app=memgraph
2 changes: 1 addition & 1 deletion charts/memgraph-high-availability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data:
args:
- "--experimental-enabled=high-availability"
- "--management-port=10000"
- "--bolt-port=768"
- "--bolt-port=7687"
- "--also-log-to-stderr"
- "--log-level=TRACE"
- "--replication-restore-state-on-startup=true"
Expand Down

0 comments on commit d2a9efb

Please sign in to comment.