vinyl: tx_serial.test: do not append very long strings in lua.
Patch fb9c8b32 introduced generation of reproduce code and dump of it to the log. But the problem is that the code is initially generated in a big lua string using repeated concatenation in a loop. Such a use of lua strings is too vulnerable in terms of performance. Avoid repeated concatenation of lua string in tx_serial.test.
Loading
Please register or sign in to comment