Skip to content

Commit

Permalink
fix plan
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Feb 1, 2024
1 parent 5bf6196 commit 148f76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tap/tests/set_testing-240-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ int main(int argc, char *argv[]) {
unsigned int p = queries * num_threads;
p *= 2; // number of algorithms
p *= rows_res.size(); // number of host groups
p += 2 + 2*num_threads*count*2 // number of connections (2 algorithms)
plan(p);

for (const auto& act_row : rows_res) {
Expand Down

0 comments on commit 148f76e

Please sign in to comment.