Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele committed Jun 28, 2024
1 parent 908f902 commit b328641
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ deploy:
.PHONY: network-qbft
network-qbft:
docker compose up --wait -d qbft-testchain0 qbft-testchain1
sleep 5
docker exec -it e2e-qbft-testchain0-1 cat /proc/net/tcp
docker exec -it e2e-qbft-testchain1-1 cat /proc/net/tcp6

.PHONY: network-ibft2
network-ibft2:
Expand Down
20 changes: 10 additions & 10 deletions e2e/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ services:
ports:
- 8545:8545
- 8546:8546
healthcheck:
test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
interval: 100ms
timeout: 10s
retries: 1000
# healthcheck:
# test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
# interval: 100ms
# timeout: 10s
# retries: 1000
qbft-testchain1:
build: ./chains/qbft/chain1
ports:
- 8645:8545
- 8646:8546
healthcheck:
test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
interval: 100ms
timeout: 10s
retries: 1000
# healthcheck:
# test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
# interval: 100ms
# timeout: 10s
# retries: 1000

0 comments on commit b328641

Please sign in to comment.