graphql-engine/server/tests-py/queries/v1/track_table
Antoine Leblanc eb81d6947a
server: add tests for track_table of a materialized view (#4155)
* server: add tests for track_table of a materialized view

In the context of #91, we discovered that materialized views were
already "automagically" supported; to ensure we don't regress on this
accidental but welcome change, this patch adds simple tests.

This is basically just a copy of `track_untrack_table`, but for
materialized views.

* Expand abbreviations

Co-authored-by: Alexis King <lexi.lambda@gmail.com>
2020-03-24 12:35:34 +05:30
..
setup.yaml server: add tests for track_table of a materialized view (#4155) 2020-03-24 12:35:34 +05:30
teardown.yaml server: add tests for track_table of a materialized view (#4155) 2020-03-24 12:35:34 +05:30
track_function_table_same_name.yaml fail on tracking table/function with name conflict (close #2020) (#2383) 2019-07-11 07:41:20 +00:00
track_table_function_same_name.yaml fail on tracking table/function with name conflict (close #2020) (#2383) 2019-07-11 07:41:20 +00:00
track_untrack_materialized_view.yaml server: add tests for track_table of a materialized view (#4155) 2020-03-24 12:35:34 +05:30
track_untrack_table_as_not_admin_error.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
track_untrack_table_deps.yaml dependencies of object relationship now includes remote table, closes #1441 (#1442) 2019-01-24 18:56:13 +05:30
track_untrack_table_non_public_schema.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
track_untrack_table.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30