Skip to content

Commit

Permalink
query float test asan (ydb-platform#8161)
Browse files Browse the repository at this point in the history
  • Loading branch information
StekPerepolnen authored and adameat committed Oct 1, 2024
1 parent e90fcb5 commit a5d56cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/viewer/viewer_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ Y_UNIT_TEST_SUITE(Viewer) {
"database": "/Root",
"action": "execute-script",
"syntax": "yql_v1",
"stats": "profile"
"stats": "none"
})json";
const TKeepAliveHttpClient::THttpCode statusCode = httpClient.DoPost("/viewer/query?timeout=600000&base64=false&schema=modern", requestBody, &responseStream, headers);
const TString response = responseStream.ReadAll();
Expand Down

0 comments on commit a5d56cd

Please sign in to comment.