Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
Quality Assurance
-
Low Hanging Fruit
-
All
-
None
-
Description
When the test finds a issue and attempts to shrink, a ton of garbage is generated which cause the test to then fail with GC issues. Since the test is a quick theories test, we can rewrite the generates to reuse memory rather than creating new objects for each iteration. This will also let us move away from String which requires multiple copies in the test and gets rid of the getBytes() call which is dependent on the system its called on.
Attachments
Issue Links
- links to