Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/281#discussion_r139330806 --- 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 -- I've fixed this bug. Please take another look. After that, I will squash both commits into one.
---