Skip to content

Commit

Permalink
[ADP-3305] Add monitoring and control to local cluster (#4563)
Browse files Browse the repository at this point in the history
- [x] Add HTTP readiness endpoint to local-cluster
- [x] Add HTTP endpoints to control the local-cluster execution, free
run or stepping


ADP-3305
  • Loading branch information
paolino authored May 2, 2024
2 parents a341ff5 + 70ee798 commit cdc59b9
Show file tree
Hide file tree
Showing 24 changed files with 2,058 additions and 231 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ test-output

## Membench uncompressed data
lib/wallet-benchmarks/data/membench-snapshot

## Local cluster swagger golden actual
lib/local-cluster/data/swagger.json.actual
211 changes: 0 additions & 211 deletions hie.yaml

This file was deleted.

6 changes: 5 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ local-cluster:
# run unit tests on a match
unit-tests-cabal-match match:
LOCAL_CLUSTER_CONFIGS=../../lib/local-cluster/test/data/cluster-configs \
cabal test cardano-wallet-unit:unit cardano-wallet-read:test -O0 -v0 \
cabal test \
local-cluster:test \
cardano-wallet-unit:unit \
cardano-wallet-read:test \
-O0 -v0 \
--test-options '--match="{{match}}"'

# run unit tests
Expand Down
Loading

0 comments on commit cdc59b9

Please sign in to comment.