Skip to content

Commit

Permalink
Disable yt_native tests for now in parallel_for (ydb-platform#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstn authored Feb 19, 2024
1 parent 8faf055 commit ab26225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ydb/library/yql/tests/sql/sql2yql/canondata/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -18131,9 +18131,9 @@
],
"test_sql_format.test[action-parallel_for]": [
{
"checksum": "23888f0f4542b6ff32bcdabf9eb4e4d9",
"size": 231,
"uri": "https://{canondata_backend}/1924537/81ea882379cbb6d33045aa517e56bcd05fa3ec6b/resource.tar.gz#test_sql_format.test_action-parallel_for_/formatted.sql"
"checksum": "d7f5684a1d58cdfdefa9c8706efe6b0d",
"size": 248,
"uri": "https://{canondata_backend}/1777230/29e6546cefd22432f185891c6cd51b4feab1b172/resource.tar.gz#test_sql_format.test_action-parallel_for_/formatted.sql"
}
],
"test_sql_format.test[action-pass_action_as_param]": [
Expand Down
1 change: 1 addition & 0 deletions ydb/library/yql/tests/sql/suites/action/parallel_for.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* yt can not */
use plato;

evaluate parallel for $i in [1,2,1,2,1] do begin
Expand Down

0 comments on commit ab26225

Please sign in to comment.