You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko 7b13216e2d
tests: fix long shutdown times for the webhook_receiver container (#5458)
Currently, `server.py` runs as PID 1, which means that it won't be
terminated by a `SIGTERM` signal unless it explicitly handles it (which
it doesn't). So when Docker tries to shut the container down, it sends
the server a `SIGTERM`, which gets ignored, and then sits there for 10
seconds before sending it a `SIGKILL`.

To work around this, enable the built-in Docker init program, which
forwards signals to the Python server. Since the Python server is no
longer PID 1, `SIGTERM` will now shut it down immediately.

The `init` option is supported starting from the Compose format version
3.7, so bump the version.
3 years ago
..
cypress Fix REST API tests (#5416) 3 years ago
git_server Fix creation of tasks with Git repositories via the SDK (#5409) 3 years ago
mounted_file_share Added Cypress testing for feature: Multiple tasks creating from videos (#5028) 3 years ago
python PostgresSQL DB v15 and health check endpoint (#5312) 3 years ago
.eslintrc.js Add webhooks (#4863) 3 years ago
cypress.json Removed code duplications, added checks to CI (#5253) 3 years ago
cypress_canvas3d.json Cypress. New organization pipeline. (#4143) 4 years ago
docker-compose.email.yml Extend helm to support Serverless functions and Analytics (#110) 4 years ago
docker-compose.file_share.yml cvat-sdk: Fix creating tasks with non-local files (#5058) 3 years ago
docker-compose.minio.yml Tests for Webhook sender (#5017) 3 years ago
docker-compose.test_servers.yml tests: fix long shutdown times for the webhook_receiver container (#5458) 3 years ago
json_to_html.py Fixed Intel license headers (#119) 4 years ago
nightly_cypress.json Refactor CI (#26) 4 years ago
package.json Fixed eslint config (#131) 4 years ago
pr_cypress.json Refactor CI (#26) 4 years ago
pr_cypress_canvas3d.json Refactor CI (#26) 4 years ago
values.test.yaml Added support for webhooks in Helm charts (#5118) 3 years ago
yarn.lock Added Cypress testing for feature: Multiple tasks creating from videos (#5028) 3 years ago