You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test.RdFramework.SocketWireTest.TestDisconnect test may fail because it expects to receive 1, 2, 3, 4, 5, 6 in RdSignal on server side, but due to asynchronous acknowledgement some values may be duplicated when connection dropped before server acknowledge received values.
Maybe it is expected behavior for RdSignal, but not sure that for RdProperty too. Currently, test fails even with RdProperty (but not with RdList, so I added the similar test with RdList)
The text was updated successfully, but these errors were encountered:
Just for now RdProperty accepts all values (if it is not master) regardless of version. So, in case when several different values are set one after another (but not their ACK) and connection is reset, these values are re-sent and accepted by the host RdProperty again. Not sure for version control of RdList and RdMap and RdCall.
Test.RdFramework.SocketWireTest.TestDisconnect
test may fail because it expects to receive1, 2, 3, 4, 5, 6
inRdSignal
on server side, but due to asynchronous acknowledgement some values may be duplicated when connection dropped before server acknowledge received values.Maybe it is expected behavior for
RdSignal
, but not sure that forRdProperty
too. Currently, test fails even withRdProperty
(but not withRdList
, so I added the similar test withRdList
)The text was updated successfully, but these errors were encountered: