TestJetStreamClusterParallelStreamCreation called c.waitOnServerCurrent(nl) whereas it should've called c.waitOnStreamCurrent(nl, globalAccountName, "TEST"). So it waits for the stream to be current, and not just the meta layer.
Also slightly extended logging where we'd only print "Expected no errors, got 1". Now also logging the first received error to give more context what went wrong.
TestJetStreamClusterParallelStreamCreation
calledc.waitOnServerCurrent(nl)
whereas it should've calledc.waitOnStreamCurrent(nl, globalAccountName, "TEST")
. So it waits for the stream to be current, and not just the meta layer.Also slightly extended logging where we'd only print
"Expected no errors, got 1"
. Now also logging the first received error to give more context what went wrong.Signed-off-by: Maurice van Veen github@mauricevanveen.com