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: antithesis integration #445

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

leovct
Copy link
Member

@leovct leovct commented Jan 20, 2025

Description

Integrate Antithesis inside our package.

  • Identify our package dependencies (and their dependencies):
    • ethereum-package
    • optimism-package
    • Xavier's blockscout package (won't be used when testing with Antithesis)
    • Kurtosis's prometheus and grafana packages (won't be used)
  • Create a config image with all the dependencies.
  • Create a workflow to build and push the config image to the Antithesis registry. Here is an example of a successful docker build and push on my fork.
  • Create a workflow to trigger Antithesis tests.
  • Validate that everything works!

Current Status: The config image has been pushed but we're unable to trigger the tests from the CI because we are missing some credentials (ANTITHESIS_USERNAME and ANTITHESIS_PASSWORD). We need them to test the config image.

References (if applicable)

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.

2 participants