blob: 42322e4001a5b97144a5c3e25b7165c334085ee6 [file] [log] [blame]
Dan Smith86636552021-01-14 12:43:29 -08001---
2upgrade:
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.