restatedev / sdk-java

Restate SDK for JVM Languages
https://restate.dev
MIT License
22 stars 4 forks source link

Introduce deterministic random #178

Closed slinkydeveloper closed 8 months ago

slinkydeveloper commented 9 months ago

Fix #155.

Please note that because the JDK UUID class doesn't have a way to specify a seed to its internal RNG, we can't use this Random instance to generate uuids. Perhaps we can re-iterate on this later by adding a method ourselves?

github-actions[bot] commented 9 months ago

Test Results

102 files  ±0  102 suites  ±0   10m 32s :stopwatch: -27s   93 tests ±0    93 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  232 runs  ±0  232 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 332895f1. ± Comparison against base commit baf72af8.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 9 months ago

Unit Test Results

  46 files  ±  0    46 suites  ±0   3m 45s :stopwatch: -4s 595 tests +18  588 :heavy_check_mark: +18  7 :zzz: ±0  0 :x: ±0  596 runs  +18  589 :heavy_check_mark: +18  7 :zzz: ±0  0 :x: ±0 

Results for commit 332895f1. ± Comparison against base commit baf72af8.

:recycle: This comment has been updated with latest results.