From: Jean Privat Date: Thu, 26 May 2016 13:06:47 +0000 (-0400) Subject: Merge: Less randomness and race conditions in tests X-Git-Url: http://nitlanguage.org Merge: Less randomness and race conditions in tests Parallel executions can cause some race collisions on named resources (e.g. DB table names). To solve this issue, `tests.sh` and `nitunit` initialize `NIT_TESTING_ID` with a distinct integer identifier that can be used to give unique names to resources. `rand` is not a recommended way to get a distinct identifier because its randomness is disabled by default. Pull-Request: #2129 Reviewed-by: Alexis Laferrière --- a00df2859a9367fa71fe562d3d698020edf93c7b