Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
set statement in copy_test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmwnshn committed Jun 12, 2018
1 parent 6787337 commit bd5ac57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/executor/copy_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ TEST_F(CopyTests, Copying) {
std::vector<ResultValue> result;

TestingSQLUtil::counter_.store(1);
traffic_cop.SetStatement(statement);
executor::ExecutionResult status = traffic_cop.ExecuteHelper(
statement->GetPlanTree(), params, result, result_format);

Expand Down

0 comments on commit bd5ac57

Please sign in to comment.