Skip to content

Commit

Permalink
Delete non-working unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jepett0 committed Oct 14, 2024
1 parent d6cb748 commit ee00dd5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ydb/core/kqp/ut/view/view_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,23 +265,6 @@ Y_UNIT_TEST_SUITE(TKQPViewTest) {
);
ExecuteQuery(session, creationQuery);
}
{
// evaluated expression
const TString creationQuery = std::format(R"(
$lambda = ($x) -> {{
RETURN CAST($x as String)
}};
$value = $lambda(true);
CREATE VIEW {} WITH security_invoker = $value AS {};
DROP VIEW {};
)",
path,
query,
path
);
ExecuteQuery(session, creationQuery);
}
}

Y_UNIT_TEST(ListCreatedView) {
Expand Down

0 comments on commit ee00dd5

Please sign in to comment.