Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/281#discussion_r137808823 --- Diff: query_execution/tests/QueryManagerSingleNode_unittest.cpp --- @@ -730,122 +731,4 @@ TEST_F(QueryManagerTest, TwoNodesDAGPartiallyFilledBlocksTest) { EXPECT_TRUE(getOperatorFinishedStatus(id2)); } -TEST_F(QueryManagerTest, MultipleNodesNoOutputTest) { --- End diff -- Good point!
---