-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
1
-
False
-
-
False
-
Not Selected
-
rhos-ops-day1day2-migrations
-
-
-
Team OS Migrate Sprint 14
-
1
The utils.go module has ~90% coverage but lacks tests for the GenRandom() function, which generates random strings for identifiers, socket names, and temporary files.
What needs to be tested:
- String length validation
- Charset validation (alphanumeric)
- Edge cases (length=0, length=1, length=1000)
- Basic randomness check (repeated calls produce different values)