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 e2e tests for Indexed DB #875

Open
l-monninger opened this issue Nov 20, 2024 · 0 comments
Open

Add e2e tests for Indexed DB #875

l-monninger opened this issue Nov 20, 2024 · 0 comments
Labels

Comments

@l-monninger
Copy link
Collaborator

Summary

Currently, the Indexed DB does not have any e2e tests. There are several complications which have seen these added and removed, but which should resolvable going forward:

  • Until Bridge Mvt -> Eth transfer e2e Test #690, local testing had of the bridge had been broken.
  • We would want to use sqlite with a :memory: connection type. However, the generics for different diesel::Connection are very difficult to work with.
  • sqlite and postgres do not support the same fields or query types out of the box.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant