Stream #ZX1/#YP1/#FS1 output is wacky compared to stream #UM0

Copying from discord:

Hi @rohitpaulk, the feedbacks from steam-6, steam-7 and steam-8 are somewhat wacky, but that from steam-9 looks nice.

Not sure whether it’s because I’ve done something wrong. In case it’s not, it might be better to clean up steam 6, 7, and 8.

I think I’ve found the discrepancy in the test code: "%q vs "%v.

logger.Successf("Received response: \"%q\"", string(respJSON)) vs. logger.Successf("Received response: \"%v\"", string(respJSON))

PR submitted.

1 Like

Thank you! Merged. We’ve got some issues with the tester deployment pipeline now that @ryan is looking into, should be deployed once that’s fixed!

1 Like

This should be deployed now!

1 Like

Note: I’ve updated the title of this post to include the stage ID (#ZX1). You can learn about the stages rename here: Upcoming change: Stages overhaul