graphql-engine/server/tests-py/queries/v1
Antoine Leblanc e3d5c0217f Rename tables in metadata tests to avoid conflicts.
### Description

Tests are not run the same way locally and on CI, which means that tests that work on CI can fail locally. In this case, the setup for each test is creating and dropping a table named `author`; a lot of the tests were also creating a table named `author` in source `pg1`. If `pg1` is the same as the default source, which is the case locally, then all of those tests fail, while the tests that use a default `pg1` such as CI would succeed.

This PR fixes this by renaming `author` to `author_local` where appropriate.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2982
GitOrigin-RevId: 5bc0149bc5f6cb27de9864afaded8af071ade454
2021-11-26 11:40:23 +00:00
..
basic [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
bulk [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
computed_fields server: do not do a "successful" noop when tracking a function in the wrong source 2021-05-27 12:09:19 +00:00
count Integration test improvements (for speed/clarity), also increase polling interval for scheduled events 2021-04-27 05:35:26 +00:00
ddl server: move to storing metadata as a json blob (#115) 2020-12-08 14:23:28 +00:00
delete [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
insert [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
metadata Rename tables in metadata tests to avoid conflicts. 2021-11-26 11:40:23 +00:00
metadata_order Optimistic Metadata Locking 2021-02-19 02:40:23 +00:00
non_empty_text check input for empty strings for metadata api (close #2302) (#2300) 2019-07-11 09:00:45 +00:00
permissions [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
relationships server: fix the nullability of object relationships (fix hasura/graphql-engine#7201) 2021-08-26 15:27:34 +00:00
run_sql server: add tests ensuring the correct functioning of all endpoints based on user roles 2021-07-16 16:09:25 +00:00
select server: add tests ensuring the correct functioning of all endpoints based on user roles 2021-07-16 16:09:25 +00:00
set_table_configuration server: include more detail in inconsistent metadata error messages (fix #6684) 2021-05-19 05:02:53 +00:00
set_table_custom_fields server: include more detail in inconsistent metadata error messages (fix #6684) 2021-05-19 05:02:53 +00:00
set_table_is_enum server: include more detail in inconsistent metadata error messages (fix #6684) 2021-05-19 05:02:53 +00:00
track_table server: disable mutation for materialised views 2021-09-06 10:10:35 +00:00
update [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00