Skip to content

Commit c6fae76

Browse files
- Tune robot test.
1 parent a3009db commit c6fae76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9015,7 +9015,7 @@ Delete Await Returning Generates Error
90159015
... stdout=${CURDIR}/tmp/Delete-Await-Returning-Generates-Error.tmp
90169016
... stderr=${CURDIR}/tmp/Delete-Await-Returning-Generates-Error-stderr.tmp
90179017

9018-
Explain Select Repeatably Generates Messages
9018+
Explain Select Repeatably Generates Messagez
90199019
[Documentation] This is fairly crude but useful in particular for MCP functions.
90209020
${inputStr} = Catenate
90219021
... explain select * from google.storage.buckets where project = 'stackql-demo';
@@ -9028,7 +9028,7 @@ Explain Select Repeatably Generates Messages
90289028
... explain select * from google.storage.buckets;
90299029
... explain select * from google.storage.buckets where project = 'stackql-demo';
90309030
... explain select * from google.storage.buckets where project = 'stackql-demo';
9031-
${outputErrStr} = Catenate SEPARATOR=\n
9031+
${outputErrStrNative} = Catenate SEPARATOR=\n
90329032
... Execution plan generated successfully
90339033
... OK
90349034
... Execution plan generated successfully
@@ -9045,6 +9045,7 @@ Explain Select Repeatably Generates Messages
90459045
... OK
90469046
... Execution plan generated successfully
90479047
... OK
9048+
${outputErrStr} = Set Variable If "${EXECUTION_PLATFORM}" == "docker" OK ${outputErrStrNative}
90489049
Should Stackql Exec Inline Equal Stderr
90499050
... ${STACKQL_EXE}
90509051
... ${OKTA_SECRET_STR}

0 commit comments

Comments
 (0)