graphql-engine/server/tests-py/queries/subscriptions
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
..
basic (Fix #8267) Handle subscriptions in MSSQL when results exceed 2048 characters 2022-03-21 12:16:14 +00:00
customized_source server/tests-py: Get all tests passing with separate HGE binaries. 2022-12-21 15:56:41 +00:00
live_queries [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
mssql (Fix #8267) Handle subscriptions in MSSQL when results exceed 2048 characters 2022-03-21 12:16:14 +00:00
multiplexing server/postgres: parameterise array variables in queries/subscriptions 2022-06-29 13:37:11 +00:00
streaming server: fix bug when streaming subscription cursor has custom name 2022-09-22 09:52:36 +00:00
udf_session_args server: fix referenced session vars for live queries when UDF has specified session argument 2021-05-24 07:34:33 +00:00