xk6-frostfs/internal
Ekaterina Lebedeva 3f67606f02 [#144] registry: Fix string generator func in obj info test
`rune` is alias for `int32`. `randString()` used `rand.Int()`
which returns system-specific non-negative integer number. For
64-bit systems it will be int64. An attempt to cast `int64` to
`int32` (`rune`) leads the latter to be a negative number in
case of overflow. This caused the resulting string containing
unexpected symbols.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-06-11 17:43:15 +03:00
..
datagen [#114] internal: Resolve linter issues 2024-01-12 19:29:16 +03:00
env [#11] Support reading env variables from file 2023-03-15 09:13:34 +03:00
local [#138] scenarios: Bump version for node, s3-gw, sdk-go, neo-go 2024-05-06 10:12:28 +03:00
logging [#9] logging: Make logger more functional 2023-02-28 14:18:53 +03:00
native [#140] native,s3: Do not set Success flag on hash mismatch 2024-05-30 14:00:17 +03:00
profile [#20] Add pprof extension with support for cpu and mem 2023-05-18 15:08:33 +00:00
registry [#144] registry: Fix string generator func in obj info test 2024-06-11 17:43:15 +03:00
s3 [#140] native,s3: Do not set Success flag on hash mismatch 2024-05-30 14:00:17 +03:00
s3local [#138] scenarios: Bump version for node, s3-gw, sdk-go, neo-go 2024-05-06 10:12:28 +03:00
stats [#119] metrics: Allow to add custom tags 2024-01-26 10:31:54 +03:00
version [#80] Add dump registry util 2023-07-19 15:57:39 +03:00