mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
e3d5c0217f
### 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 |
||
---|---|---|
.. | ||
basic | ||
bulk | ||
computed_fields | ||
count | ||
ddl | ||
delete | ||
insert | ||
metadata | ||
metadata_order | ||
non_empty_text | ||
permissions | ||
relationships | ||
run_sql | ||
select | ||
set_table_configuration | ||
set_table_custom_fields | ||
set_table_is_enum | ||
track_table | ||
update |