This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from f66dd42324 feat(plc4go/cbus): add more tracing, increase receive
timeout
new 17efa3969c test(plc4go): fix peek panic on to small buffer for test
transport
new 0bb3c38f9b test(plc4go/cbus): add test for message codec to check
message stitching
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
plc4go/internal/cbus/MessageCodec_test.go | 282 +++++++++++++++++++++
plc4go/spi/transports/test/Transport.go | 11 +-
.../apache/plc4x/java/cbus/RandomPackagesTest.java | 12 +
3 files changed, 304 insertions(+), 1 deletion(-)
create mode 100644 plc4go/internal/cbus/MessageCodec_test.go