Skip to content

localnet fallback

localnet fallback #355

GitHub Actions / Test Report succeeded Mar 15, 2024 in 0s

Test Report ✔️

Tests passed successfully

✔️ tests/Backdash.Tests/TestResults/test_result.xml

120 tests were completed in 4s with 120 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Backdash.Tests.Specs.Integration.Network.ProtocolMessageTests 2✔️ 469ms
Backdash.Tests.Specs.Integration.Network.UdpClientTests 4✔️ 636ms
Backdash.Tests.Specs.Unit.Data.ArrayTests 10✔️ 2s
Backdash.Tests.Specs.Unit.Input.CombinedInputsTests 1✔️ 68ms
Backdash.Tests.Specs.Unit.Input.InputEncoderTests 5✔️ 135ms
Backdash.Tests.Specs.Unit.Network.MessageSerializationTests 16✔️ 325ms
Backdash.Tests.Specs.Unit.Network.Protocol.ProtocolInputBufferTests 5✔️ 416ms
Backdash.Tests.Specs.Unit.Serialization.BinarySpanReadWriteSpanTests 12✔️ 544ms
Backdash.Tests.Specs.Unit.Serialization.BinarySpanReadWriteValueTests 19✔️ 202ms
Backdash.Tests.Specs.Unit.Serialization.BinarySpanReadWriteValueTests+ReadWriteBinaryIntegerTests 8✔️ 49ms
Backdash.Tests.Specs.Unit.Serialization.BinarySpanReadWriteValueTests+ReadWriteEnumTests 8✔️ 66ms
Backdash.Tests.Specs.Unit.Serialization.Encoding.DeltaXorRleTests 2✔️ 74ms
Backdash.Tests.Specs.Unit.Serialization.SerializersTests 20✔️ 1s
Backdash.Tests.Specs.Unit.Utils.JsonIPAddressConverterTests 4✔️ 138ms
Backdash.Tests.Specs.Unit.Utils.JsonIPEndpointConverterTests 4✔️ 139ms

✔️ Backdash.Tests.Specs.Integration.Network.ProtocolMessageTests

✔️ ReadWriteBufferOffset
✔️ SerializationAndDeserialization

✔️ Backdash.Tests.Specs.Integration.Network.UdpClientTests

✔️ ShouldProcessConcurrent
✔️ ShouldSend
✔️ ShouldSendAndReceive
✔️ ShouldSendReceiveBetween

✔️ Backdash.Tests.Specs.Unit.Data.ArrayTests

✔️ ChangeValue
✔️ CloneCompareFrame
✔️ CloneCompareIntegers
✔️ CloneCompareStrings
✔️ ComparingComplexHashCodes
✔️ ComparingIntHashCodes
✔️ ComparingInvariantHash
✔️ ComparingStringHashCodes
✔️ ComparingTwo
✔️ Enumeration

✔️ Backdash.Tests.Specs.Unit.Input.CombinedInputsTests

✔️ ShouldSerializeAndDeserializeGroupSamples

✔️ Backdash.Tests.Specs.Unit.Input.InputEncoderTests

✔️ CompressEmpty
✔️ ShouldCompressAndDecompress
✔️ ShouldCompressAndDecompressSample
✔️ ShouldCompressAndDecompressSample2
✔️ ShouldCompressAndDecompressSampleSkippingFrames

✔️ Backdash.Tests.Specs.Unit.Network.MessageSerializationTests

✔️ ConnectStatusOffset
✔️ ConnectStatusSerialize
✔️ HeaderOffset
✔️ HeaderSerialize
✔️ InputAckOffset
✔️ InputAckSerialize
✔️ InputMsgOffset
✔️ InputMsgSerialize
✔️ QualityReplyOffset
✔️ QualityReplySerialize
✔️ QualityReportOffset
✔️ QualityReportSerialize
✔️ SyncReplyOffset
✔️ SyncReplySerialize
✔️ SyncRequestOffset
✔️ SyncRequestSerialize

✔️ Backdash.Tests.Specs.Unit.Network.Protocol.ProtocolInputBufferTests

✔️ ShouldCompressMultipleBufferedInputs
✔️ ShouldHandleWhenMaxInputSizeReached
✔️ ShouldSendSingleInput
✔️ ShouldSkipAckedInputs
✔️ ValidateTestSampleSerialization

✔️ Backdash.Tests.Specs.Unit.Serialization.BinarySpanReadWriteSpanTests

✔️ SpanOBooleans
✔️ SpanOfByte
✔️ SpanOfChars
✔️ SpanOfInt
✔️ SpanOfInt128
✔️ SpanOfLong
✔️ SpanOfSByte
✔️ SpanOfShort
✔️ SpanOfUInt
✔️ SpanOfUInt128
✔️ SpanOfULong
✔️ SpanOfUShort

✔️ Backdash.Tests.Specs.Unit.Serialization.BinarySpanReadWriteValueTests

✔️ SingleBool
✔️ SingleByte
✔️ SingleChar
✔️ SingleDouble
✔️ SingleFloat
✔️ SingleHalf
✔️ SingleInt
✔️ SingleInt128
✔️ SingleIntU128
✔️ SingleLong
✔️ SingleQuaternion
✔️ SingleSByte
✔️ SingleShort
✔️ SingleUInt
✔️ SingleULong
✔️ SingleUShort
✔️ SingleVector2
✔️ SingleVector3
✔️ SingleVector4

✔️ Backdash.Tests.Specs.Unit.Serialization.BinarySpanReadWriteValueTests+ReadWriteBinaryIntegerTests

✔️ TestByte
✔️ TestInt
✔️ TestLong
✔️ TestSByte
✔️ TestShort
✔️ TestUInt
✔️ TestULong
✔️ TestUShort

✔️ Backdash.Tests.Specs.Unit.Serialization.BinarySpanReadWriteValueTests+ReadWriteEnumTests

✔️ TestByteEnum
✔️ TestIntEnum
✔️ TestLongEnum
✔️ TestSByteEnum
✔️ TestShortEnum
✔️ TestUIntEnum
✔️ TestULongEnum
✔️ TestUShortEnum

✔️ Backdash.Tests.Specs.Unit.Serialization.Encoding.DeltaXorRleTests

✔️ ShouldCompressAndDecompressSample
✔️ ShouldCompressedBeLessThenUncompressed

✔️ Backdash.Tests.Specs.Unit.Serialization.SerializersTests

✔️ ShouldSerializeByte
✔️ ShouldSerializeByteEnum
✔️ ShouldSerializeInt
✔️ ShouldSerializeInt128
✔️ ShouldSerializeIntEnum
✔️ ShouldSerializeIntU128
✔️ ShouldSerializeLong
✔️ ShouldSerializeLongEnum
✔️ ShouldSerializeMarshalStruct
✔️ ShouldSerializeSByte
✔️ ShouldSerializeSByteEnum
✔️ ShouldSerializeShort
✔️ ShouldSerializeShortEnum
✔️ ShouldSerializeSimpleStruct
✔️ ShouldSerializeUInt
✔️ ShouldSerializeUIntEnum
✔️ ShouldSerializeULong
✔️ ShouldSerializeULongEnum
✔️ ShouldSerializeUShort
✔️ ShouldSerializeUShortEnum

✔️ Backdash.Tests.Specs.Unit.Utils.JsonIPAddressConverterTests

✔️ ShouldParseIPv4
✔️ ShouldParseIPv6
✔️ ShouldSerializeIPv4
✔️ ShouldSerializeIPv6

✔️ Backdash.Tests.Specs.Unit.Utils.JsonIPEndpointConverterTests

✔️ ShouldParseIPv4
✔️ ShouldParseIPv6
✔️ ShouldSerializeIPv4
✔️ ShouldSerializeIPv6