Skip to content

Commit 8876abe

Browse files
committed
test(stage): mv select_stage.sh to stateful test.
To use insecure storage.
1 parent 4406b44 commit 8876abe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/suites/0_stateless/20+_others/20_0011_select_stage.sh renamed to tests/suites/1_stateful/00_copy/00_0004_select_stage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "copy into @s1 from t1 FILE_FORMAT = (type = 'PARQUET');" | $MYSQL_CLIENT_C
1414
echo "select * from @s1;" | $MYSQL_CLIENT_CONNECT
1515

1616
echo '--- uri'
17-
DATADIR_PATH="/tmp/20_0011_select_stage"
17+
DATADIR_PATH="/tmp/00_0004_select_stage"
1818
rm -rf ${DATADIR_PATH}
1919
DATADIR="fs://$DATADIR_PATH/"
2020
echo "copy into '${DATADIR}' from t1 FILE_FORMAT = (type = 'PARQUET');" | $MYSQL_CLIENT_CONNECT

0 commit comments

Comments
 (0)