-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move message result management to
PlannerClient
(#340)
* scheduler: move set/get messages to planner cli almost entirely * wip: not working * test working now * remove debug warning * nits: run clang format * planner-cli: add method to clear the cache * planner-cli: make method that queries the planner directly private * gh: bump version to capture new planner sync/async behaviour * tests: avoid setting the result for the same message more than once to avoid undefined behaviours * tests: add blocking time every time we set a function result to accomodate for its async behaviour
- Loading branch information
1 parent
b81cdaa
commit 9ece659
Showing
28 changed files
with
298 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FAABRIC_VERSION=0.6.0 | ||
FAABRIC_CLI_IMAGE=faasm.azurecr.io/faabric:0.6.0 | ||
FAABRIC_VERSION=0.6.1 | ||
FAABRIC_CLI_IMAGE=faasm.azurecr.io/faabric:0.6.1 | ||
COMPOSE_PROJECT_NAME=faabric-dev | ||
CONAN_CACHE_MOUNT_SOURCE=./conan-cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.0 | ||
0.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.