diff --git a/tests/tck/features/index/TagEdgeIndex.feature b/tests/tck/features/index/TagEdgeIndex.feature index f49f0ed015f816e7f3c3baed31d7677ce6e3a599..626ef139977035ff894915f0ec875310a8bd73c7 100644 --- a/tests/tck/features/index/TagEdgeIndex.feature +++ b/tests/tck/features/index/TagEdgeIndex.feature @@ -212,6 +212,11 @@ Feature: tag and edge index tests from pytest SHOW CREATE TAG INDEX non_existent_tag_index """ Then an ExecutionError should be raised at runtime. + When executing query: + """ + SHOW CREATE EDGE INDEX disorder_tag_index + """ + Then an ExecutionError should be raised at runtime. When executing query: """ SHOW TAG INDEXES @@ -403,6 +408,11 @@ Feature: tag and edge index tests from pytest Then the result should be, in any order: | Edge Index Name | Create Edge Index | | 'single_edge_index' | 'CREATE EDGE INDEX `single_edge_index` ON `edge_1` (\n `col2`\n)' | + When executing query: + """ + SHOW CREATE TAG INDEX single_edge_index + """ + Then an ExecutionError should be raised at runtime. When executing query: """ SHOW CREATE EDGE INDEX multi_edge_index