Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge branch '3733-CI-Stmgr-Unittest-dev' into 3733-CI-Stmgr-Unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
surahman committed Nov 14, 2021
2 parents 5fa6c99 + be6ee30 commit c913ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heron/stmgr/tests/cpp/server/stmgr_unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1346,8 +1346,8 @@ TEST(StMgr, test_back_pressure_stmgr_reconnect) {
common.topology_name_ = "mytopology";
common.topology_id_ = "abcd-9999";
common.setNumStmgrs(2);
common.num_spouts_ = 2;
common.num_spout_instances_ = 1;
common.num_spouts_ = 4;
common.num_spout_instances_ = 4;
common.num_bolts_ = 2;
common.num_bolt_instances_ = 1;
common.grouping_ = heron::proto::api::SHUFFLE;
Expand Down

0 comments on commit c913ab0

Please sign in to comment.