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 ea12846112 feat: update vendors new e9d705a359 chore(build/plc4go): fixed env name [skip ci] new 430655fdf9 refactor(plc4go/spi): move worker starting into a own method new 0b8d779cd0 test(plc4go): ensure testContext is created in the context of the right test The 3 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: .github/workflows/go-platform.yml | 2 +- plc4go/internal/cbus/Browser_test.go | 39 +++--- plc4go/internal/cbus/Connection_test.go | 87 ++++++------ plc4go/internal/cbus/Discoverer_test.go | 2 +- plc4go/internal/cbus/Driver_test.go | 10 +- plc4go/internal/cbus/Reader_test.go | 65 +++++---- plc4go/internal/cbus/Writer_test.go | 16 ++- plc4go/pkg/api/driverManager_test.go | 58 ++++---- plc4go/spi/default/DefaultBrowser_test.go | 8 +- plc4go/spi/default/DefaultCodec.go | 20 +-- plc4go/spi/default/DefaultCodec_test.go | 154 ++++++++++++--------- plc4go/spi/default/DefaultConnection_test.go | 92 ++++++------ plc4go/spi/default/DefaultDriver_test.go | 64 ++++----- .../SingleItemRequestInterceptor_test.go | 86 ++++++------ plc4go/spi/model/DefaultPlcBrowseRequest_test.go | 96 ++++++------- plc4go/spi/model/DefaultPlcReadRequest_test.go | 48 +++---- .../model/DefaultPlcSubscriptionRequest_test.go | 48 +++---- .../model/DefaultPlcSubscriptionResponse_test.go | 14 +- plc4go/spi/model/DefaultPlcWriteRequest_test.go | 50 +++---- plc4go/spi/testutils/TestUtils.go | 2 +- plc4go/spi/transactions/RequestTransaction_test.go | 12 +- .../spi/transports/pcap/TransportInstance_test.go | 8 +- .../utils/DefaultBufferedTransportInstance_test.go | 98 ++++++------- plc4go/spi/utils/WriteBufferByteBased_test.go | 16 +-- plc4go/spi/values/PlcValueHandler_test.go | 74 +++++----- 25 files changed, 620 insertions(+), 549 deletions(-)