Skip to content

About Random testing for unreliable case #82

Discussion options

You must be logged in to vote

You can use environment variable to set RANDOM_SEED.

$ RANDOM_SEED=1234 ./app/kens/test-kens-transfer-unreliable

or

$ export RANDOM_SEED=1234
$ ./app/kens/test-kens-transfer-unreliable

Is it enough to just change random seed in transfer.cpp to whatever I want random value?

Yes.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@overflow218
Comment options

Answer selected by overflow218
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants