frostdb icon indicating copy to clipboard operation
frostdb copied to clipboard

dst: add deterministic simulation test

Open asubiotto opened this issue 1 year ago • 0 comments

Running this test by itself is just a normal integration test. To run this test deterministically use POLARSIGNALS_RANDOM_SEED, the WASM build target, and github.com/asubiotto/go. For now, only the test is checked in to reduce the change surface area and is skipped if POLARSIGNALS_RANDOM_SEED is not specified.

There are still a couple of bugs to fix (#864 is the first PR here, and one of the commits in this PR contains another fix), so adding the running of this test to CI is still future work.

The idea is to merge this test as-is even though it is not final to provide a base to build on and fix bugs.

asubiotto avatar May 16 '24 10:05 asubiotto