-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to more modern tornado asyncio wait syntax (#275)
* Update to more modern tornado asyncio wait syntax, fixing not responding server
- Loading branch information
Showing
8 changed files
with
90 additions
and
121 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# docker-deps-down.sh | ||
# Stop the docker containers that provide dev/test dependencies | ||
|
||
docker stop test-lta-mongo | ||
# docker stop test-lta-token | ||
# docker stop test-lta-rest |
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 |
---|---|---|
@@ -1,18 +1,11 @@ | ||
# docker-deps-up.sh | ||
# Run some docker containers to provide dev/test dependencies | ||
|
||
docker pull circleci/mongo:latest-ram | ||
|
||
docker run \ | ||
--detach \ | ||
--name test-lta-mongo \ | ||
--network=host \ | ||
--rm \ | ||
circleci/mongo:latest-ram & | ||
|
||
# docker run \ | ||
# --env LTA_AUTH_AUDIENCE='lta' \ | ||
# --env LTA_AUTH_OPENID_URL='' \ | ||
# --env OTEL_EXPORTER_OTLP_ENDPOINT='localhost:4318' \ | ||
# --env WIPACTEL_EXPORT_STDOUT='FALSE' \ | ||
# --name test-lta-rest \ | ||
# --network=host \ | ||
# --rm \ | ||
# wipac/lta:latest python3 -m lta.rest_server & | ||
circleci/mongo:latest-ram |
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.