You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,8 +154,8 @@ Concurrent psql and MCP HTTP Server Query Tool
142
154
... \-\-url\=http://127.0.0.1:9913
143
155
... \-\-exec.action query_v2
144
156
... \-\-exec.args {"sql": "SELECT assetType, count(*) as asset_count FROM google.cloudasset.assets WHERE parentType \= 'projects' and parent \= 'testing-project' GROUP BY assetType order by count(*) desc, assetType desc;"}
Should Contain ${psql_client_result.stdout} cloudkms.googleapis.com
173
+
Should Be Equal As Integers ${psql_client_result.rc}0
174
+
175
+
Concurrent psql and Reverse Proxy MCP HTTP Server Query Tool
176
+
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
177
+
Sleep 5s
178
+
${mcp_client_result}= Run Process ${STACKQL_MCP_CLIENT_EXE}
179
+
... exec
180
+
... \-\-client\-type\=http
181
+
... \-\-url\=http://127.0.0.1:9914
182
+
... \-\-exec.action query_v2
183
+
... \-\-exec.args {"sql": "SELECT assetType, count(*) as asset_count FROM google.cloudasset.assets WHERE parentType \= 'projects' and parent \= 'testing-project' GROUP BY assetType order by count(*) desc, assetType desc;"}
... "SELECT assetType, count(*) as asset_count FROM google.cloudasset.assets WHERE parentType = 'projects' and parent = 'testing-project' GROUP BY assetType order by count(*) desc, assetType desc;"
191
+
${windowsInput} = Catenate
192
+
... & ${posixInput}
193
+
${input} = Set Variable If "${IS_WINDOWS}" == "1" ${windowsInput}${posixInput}
194
+
${shellExe} = Set Variable If "${IS_WINDOWS}" == "1" powershell sh
0 commit comments