You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Credit based output tests send data to the 'test_echo'
command in small chunks. If the system is slow, this data
could be read by 'test_echo' in multiple chunks, therefore leading
to errant newlines in the output.
Solution: Update credit based tests to not output newlines.
Fixes#7311
0 commit comments