graphql-engine/server/tests-py/queries/graphql_query
Samir Talwar 0b3c8ccaca server/tests-py: Support running BigQuery tests with run.sh.
This fixes a few issues so that we can run `./server/tests-py/run.sh backend-bigquery` to run the Python integration tests for BigQuery locally.

* We forward the relevant environment variables to the Docker container.
* We increase the HTTP timeout, as I'm seeing requests taking up to 90s locally.
* We rewrite the setup so that it avoids `INSERT INTO`, which is not available using the BigQuery free tier. Instead, we use `CREATE TABLE ... AS SELECT ...`. This is the same method used by the Haskell integration tests.

We also capture local server output in a volume so it's easier to figure out what went wrong later.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5921
GitOrigin-RevId: c628f8c08a84f2582958659ab6d6494832471f6f
2022-09-20 10:56:36 +00:00
..
agg_perm An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
aggregations server: add type information to aggregates and stringify them (closes #5704) 2021-01-18 13:52:51 +00:00
allowlist server: validate top level fragments in GQL query 2022-04-20 07:33:21 +00:00
allowlist_role_based server: add rename_query_collection metadata API 2022-08-19 13:37:16 +00:00
basic An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
bigquery server/tests-py: Support running BigQuery tests with run.sh. 2022-09-20 10:56:36 +00:00
boolexp server/tests-py: Support running BigQuery tests with run.sh. 2022-09-20 10:56:36 +00:00
caching [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
citus server/postgres: prefix identifiers longer than 63 characters with their md5 hash 2022-07-22 15:29:02 +00:00
computed_fields server/tests-py: Set up postgis extensions using a fixture. 2022-08-15 14:30:42 +00:00
custom_schema [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
empty server: use placeholder to prevent empty query roots 2022-01-27 18:08:11 +00:00
enums An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
functions Replace Data.Text.Extended with ErrorMessage in a few more places. 2022-07-25 10:42:03 +00:00
limits An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
offset [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
order_by server/postgres: support computed fields in order by 2021-07-27 16:28:23 +00:00
permissions server/tests-py: Set up postgis extensions using a fixture. 2022-08-15 14:30:42 +00:00
read_only_source server: remove hdb_lib and add tests for read-only source 2022-02-21 10:00:00 +00:00
relay An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
v1alpha1/errors Integration test improvements (for speed/clarity), also increase polling interval for scheduled events 2021-04-27 05:35:26 +00:00