Rigorous Store Testing and Benchmarking #9925
robert-zaremba
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Let's leverage property tests for this. There are lots of invariants we can define. And we can do state machine testing too using the existing store and mem-db's as models. |
Beta Was this translation helpful? Give feedback.
2 replies
-
For crash tests I was thinking about a stochastic or genetic process which will try to find slow paths. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need more insights about store to know more about:
store
andstore/v2
)In the scope of this (without any order or priority):
Ideally, these tests and benchmarks should be done on the store (commit store?) to be able to test the current (Stargate) implementation and the upcoming ADR-40 one.
Beta Was this translation helpful? Give feedback.
All reactions