graphql-engine/server/tests-hspec/Harness
Samir Talwar c2d0d272ee server: Create the BigQuery test tables and data in one go.
This has a couple of advantages:

1.  One query is probably faster than many.
2.  Creating a table with data is valid on the BigQuery sandbox (free tier); `INSERT INTO` is not.
3.  We eat fewer resources by not running any DML, and so should hit usage caps less often.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4867
GitOrigin-RevId: 70537d5b306e5231beb8ae197a95bd8ea995e1e9
2022-06-28 08:40:33 +00:00
..
Backend server: Create the BigQuery test tables and data in one go. 2022-06-28 08:40:33 +00:00
Quoter [GDW-111] Mockable GDC Agent for integration testing 2022-06-25 19:06:54 +00:00
Test server/tests/bigquery: Expose internal error information + handle teardown robustly + retry on jobRateLimitExceeded error 2022-06-27 14:33:42 +00:00
Constants.hs server/tests/bigquery: Expose internal error information + handle teardown robustly + retry on jobRateLimitExceeded error 2022-06-27 14:33:42 +00:00
Env.hs tests-hspec: Extract Exceptions, refactor env vars, use json file as well for BigQuery 2022-02-23 19:33:32 +00:00
Exceptions.hs Amendments to the hspec testsuite 2022-06-08 16:36:50 +00:00
GraphqlEngine.hs server: GHC 9.2 changes compatible with 8.10 (#3550) 2022-06-25 22:09:05 +00:00
Http.hs Add unless/when related hints 2022-05-27 13:34:42 +00:00
RemoteServer.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
Spec.hs Auto-launch graphql-engine (close hasura/graphql-engine#7801, hasura/graphql-engine#7827 ) 2021-11-23 18:16:15 +00:00
TestEnvironment.hs Amendments to the hspec testsuite 2022-06-08 16:36:50 +00:00
Webhook.hs server: run_sql to not drop the SQL triggers created by the graphql-engine 2022-05-10 13:47:16 +00:00
Yaml.hs Unify hspec test for SelectSpec and DirectiveSpec 2022-05-04 09:59:29 +00:00