Skip to content

Commit

Permalink
test doesn’t process requests on totallybusy processes obviously
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Oct 21, 2024
1 parent 6de82a7 commit 3b0605a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/cxx/Core/ApplicationPool/PoolTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,15 +467,6 @@ namespace tut {
ProcessPtr process4 = currentSession->getProcess()->shared_from_this();
currentSession.reset();
ensure_equals("(7)", process3, process4);

// Now that both processes are totally busy, next asyncGet()
// should select the process that has the lowest spawnTime.
pool->asyncGet(options, callback);
ensure_equals("(8)", number, 5);
SessionPtr session5 = currentSession;
ProcessPtr process5 = currentSession->getProcess()->shared_from_this();
currentSession.reset();
ensure_equals("(9)", process5, first_spawned_process);
}

TEST_METHOD(9) {
Expand Down

0 comments on commit 3b0605a

Please sign in to comment.