graphql-engine/server/tests-hspec/Test
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
..
BigQuery Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
DataConnector [GDW-111] Mockable GDC Agent for integration testing 2022-06-25 19:06:54 +00:00
DisableRootFields server/tests/bigquery: Expose internal error information + handle teardown robustly + retry on jobRateLimitExceeded error 2022-06-27 14:33:42 +00:00
RemoteRelationship server: Fix a bunch of HLint suggestions 2022-06-21 11:12:42 +00:00
SQLServer GDC: Integration Tests and Servant Agent 2022-05-11 06:15:27 +00:00
ArrayRelationshipsSpec.hs server/tests/bigquery: Expose internal error information + handle teardown robustly + retry on jobRateLimitExceeded error 2022-06-27 14:33:42 +00:00
BackendOnlyPermissionsSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
BasicFieldsSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
ColumnPresetsSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
CustomFieldNamesSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
DirectivesSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
EventTriggersRunSQLSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
GatheringUniqueConstraintsSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
HelloWorldSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
InsertCheckPermissionSpec.hs server/tests/bigquery: Expose internal error information + handle teardown robustly + retry on jobRateLimitExceeded error 2022-06-27 14:33:42 +00:00
InsertDefaultsSpec.hs server/tests/bigquery: Expose internal error information + handle teardown robustly + retry on jobRateLimitExceeded error 2022-06-27 14:33:42 +00:00
InsertEnumColumnSpec.hs GDC: Integration Tests and Servant Agent 2022-05-11 06:15:27 +00:00
InsertOnConflictSpec.hs Amendments to the hspec testsuite 2022-06-08 16:36:50 +00:00
LimitOffsetSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
NestedRelationshipsSpec.hs server: Create the BigQuery test tables and data in one go. 2022-06-28 08:40:33 +00:00
ObjectRelationshipsLimitSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
ObjectRelationshipsSpec.hs server/tests/bigquery: Expose internal error information + handle teardown robustly + retry on jobRateLimitExceeded error 2022-06-27 14:33:42 +00:00
OrderingSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
PostgresTypesSpec.hs GDC: Integration Tests and Servant Agent 2022-05-11 06:15:27 +00:00
PrimaryKeySpec.hs server: Create the BigQuery test tables and data in one go. 2022-06-28 08:40:33 +00:00
RequestHeadersSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
RunSQLSpec.hs server/tests/bigquery: Expose internal error information + handle teardown robustly + retry on jobRateLimitExceeded error 2022-06-27 14:33:42 +00:00
SelectSpec.hs server: Create the BigQuery test tables and data in one go. 2022-06-28 08:40:33 +00:00
SerializationSpec.hs server: Create the BigQuery test tables and data in one go. 2022-06-28 08:40:33 +00:00
ServiceLivenessSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
ViewsSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00
WhereSpec.hs Zendesk-5146 followup tests 2022-06-17 08:45:13 +00:00