-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:eigr/spawn
- Loading branch information
Showing
10 changed files
with
165 additions
and
46 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 |
---|---|---|
|
@@ -53,7 +53,6 @@ jobs: | |
run: | | ||
PGPASSWORD=postgres psql -U postgres -d eigr-functions-db -h localhost -c "SHOW max_connections;" | ||
- name: Shutdown Ubuntu MySQL (SUDO) | ||
run: sudo service mysql stop | ||
|
||
|
@@ -133,13 +132,13 @@ jobs: | |
MIX_ENV=test \ | ||
PROXY_DATABASE_TYPE=postgres \ | ||
PROXY_DATABASE_PORT=5432 \ | ||
PROXY_DATABASE_POOL_SIZE=95 \ | ||
PROXY_DATABASE_POOL_SIZE=10 \ | ||
PROXY_DATABASE_USERNAME=postgres \ | ||
PROXY_DATABASE_SECRET=postgres \ | ||
PROXY_CLUSTER_STRATEGY=gossip \ | ||
PROXY_HTTP_PORT=9005 \ | ||
SPAWN_STATESTORE_KEY=3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE= \ | ||
elixir --name [email protected] -S mix test | ||
elixir --name [email protected] -S mix test --max-cases=1 | ||
cd ../../ | ||
# - name: Run tests spawn_statestores_mariadb | ||
|
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.