Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: proposal pre/post test steps #210

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

usmanmani1122
Copy link
Contributor

@usmanmani1122 usmanmani1122 commented Jan 1, 2025

closes: #xxxx

@agoric/synthetic-chain library

  • Added pre/post test steps support. This is needed to be able to run a follower in a separate container to monitor the chain under load
  • Enabled host network for the test container to allow communication between containers. We can also make a separate network bridge but the host network seems sufficient as we can assign different ports (than the default ones) to the follower
  • Added a file as volume mount from host to allow communication between containers without needing custom web servers in containers

A successful github action run using these changes:
https://github.com/Agoric/agoric-sdk/actions/runs/12596102473
agoric-sdk change can be seen here

@usmanmani1122 usmanmani1122 self-assigned this Jan 1, 2025
@usmanmani1122 usmanmani1122 changed the title hooks feat: proposal pre/post test steps Jan 3, 2025
@usmanmani1122 usmanmani1122 requested a review from mhofman January 3, 2025 12:57
@usmanmani1122 usmanmani1122 marked this pull request as ready for review January 3, 2025 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant