From af5cd387354efb5a587a2fff01336a3e35478955 Mon Sep 17 00:00:00 2001 From: "kyle.cao" Date: Tue, 16 Nov 2021 10:44:15 +0800 Subject: [PATCH] fix ci for pr3297 --- tests/tck/features/subgraph/subgraph.IntVid.feature | 2 +- tests/tck/features/subgraph/subgraph.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tck/features/subgraph/subgraph.IntVid.feature b/tests/tck/features/subgraph/subgraph.IntVid.feature index 736009dbe02..5c510feec24 100644 --- a/tests/tck/features/subgraph/subgraph.IntVid.feature +++ b/tests/tck/features/subgraph/subgraph.IntVid.feature @@ -19,7 +19,7 @@ Feature: Integer Vid subgraph Then a SemanticError should be raised at runtime: `$a.id', not exist variable `a' When executing query: """ - GET SUBGRAPH WITH PROP FROM hash("Tim Duncan") YIELD vertices + GET SUBGRAPH WITH PROP FROM hash("Tim Duncan") YIELD invalidColumn """ Then a SemanticError should be raised at runtime: Get Subgraph only support YIELD vertices OR edges When executing query: diff --git a/tests/tck/features/subgraph/subgraph.feature b/tests/tck/features/subgraph/subgraph.feature index 433a1cf76b9..622b28b8fae 100644 --- a/tests/tck/features/subgraph/subgraph.feature +++ b/tests/tck/features/subgraph/subgraph.feature @@ -19,7 +19,7 @@ Feature: subgraph Then a SemanticError should be raised at runtime: `$a.id', not exist variable `a' When executing query: """ - GET SUBGRAPH WITH PROP FROM "Tim Duncan" YIELD vertices + GET SUBGRAPH WITH PROP FROM "Tim Duncan" YIELD invalidColumn """ Then a SemanticError should be raised at runtime: Get Subgraph only support YIELD vertices OR edges When executing query: @@ -243,7 +243,7 @@ Feature: subgraph | [:like "LaMarcus Aldridge"->"Tim Duncan"@0] | ("Shaquille O'Neal") | [:like "Marco Belinelli"->"Danny Green"@0] | | | [:like "Manu Ginobili"->"Tim Duncan"@0] | ("Tony Parker") | [:like "Danny Green"->"Marco Belinelli"@0] | | | [:like "Marco Belinelli"->"Tim Duncan"@0] | ("Boris Diaw") | [:like "Dejounte Murray"->"Marco Belinelli"@0] | | - | [:like "Shaquille O'Neal"->"Tim Duncan"@0 | ("Dejounte Murray") | [:like "Dejounte Murray"->"Manu Ginobili"@0] | | + | [:like "Shaquille O'Neal"->"Tim Duncan"@0] | ("Dejounte Murray") | [:like "Dejounte Murray"->"Manu Ginobili"@0] | | | [:like "Tiago Splitter"->"Tim Duncan"@0] | ("Aron Baynes") | [:like "Tiago Splitter"->"Manu Ginobili"@0] | | | [:like "Tony Parker"->"Tim Duncan"@0] | ("Tiago Splitter") | [:like "Tim Duncan"->"Manu Ginobili"@0] | | | | | [:like "Tony Parker"->"Manu Ginobili"@0] | |