Skip to content

Commit

Permalink
remove raft tests from e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Jun 30, 2024
1 parent 9d4e376 commit a0b455c
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,12 @@ jobs:
run: |
sudo apt install -y jq
jq --version
- name: Install goreman
run: |
go install github.com/mattn/goreman@latest
goreman version
- run: go run cmd/dgate-server/main.go &
- name: Start and wait 5 seconds
run: go run cmd/dgate-server/main.go & sleep 5

- run: cd functional-tests/raft_tests && goreman start &

- name: Wait for server to start
run: sleep 10

- name: Functional Standalone Tests
run: |
for i in functional-tests/admin_tests/*.sh; \
do bash -c $i; done
- name: Run local k6 test
uses: grafana/[email protected]
with:
filename: performance-tests/perf-test.js

0 comments on commit a0b455c

Please sign in to comment.