@@ -581,6 +581,7 @@ POST _sql?format=json
581
581
"fetch_size": 5
582
582
}
583
583
----
584
+ // TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
584
585
// TEST[setup:library]
585
586
// TEST[s/"wait_for_completion_timeout": "2s"/"wait_for_completion_timeout": "0"/]
586
587
@@ -604,6 +605,7 @@ For CSV, TSV, and TXT responses, the API returns these values in the respective
604
605
"rows": [ ]
605
606
}
606
607
----
608
+ // TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
607
609
// TESTRESPONSE[s/FnR0TDhyWUVmUmVtWXRWZER4MXZiNFEad2F5UDk2ZVdTVHV1S0xDUy00SklUdzozMTU=/$body.id/]
608
610
// TESTRESPONSE[s/"is_partial": true/"is_partial": $body.is_partial/]
609
611
// TESTRESPONSE[s/"is_running": true/"is_running": $body.is_running/]
@@ -630,6 +632,7 @@ complete results.
630
632
"completion_status": 200
631
633
}
632
634
----
635
+ // TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
633
636
// TESTRESPONSE[s/FnR0TDhyWUVmUmVtWXRWZER4MXZiNFEad2F5UDk2ZVdTVHV1S0xDUy00SklUdzozMTU=/$body.id/]
634
637
// TESTRESPONSE[s/"expiration_time_in_millis": 1611690295000/"expiration_time_in_millis": $body.expiration_time_in_millis/]
635
638
@@ -661,6 +664,7 @@ POST _sql?format=json
661
664
"fetch_size": 5
662
665
}
663
666
----
667
+ // TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
664
668
// TEST[setup:library]
665
669
666
670
You can use the get async SQL search API's `keep_alive` parameter to later
@@ -698,6 +702,7 @@ POST _sql?format=json
698
702
"fetch_size": 5
699
703
}
700
704
----
705
+ // TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
701
706
// TEST[setup:library]
702
707
703
708
If `is_partial` and `is_running` are `false`, the search was synchronous and
@@ -714,6 +719,7 @@ returned complete results.
714
719
"cursor": ...
715
720
}
716
721
----
722
+ // TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
717
723
// TESTRESPONSE[s/Fnc5UllQdUVWU0NxRFNMbWxNYXplaFEaMUpYQ05oSkpTc3kwZ21EdC1tbFJXQTo0NzA=/$body.id/]
718
724
// TESTRESPONSE[s/"rows": \.\.\./"rows": $body.rows/]
719
725
// TESTRESPONSE[s/"columns": \.\.\./"columns": $body.columns/]
0 commit comments