mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
0b3c8ccaca
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 |
||
---|---|---|
.. | ||
agg_nodes.yaml | ||
basic_remote_joins.yaml | ||
distinct_on.yaml | ||
empty_perms.yaml | ||
exact_article_id.yaml | ||
global_limit.yaml | ||
nested_array_relationships.yaml | ||
offset_regression.yaml | ||
perms_published_articles.yaml | ||
schema_setup_bigquery.yaml | ||
schema_teardown_bigquery.yaml | ||
select_join_provenance.yaml | ||
select_query_all_types.yaml | ||
select_query_author_by_pkey.yaml | ||
select_query_batching_with_one_error.yaml | ||
select_query_batching.yaml | ||
select_query_fragment_cycles.yaml | ||
select_query_fragment_with_variable.yaml | ||
select_query_invalid_escape_sequence.yaml | ||
select_query_nested_fragment.yaml | ||
select_query_top_level_fragment.yaml | ||
set_table_customization_and_test_query.yaml | ||
setup_bigquery.yaml | ||
setup.yaml | ||
teardown_bigquery.yaml | ||
teardown.yaml | ||
timestamp_filter.yaml | ||
timestamp_perm.yaml |