Skip to content

Commit

Permalink
index_scan test condition added
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeSmokingJacket committed Nov 20, 2024
1 parent 74c2a6a commit 33c7908
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ TEST_CASE("operator::index::delete_and_update") {
delete_.set_children(
boost::intrusive_ptr(new index_scan(d(collection), cond, components::ql::limit_t::unlimit())));
delete_.on_execute(&pipeline_context);
REQUIRE(delete_.modified()->size() == 40);

index_scan scan(d(collection), cond_check, components::ql::limit_t::unlimit());
scan.on_execute(&pipeline_context_check);
Expand Down

0 comments on commit 33c7908

Please sign in to comment.