About Random testing for unreliable case #82
Answered
by
Pusnow
overflow218
asked this question in
[Project Q&A] 2. Transport Layer (TCP)
-
Dear TA |
Beta Was this translation helpful? Give feedback.
Answered by
Pusnow
May 4, 2022
Replies: 1 comment 1 reply
-
You can use environment variable to set $ RANDOM_SEED=1234 ./app/kens/test-kens-transfer-unreliable or $ export RANDOM_SEED=1234
$ ./app/kens/test-kens-transfer-unreliable
Yes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
overflow218
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use environment variable to set
RANDOM_SEED
.or
$ export RANDOM_SEED=1234 $ ./app/kens/test-kens-transfer-unreliable
Yes.