From b41d515474a812f3cfc99bf3e8bcc93482fbed81 Mon Sep 17 00:00:00 2001 From: yixinglu <2520865+yixinglu@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:53:59 +0800 Subject: [PATCH] drop the used space --- tests/tck/features/geo/GeoBase.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tck/features/geo/GeoBase.feature b/tests/tck/features/geo/GeoBase.feature index fcd928fbfee..0c7a0640a7e 100644 --- a/tests/tck/features/geo/GeoBase.feature +++ b/tests/tck/features/geo/GeoBase.feature @@ -108,6 +108,7 @@ Feature: Geo base INSERT VERTEX test_3() VALUES "test_103":() """ Then the execution should be successful + And drop the used space Scenario: test geo CURD # Any geo shape(point/linestring/polygon) is allowed to insert to the column geography @@ -770,3 +771,4 @@ Feature: Geo base DROP EDGE any_shape_edge; """ Then the execution should be successful + And drop the used space