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

[RFC] Reasonable v3 e2e test suite #51

Open
sakulstra opened this issue Feb 6, 2023 · 0 comments
Open

[RFC] Reasonable v3 e2e test suite #51

sakulstra opened this issue Feb 6, 2023 · 0 comments

Comments

@sakulstra
Copy link
Collaborator

sakulstra commented Feb 6, 2023

While there is a end-to-end test suite included in the helpers, it's not quite reasonable.
Essentially we ported what we had on various v2 tests to v3, not considering how v3 changed.

The current test suite tries to:

  1. supply all assets, 100 each
  2. try to deposit 1M whatever and hope it's enough to variable borrow 10 of everything
  3. same as 2) but with stable borrows

At this time the tests are barely working on any networks, as supply/borrow caps and and even ceilings can prevent these tasks from being performed.

In addition to that there are currently various issues that might make sense for us to look into on foundry side:

I think it makes sense to think about how a reasonable e2e flow could look like and which properties we actually want to test & how to test them.

@sakulstra sakulstra changed the title [RFC] Reasonable e2e test suite [RFC] Reasonable v3 e2e test suite Feb 6, 2023
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

No branches or pull requests

1 participant