graphql-engine/server/tests-hspec/Test
Abby Sassel 45843b94d9 server/tests: fix Bigquery HTTP request failed with status code 400 and status message "Bad Request"
Fixes https://github.com/hasura/graphql-engine-mono/issues/4546

Error: `Bigquery HTTP request failed with status code 400 and status message "Bad Request" `

Likely fix: untrack `author` table before dropping it in `SerializationSpec`. [This is the main change](fadbbfe8f2), the rest is cleanup.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4548
GitOrigin-RevId: 36be213d8ccfeb2dbb6b797225dc07e6e3dc83ba
2022-05-24 17:08:52 +00:00
..
DC GDC: Integration Tests and Servant Agent 2022-05-11 06:15:27 +00:00
RemoteRelationship Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
SQLServer GDC: Integration Tests and Servant Agent 2022-05-11 06:15:27 +00:00
ArrayRelationshipsSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
BasicFieldsSpec.hs Implements TestGraphQLBasicCommon tests using hspec 2022-04-22 10:33:34 +00:00
ColumnPresetsSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
CustomFieldNamesSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
DirectivesSpec.hs Unify hspec test for SelectSpec and DirectiveSpec 2022-05-04 09:59:29 +00:00
EventTriggersRunSQLSpec.hs server: run_sql to not drop the SQL triggers created by the graphql-engine 2022-05-10 13:47:16 +00:00
HelloWorldSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
InsertCheckPermissionSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
InsertDefaultsSpec.hs server/postgres + server/mssql: Insert empty objects with default values 2022-05-11 16:01:57 +00:00
InsertEnumColumnSpec.hs GDC: Integration Tests and Servant Agent 2022-05-11 06:15:27 +00:00
LimitOffsetSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
NestedRelationshipsSpec.hs Unified setup for NestedRelationshipsSpec 2022-05-03 07:38:47 +00:00
ObjectRelationshipsLimitSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
ObjectRelationshipsSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
OrderingSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
PostgresTypesSpec.hs GDC: Integration Tests and Servant Agent 2022-05-11 06:15:27 +00:00
PrimaryKeySpec.hs Unify hspec test for SelectSpec and DirectiveSpec 2022-05-04 09:59:29 +00:00
RequestHeadersSpec.hs Implements TestGraphQLBasicCommon tests using hspec 2022-04-22 10:33:34 +00:00
RunSQLSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
SelectSpec.hs Unify hspec test for SelectSpec and DirectiveSpec 2022-05-04 09:59:29 +00:00
SerializationSpec.hs server/tests: fix Bigquery HTTP request failed with status code 400 and status message "Bad Request" 2022-05-24 17:08:52 +00:00
ServiceLivenessSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
ViewsSpec.hs Rename State to TestEnvironment in hspec test suite 2022-04-20 17:16:42 +00:00
WhereSpec.hs Implements TestGraphQLBasicCommon tests using hspec 2022-04-22 10:33:34 +00:00