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