From e8bfb3f52839ec3e48ea005a436431a1130b2004 Mon Sep 17 00:00:00 2001 From: Christian Kern Date: Fri, 22 May 2015 13:42:54 +0200 Subject: [PATCH] Removed hot-fix for failing dataflow tests (as pool is working correctly now) --- dataflow_cpp/test/dataflow_cpp_test_simple.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dataflow_cpp/test/dataflow_cpp_test_simple.cc b/dataflow_cpp/test/dataflow_cpp_test_simple.cc index 78af07c..499e6df 100644 --- a/dataflow_cpp/test/dataflow_cpp_test_simple.cc +++ b/dataflow_cpp/test/dataflow_cpp_test_simple.cc @@ -156,9 +156,7 @@ void SimpleTest::TestBasic() { core_set, 1024, // max tasks (default: 1024) 128, // max groups (default: 128) - // Currently needs to be initialized - // with (max_queues + 1), see defect embb449 - num_cores + 1, // max queues (default: 16) + num_cores, // max queues (default: 16) 1024, // queue capacity (default: 1024) 4); // num priorities (default: 4) -- libgit2 0.26.0