graphql-engine/server/tests-py/queries/event_triggers
Samir Talwar 204ec89c61 server/tests-py: Get all tests passing with separate HGE binaries.
This rewrites the last couple of Python tests that were failing when run with a separate HGE binary per test class. The changes are as follows:

1. The event triggers tests, naming conventions tests, and subscriptions tests all generate a new source DB per test, so can run in parallel.
2. The scheduled triggers tests use the correct URL for the trigger service when the port is generated randomly.
3. Whitespace and trailing commas are added to the scheduled triggers tests.
4. Support for SQL Server is added to _hge.py_ so the naming conventions test that runs on SQL Server passes. (The other SQL Server tests do not pass and we're not going to bother with them for now.)
5. Container names are fixed in _run.sh_.
6. _run.sh_ and _run-new.sh_ don't pull images explicitly as it's annoying when running tests a lot. If you want to pull the latest versions, just run `docker compose pull` from the _server/tests-py_ directory, or the root directory. (If you don't have the images at all, they'll still be pulled automatically.)

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7350
GitOrigin-RevId: db58f310f017b2a0884fcf61ccc56d15583f99bd
2022-12-21 15:56:41 +00:00
..
async_execution server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
basic server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
create_and_reset_non_default server/tests-py: Get all tests passing with separate HGE binaries. 2022-12-21 15:56:41 +00:00
create-delete server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
data_format server/tests-py: Set up postgis extensions using a fixture. 2022-08-15 14:30:42 +00:00
delete_query server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
flood server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
headers server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
insert_only server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
manual_events server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
retry_conf server: enforce event triggers name in a source to be unique 2022-08-23 08:51:11 +00:00
selected_cols server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
selected_payload server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
transform server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
update_only server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
update_query server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
webhook_env server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
webhook_template_url server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00