Skip to content

Commit

Permalink
batch-tests: fix failing dist-change test
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Aug 2, 2023
1 parent 8b23255 commit 1429874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test/batch-scheduler/test_batch_scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ TEST_CASE_METHOD(ConfFixture,
{
auto decisionPtr =
std::make_shared<faabric::util::SchedulingDecision>(ber->appid(), 0);
ber->set_type(BatchExecuteRequest_BatchExecuteType_MIGRATION);
inFlightReqs[ber->appid()] = std::make_pair(ber, decisionPtr);
expectedDecisionType = DecisionType::DIST_CHANGE;
}
Expand Down

0 comments on commit 1429874

Please sign in to comment.