Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin/bitcoin#31317: test: Revert to random path element
faaaf59 test: Make g_rng_temp_path rand, not dependent on SeedRandomForTest (MarcoFalke) fa80b08 test: Revert to random path element (MarcoFalke) Pull request description: The randomness in the path element is required to allow a single fuzz test to run in parallel. Previous releases used a uint256 random value, but 10 random bytes should be sufficient as well, while avoiding a `MAX_PATH` violation on Windows. The issue was introduced by myself, by suggesting to use the current time in bitcoin/bitcoin#31000 (comment). ACKs for top commit: kevkevinpal: reACK bitcoin/bitcoin@faaaf59 hodlinator: ACK faaaf59 tdb3: re ACK faaaf59 dergoegge: ACK faaaf59 Tree-SHA512: f12256c8b353618291030f71bf36eab97a25ffeaa28e36a5f2c6718dfc1fbbc8548c71475edec53d59026f2a779a05778db83f0530dd3e1d1faf6e4fc0ee7d70
- Loading branch information