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

Deterministic testing integration #397

Closed
wants to merge 40 commits into from

Conversation

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 marked this pull request as draft March 1, 2024 02:48
@mikewcasale mikewcasale closed this Mar 1, 2024
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 this pull request may close these issues.

3 participants