Closed jhidding closed 6 years ago
Further analysis shows that the error is triggered when output happens to both stderr
and stdout
. Sometimes when output is expected at stdout
, I receive output on stderr
containing the last chunk that was sent to stderr
. The output that was sent to stdout
is then dropped. This leads me to suspect that this is a bug in Xenon-GRPC rather than Xenon itself.
fixed in xenon-grpc
I found this bug from using PyXenon, but I don't know where in the Xenon stack this bug resides (either Xenon or Xenon-GRPC). A way to test this could be by running
cat
interactively on Moby-Dick a thousand times anddiff
ing the results.