Skip to content

Commit

Permalink
Use offline-close to speed up integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Jun 6, 2023
1 parent b060996 commit f1fdaf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions services/horizon/docker/core-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [ "$1" = "standalone" ]; then
pushd ./history/vs/
python3 -m http.server 1570 &
popd
stellar-core --conf stellar-core.cfg offline-close 64
fi

exec stellar-core run
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
# Note: Please keep the image pinned to an immutable tag matching the Captive Core version.
# This avoid implicit updates which break compatibility between
# the Core container and captive core.
image: ${CORE_IMAGE:-stellar/stellar-core:19.5.0-1108.ca2fb0605.focal}
image: ${CORE_IMAGE:-stellar/stellar-core:19.11.0-1323.7fb6d5e88.focal}
depends_on:
- core-postgres
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion services/horizon/docker/docker-compose.standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:

core:
platform: linux/amd64
image: ${CORE_IMAGE:-stellar/stellar-core:18}
image: ${CORE_IMAGE:-stellar/stellar-core:19.11.0-1323.7fb6d5e88.focal}
depends_on:
- core-postgres
- core-upgrade
Expand Down

0 comments on commit f1fdaf4

Please sign in to comment.