graphql-engine/server/tests-py/queries
Samir Talwar 2f186b50be server/tests-py: Extract parts of a test out of YAML.
We plan on creating the source database dynamically, in the test setup.
This means that (a) we cannot assume that the metadata database and the
source database are the same, and (b) we need to drop and re-add the
source in code, not in YAML.

This changeset prepares the code for the introduction of a separate
source database, but doesn't go there yet. The separation is already
done but is too big to review in one go, so I have split this out.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5508
GitOrigin-RevId: b497a83ac4a100371762c2515c87ee3760d8d4ab
2022-08-22 07:22:24 +00:00
..
actions server/tests-py: Factor out service URLs as environment variables. 2022-08-15 14:59:05 +00:00
apollo_federation server/console: add metadata API set_apollo_federation_config 2022-08-04 09:38:02 +00:00
compression [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
endpoints server/tests-py: Set up postgis extensions using a fixture. 2022-08-15 14:30:42 +00:00
event_triggers server/tests-py: Extract parts of a test out of YAML. 2022-08-22 07:22:24 +00:00
explain server/postgres: prefix identifiers longer than 63 characters with their md5 hash 2022-07-22 15:29:02 +00:00
graphql_introspection server/tests-py: Factor out service URLs as environment variables. 2022-08-15 14:59:05 +00:00
graphql_mutation server/tests-py: Set up postgis extensions using a fixture. 2022-08-15 14:30:42 +00:00
graphql_query server: add rename_query_collection metadata API 2022-08-19 13:37:16 +00:00
graphql_validation server/tests-py: Set up postgis extensions using a fixture. 2022-08-15 14:30:42 +00:00
heterogeneous [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
horizontal_scale/basic sync metadata cache across multiple instances connected to same db (closes #1182) (#1574) 2019-03-12 11:16:27 +05:30
inconsistent_objects Remove all functions from RQL.Types.hs 2022-04-26 15:13:57 +00:00
logging [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
naming_conventions server: fix behaviour of custom table name for graphql-default naming convention 2022-08-17 12:47:49 +00:00
openapi Rewrite OpenAPI 2022-06-30 12:57:09 +00:00
query_cache server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
remote_schemas server/tests-py: Factor out service URLs as environment variables. 2022-08-15 14:59:05 +00:00
scheduled_triggers server: fix flaky test_check_events_statuses test 2021-10-22 05:55:59 +00:00
schema/duplication server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
subscriptions server/postgres: parameterise array variables in queries/subscriptions 2022-06-29 13:37:11 +00:00
unauthorized_role Adding multiple jwt secrets (incorporating provenance requirements) 2022-02-13 23:34:39 +00:00
v1 server: add PostgresKind for CockroachDB 2022-08-19 14:21:09 +00:00
v2 An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
webhooks/request_context pass gql requests into auth webhook POST body (#149) 2021-02-03 07:11:39 +00:00
clear_db_bigquery.yaml Feature/bigquery python tests 2021-04-22 11:32:55 +00:00
clear_db_citus.yaml server/citus: feature branch 2021-05-21 02:47:51 +00:00
clear_db_mssql.yaml server: generalize integration tests 2021-03-11 18:18:41 +00:00
clear_db.yaml python based tests (#387) 2018-09-18 11:51:57 +05:30