You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our end-to-end test suite depends on the specific state of certain pools on the Holesky testnet. This poses a significant challenge for external users who wish to replicate these tests, as they lack access to the necessary tokens within these pools. Granting them access would allow them to modify the pool balances, potentially invalidating the assumptions upon which our tests are based.
As a result, replicating the end-to-end tests requires users to not only deploy their own tokens but also recreate the entire pool environment, including adapters and routers. This process is excessively complex and presents an unreasonable barrier to entry for those wishing to verify our results.
This dependency on specific pool states highlights a lack of reliability and replicability in our current testing setup. We should investigate ways to make our end-to-end tests more self-contained and independent of external factors.
The text was updated successfully, but these errors were encountered:
Currently, our end-to-end test suite depends on the specific state of certain pools on the Holesky testnet. This poses a significant challenge for external users who wish to replicate these tests, as they lack access to the necessary tokens within these pools. Granting them access would allow them to modify the pool balances, potentially invalidating the assumptions upon which our tests are based.
As a result, replicating the end-to-end tests requires users to not only deploy their own tokens but also recreate the entire pool environment, including adapters and routers. This process is excessively complex and presents an unreasonable barrier to entry for those wishing to verify our results.
This dependency on specific pool states highlights a lack of reliability and replicability in our current testing setup. We should investigate ways to make our end-to-end tests more self-contained and independent of external factors.
The text was updated successfully, but these errors were encountered: