-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add priority cache, improve reqCtx interface, add option to disable p… (
#15) * add priority cache, improve reqCtx interface, add option to disable private IPs, add ctx to metrics, add timeout to module pool * remove raft tests from e2e
- Loading branch information
Showing
18 changed files
with
236 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.