Skip to content

Commit f45d360

Browse files
- Fixed test logic.
1 parent 4b8a033 commit f45d360

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/robot/functional/mcp.robot

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ MCP HTTPS Server JSON DTO Meta Find Relationships
407407
MCP HTTPS List Providers Canonical
408408
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
409409
# Future proofing: raw text format reserved; may gain structured hints later.
410-
${ns_query_text}= Run Process
410+
${meta_rels}= Run Process
411411
... ${STACKQL_MCP_CLIENT_EXE}
412412
... exec
413413
... \-\-client\-type\=http
@@ -427,7 +427,7 @@ MCP HTTPS List Providers Canonical
427427
MCP HTTPS List Services Canonical
428428
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
429429
# Future proofing: raw text format reserved; may gain structured hints later.
430-
${ns_query_text}= Run Process
430+
${meta_rels}= Run Process
431431
... ${STACKQL_MCP_CLIENT_EXE}
432432
... exec
433433
... \-\-client\-type\=http
@@ -447,7 +447,7 @@ MCP HTTPS List Services Canonical
447447
MCP HTTPS List Resources Canonical
448448
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
449449
# Future proofing: raw text format reserved; may gain structured hints later.
450-
${ns_query_text}= Run Process
450+
${meta_rels}= Run Process
451451
... ${STACKQL_MCP_CLIENT_EXE}
452452
... exec
453453
... \-\-client\-type\=http
@@ -468,7 +468,7 @@ MCP HTTPS List Resources Canonical
468468
MCP HTTPS List Methods Canonical
469469
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
470470
# Future proofing: raw text format reserved; may gain structured hints later.
471-
${ns_query_text}= Run Process
471+
${meta_rels}= Run Process
472472
... ${STACKQL_MCP_CLIENT_EXE}
473473
... exec
474474
... \-\-client\-type\=http
@@ -489,7 +489,7 @@ MCP HTTPS List Methods Canonical
489489
MCP HTTPS Describe Table Canonical
490490
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
491491
# Future proofing: raw text format reserved; may gain structured hints later.
492-
${ns_query_text}= Run Process
492+
${meta_rels}= Run Process
493493
... ${STACKQL_MCP_CLIENT_EXE}
494494
... exec
495495
... \-\-client\-type\=http
@@ -509,7 +509,7 @@ MCP HTTPS Describe Table Canonical
509509
MCP HTTPS Server Validate Canonical
510510
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
511511
# Future proofing: raw text format reserved; may gain structured hints later.
512-
${ns_query_text}= Run Process
512+
${meta_rels}= Run Process
513513
... ${STACKQL_MCP_CLIENT_EXE}
514514
... exec
515515
... \-\-client\-type\=http
@@ -529,7 +529,7 @@ MCP HTTPS Server Validate Canonical
529529
MCP HTTPS Server Query Canonical
530530
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
531531
# Future proofing: raw text format reserved; may gain structured hints later.
532-
${ns_query_text}= Run Process
532+
${meta_rels}= Run Process
533533
... ${STACKQL_MCP_CLIENT_EXE}
534534
... exec
535535
... \-\-client\-type\=http
@@ -539,7 +539,7 @@ MCP HTTPS Server Query Canonical
539539
... \-\-exec.action
540540
... query_json_v2
541541
... \-\-exec.args
542-
... {"sql":"select * from google.storage.buckets where project = 'stackql-demo';"}
542+
... {"sql":"select * from google.storage.buckets where project \= 'stackql\-demo';"}
543543
... stdout=${CURDIR}${/}tmp${/}MCP-HTTPS-Query-canonical.txt
544544
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-Query-canonical-stderr.txt
545545
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}
@@ -549,7 +549,7 @@ MCP HTTPS Server Query Canonical
549549
MCP HTTPS Server Exec Query Canonical
550550
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
551551
# Future proofing: raw text format reserved; may gain structured hints later.
552-
${ns_query_text}= Run Process
552+
${meta_rels}= Run Process
553553
... ${STACKQL_MCP_CLIENT_EXE}
554554
... exec
555555
... \-\-client\-type\=http
@@ -559,7 +559,7 @@ MCP HTTPS Server Exec Query Canonical
559559
... \-\-exec.action
560560
... exec_query_json_v2
561561
... \-\-exec.args
562-
... {"sql":"delete from google.compute.firewalls where project = 'mutable-project' and firewall = 'deletable-firewall';"}
562+
... {"sql":"delete from google.compute.firewalls where project \= 'mutable\-project' and firewall \= 'deletable\-firewall';"}
563563
... stdout=${CURDIR}${/}tmp${/}MCP-HTTPS-Exec-Query-canonical.txt
564564
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-Exec-Query-canonical-stderr.txt
565565
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}

0 commit comments

Comments
 (0)