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

Add Deterministic Testing Infrastructure #398

Open
mikewcasale opened this issue Mar 1, 2024 · 0 comments · May be fixed by #399
Open

Add Deterministic Testing Infrastructure #398

mikewcasale opened this issue Mar 1, 2024 · 0 comments · May be fixed by #399
Assignees
Labels
enhancement New feature or request

Comments

@mikewcasale
Copy link
Contributor

Enhancement Description

  • Adds a deterministic testing infrastructure based on Tenderly testnets.

Rationale

  • Existing tests often fail randomly due to reliance on a mainnet web3 connection, and they fail to cover many real-world scenarios. Therefore, a reliable test matrix across networks, exchanges, tokens, and arb-modes would be hugely beneficial to avoid regressions.

Impact Analysis

  • Automated Tests: This is a massive enhancement to our automated tests.
  • Risks: Difficult to get coverage of the "default" runtime parameters which only fetch the last 1000-2000 blocks, so we should be aware that regressions specific to this could still occur.
  • Performance: Expected to increase the time required to run automated tests.
  • Monitoring: None
  • Logging: None
  • Documentation: Some new documentation should be included which is specific to running these tests.
@mikewcasale mikewcasale added the enhancement New feature or request label Mar 1, 2024
@mikewcasale mikewcasale self-assigned this Mar 1, 2024
@mikewcasale mikewcasale linked a pull request Mar 1, 2024 that will close this issue
@mikewcasale mikewcasale linked a pull request Mar 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant