Dan Smith | 8663655 | 2021-01-14 12:43:29 -0800 | [diff] [blame] | 1 | --- |
2 | upgrade: | ||||
3 | - | | ||||
4 | The ``tempest.lib.common.utils.data_utils.random_bytes()`` helper | ||||
5 | function will no longer allow a ``size`` of more than 1MiB. Tests | ||||
6 | generally do not need to generate and use large payloads for | ||||
7 | feature verification and it is easy to lose track of and duplicate | ||||
8 | large buffers. The sum total of such errors can become problematic | ||||
9 | in paralllelized and constrained CI environments. |