[DOCS] Mute snippet tests for #75069 (#75237)

This commit is contained in:
James Rodewig 2021-07-12 09:50:18 -04:00 committed by GitHub
parent d9597da0ef
commit 75c585c0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -581,6 +581,7 @@ POST _sql?format=json
"fetch_size": 5
}
----
// TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
// TEST[setup:library]
// TEST[s/"wait_for_completion_timeout": "2s"/"wait_for_completion_timeout": "0"/]
@ -604,6 +605,7 @@ For CSV, TSV, and TXT responses, the API returns these values in the respective
"rows": [ ]
}
----
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
// TESTRESPONSE[s/FnR0TDhyWUVmUmVtWXRWZER4MXZiNFEad2F5UDk2ZVdTVHV1S0xDUy00SklUdzozMTU=/$body.id/]
// TESTRESPONSE[s/"is_partial": true/"is_partial": $body.is_partial/]
// TESTRESPONSE[s/"is_running": true/"is_running": $body.is_running/]
@ -630,6 +632,7 @@ complete results.
"completion_status": 200
}
----
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
// TESTRESPONSE[s/FnR0TDhyWUVmUmVtWXRWZER4MXZiNFEad2F5UDk2ZVdTVHV1S0xDUy00SklUdzozMTU=/$body.id/]
// TESTRESPONSE[s/"expiration_time_in_millis": 1611690295000/"expiration_time_in_millis": $body.expiration_time_in_millis/]
@ -661,6 +664,7 @@ POST _sql?format=json
"fetch_size": 5
}
----
// TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
// TEST[setup:library]
You can use the get async SQL search API's `keep_alive` parameter to later
@ -698,6 +702,7 @@ POST _sql?format=json
"fetch_size": 5
}
----
// TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
// TEST[setup:library]
If `is_partial` and `is_running` are `false`, the search was synchronous and
@ -714,6 +719,7 @@ returned complete results.
"cursor": ...
}
----
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
// TESTRESPONSE[s/Fnc5UllQdUVWU0NxRFNMbWxNYXplaFEaMUpYQ05oSkpTc3kwZ21EdC1tbFJXQTo0NzA=/$body.id/]
// TESTRESPONSE[s/"rows": \.\.\./"rows": $body.rows/]
// TESTRESPONSE[s/"columns": \.\.\./"columns": $body.columns/]