Skip to content

[feature] Improve JSON performance #1208

[feature] Improve JSON performance

[feature] Improve JSON performance #1208

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Report: osx-x64 failed Nov 16, 2023 in 1s

Test Report: osx-x64 ❌

Tests failed

Report Passed Failed Skipped Time
TestResults/net462/test-results.trx 253✅ 17❌ 2⚪ 704s
TestResults/net47/test-results.trx 252✅ 18❌ 2⚪ 657s
TestResults/net471/test-results.trx 267✅ 3❌ 2⚪ 221s
TestResults/net472/test-results.trx 253✅ 17❌ 2⚪ 663s
TestResults/net48/test-results.trx 252✅ 18❌ 2⚪ 665s
TestResults/net6.0/test-results.trx 88✅ 2❌ 143s
TestResults/net7.0/test-results.trx 88✅ 2❌ 148s
TestResults/net8.0/test-results.trx 88✅ 2❌ 142s

❌ TestResults/net462/test-results.trx

272 tests were completed in 704s with 253 passed, 17 failed and 2 skipped.

Test suite Passed Failed Skipped Time
OpenDDSharp.UnitTest.CodeGeneratorJsonWrapperTest 18✅ 37s
OpenDDSharp.UnitTest.ContentFilteredTopicTest 3✅ 70ms
OpenDDSharp.UnitTest.DataReaderListenerTest 7✅ 14s
OpenDDSharp.UnitTest.DataReaderTest 29✅ 57s
OpenDDSharp.UnitTest.DataWriterListenerTest 4✅ 4s
OpenDDSharp.UnitTest.DataWriterTest 20✅ 22s
OpenDDSharp.UnitTest.DomainParticipantFactoryTest 8✅ 180ms
OpenDDSharp.UnitTest.DomainParticipantListenerTest 12✅ 1❌ 30s
OpenDDSharp.UnitTest.DomainParticipantTest 40✅ 15s
OpenDDSharp.UnitTest.InfoRepoDiscoveryTest 3✅ 1ms
OpenDDSharp.UnitTest.InstanceHandleTest 1✅ 1ms
OpenDDSharp.UnitTest.MulticastInstTest 2✅ 68ms
OpenDDSharp.UnitTest.MultiTopicTest 3✅ 147ms
OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest 5✅ 5❌ 162s
OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest 10❌ 317s
OpenDDSharp.UnitTest.PublisherListenerTest 4✅ 4s
OpenDDSharp.UnitTest.PublisherTest 15✅ 1⚪ 3s
OpenDDSharp.UnitTest.QueryConditionTest 3✅ 174ms
OpenDDSharp.UnitTest.RtpsDiscoveryTest 3✅ 10ms
OpenDDSharp.UnitTest.RtpsUdpInstTest 2✅ 83ms
OpenDDSharp.UnitTest.ShmemInstTest 2✅ 83ms
OpenDDSharp.UnitTest.SubscriberListenerTest 8✅ 22s
OpenDDSharp.UnitTest.SubscriberTest 15✅ 1⚪ 1s
OpenDDSharp.UnitTest.SubscriptionBuiltinTopicDataDataReaderTest 10✅ 5s
OpenDDSharp.UnitTest.TcpInstTest 2✅ 81ms
OpenDDSharp.UnitTest.TopicBuiltinTopicDataDataReaderTest 10✅ 612ms
OpenDDSharp.UnitTest.TopicListenerTest 1✅ 446ms
OpenDDSharp.UnitTest.TopicTest 7✅ 411ms
OpenDDSharp.UnitTest.TransportRegistryTest 10✅ 58ms
OpenDDSharp.UnitTest.UdpInstTest 2✅ 97ms
OpenDDSharp.UnitTest.WaitSetTest 4✅ 1❌ 641ms

❌ OpenDDSharp.UnitTest.DomainParticipantListenerTest

✅ TestOnDataAvailable
✅ TestOnDataOnReaders
❌ TestOnInconsistentTopic
	Assert.IsTrue failed. 
✅ TestOnLivelinessChanged
✅ TestOnLivelinessLost
✅ TestOnOfferedDeadlineMissed
✅ TestOnOfferedIncompatibleQos
✅ TestOnPublicationMatched
✅ TestOnRequestedDeadlineMissed
✅ TestOnRequestedIncompatibleQos
✅ TestOnSampleLost
✅ TestOnSampleRejected
✅ TestOnSubscriptionMatched

❌ OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest

❌ TestGetKeyValue
	Assert.IsTrue failed. 
❌ TestLookupInstance
	Assert.IsTrue failed. 
✅ TestRead
✅ TestReadInstance
✅ TestReadNextInstance
❌ TestReadNextSample
	Assert.IsTrue failed. 
✅ TestTake
✅ TestTakeInstance
❌ TestTakeNextInstance
	Assert.IsTrue failed. 
❌ TestTakeNextSample
	Assert.IsTrue failed. 

❌ OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest

❌ TestGetKeyValue
	Assert.IsTrue failed. 
❌ TestLookupInstance
	Assert.IsTrue failed. 
❌ TestRead
	Assert.IsTrue failed. 
❌ TestReadInstance
	Assert.IsTrue failed. 
❌ TestReadNextInstance
	Assert.IsTrue failed. 
❌ TestReadNextSample
	Assert.IsTrue failed. 
❌ TestTake
	Assert.IsTrue failed. 
❌ TestTakeInstance
	Assert.IsTrue failed. 
❌ TestTakeNextInstance
	Assert.IsTrue failed. 
❌ TestTakeNextSample
	Assert.IsTrue failed. 

❌ OpenDDSharp.UnitTest.WaitSetTest

✅ TestAttachCondition
✅ TestDetachCondition
❌ TestDetachConditions
	Assembly Cleanup method AssemblyInitializer.AssemblyCleanup failed. Error Message: Assert.AreEqual failed. Expected:<Ok>. Actual:<PreconditionNotMet>. . StackTrace:   at OpenDDSharp.UnitTest.AssemblyInitializer.AssemblyCleanup () [0x00055] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
	  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
	  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 
	
✅ TestGetConditions
✅ TestWait

❌ TestResults/net47/test-results.trx

272 tests were completed in 657s with 252 passed, 18 failed and 2 skipped.

Test suite Passed Failed Skipped Time
OpenDDSharp.UnitTest.CodeGeneratorJsonWrapperTest 18✅ 37s
OpenDDSharp.UnitTest.ContentFilteredTopicTest 3✅ 36ms
OpenDDSharp.UnitTest.DataReaderListenerTest 7✅ 15s
OpenDDSharp.UnitTest.DataReaderTest 29✅ 58s
OpenDDSharp.UnitTest.DataWriterListenerTest 4✅ 4s
OpenDDSharp.UnitTest.DataWriterTest 19✅ 1❌ 15s
OpenDDSharp.UnitTest.DomainParticipantFactoryTest 8✅ 132ms
OpenDDSharp.UnitTest.DomainParticipantListenerTest 11✅ 2❌ 27s
OpenDDSharp.UnitTest.DomainParticipantTest 40✅ 13s
OpenDDSharp.UnitTest.InfoRepoDiscoveryTest 3✅ 1ms
OpenDDSharp.UnitTest.InstanceHandleTest 1✅ 1ms
OpenDDSharp.UnitTest.MulticastInstTest 2✅ 34ms
OpenDDSharp.UnitTest.MultiTopicTest 3✅ 109ms
OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest 6✅ 4❌ 129s
OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest 10❌ 314s
OpenDDSharp.UnitTest.PublisherListenerTest 4✅ 3s
OpenDDSharp.UnitTest.PublisherTest 15✅ 1⚪ 4s
OpenDDSharp.UnitTest.QueryConditionTest 3✅ 176ms
OpenDDSharp.UnitTest.RtpsDiscoveryTest 3✅ 15ms
OpenDDSharp.UnitTest.RtpsUdpInstTest 2✅ 86ms
OpenDDSharp.UnitTest.ShmemInstTest 2✅ 82ms
OpenDDSharp.UnitTest.SubscriberListenerTest 8✅ 22s
OpenDDSharp.UnitTest.SubscriberTest 15✅ 1⚪ 1s
OpenDDSharp.UnitTest.SubscriptionBuiltinTopicDataDataReaderTest 10✅ 5s
OpenDDSharp.UnitTest.TcpInstTest 2✅ 73ms
OpenDDSharp.UnitTest.TopicBuiltinTopicDataDataReaderTest 10✅ 875ms
OpenDDSharp.UnitTest.TopicListenerTest 1✅ 2s
OpenDDSharp.UnitTest.TopicTest 7✅ 484ms
OpenDDSharp.UnitTest.TransportRegistryTest 10✅ 67ms
OpenDDSharp.UnitTest.UdpInstTest 2✅ 97ms
OpenDDSharp.UnitTest.WaitSetTest 4✅ 1❌ 502ms

❌ OpenDDSharp.UnitTest.DataWriterTest

✅ TestAssertLiveliness
✅ TestDispose
✅ TestGetKeyValue
✅ TestGetListener
✅ TestGetLivelinessLostStatus
✅ TestGetMatchedSubscriptionData
✅ TestGetMatchedSubscriptions
✅ TestGetOfferedDeadlineMissedStatus
✅ TestGetOfferedIncompatibleQosStatus
✅ TestGetPublicationMatchedStatus
✅ TestGetQos
✅ TestLookupInstance
✅ TestNewDataWriterQos
✅ TestProperties
✅ TestRegisterInstance
✅ TestSetListener
✅ TestSetQos
✅ TestUnregisterInstance
❌ TestWaitForAcknowledgments
	Assert.IsTrue failed. 
✅ TestWrite

❌ OpenDDSharp.UnitTest.DomainParticipantListenerTest

❌ TestOnDataAvailable
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 
❌ TestOnDataOnReaders
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 
✅ TestOnInconsistentTopic
✅ TestOnLivelinessChanged
✅ TestOnLivelinessLost
✅ TestOnOfferedDeadlineMissed
✅ TestOnOfferedIncompatibleQos
✅ TestOnPublicationMatched
✅ TestOnRequestedDeadlineMissed
✅ TestOnRequestedIncompatibleQos
✅ TestOnSampleLost
✅ TestOnSampleRejected
✅ TestOnSubscriptionMatched

❌ OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest

❌ TestGetKeyValue
	Assert.IsTrue failed. 
❌ TestLookupInstance
	Assert.IsTrue failed. 
✅ TestRead
✅ TestReadInstance
✅ TestReadNextInstance
❌ TestReadNextSample
	Assert.IsTrue failed. 
✅ TestTake
✅ TestTakeInstance
✅ TestTakeNextInstance
❌ TestTakeNextSample
	Assert.IsTrue failed. 

❌ OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest

❌ TestGetKeyValue
	Assert.IsTrue failed. 
❌ TestLookupInstance
	Assert.IsTrue failed. 
❌ TestRead
	Assert.IsTrue failed. 
❌ TestReadInstance
	Assert.IsTrue failed. 
❌ TestReadNextInstance
	Assert.IsTrue failed. 
❌ TestReadNextSample
	Assert.IsTrue failed. 
❌ TestTake
	Assert.IsTrue failed. 
❌ TestTakeInstance
	Assert.IsTrue failed. 
❌ TestTakeNextInstance
	Assert.IsTrue failed. 
❌ TestTakeNextSample
	Assert.IsTrue failed. 

❌ OpenDDSharp.UnitTest.WaitSetTest

✅ TestAttachCondition
✅ TestDetachCondition
❌ TestDetachConditions
	Assembly Cleanup method AssemblyInitializer.AssemblyCleanup failed. Error Message: Assert.AreEqual failed. Expected:<Ok>. Actual:<PreconditionNotMet>. . StackTrace:   at OpenDDSharp.UnitTest.AssemblyInitializer.AssemblyCleanup () [0x00055] in <a38cce9e2fc84cb98582df39fc5bbfba>:0 
	  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
	  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 
	
✅ TestGetConditions
✅ TestWait

❌ TestResults/net471/test-results.trx

272 tests were completed in 221s with 267 passed, 3 failed and 2 skipped.

Test suite Passed Failed Skipped Time
OpenDDSharp.UnitTest.CodeGeneratorJsonWrapperTest 18✅ 38s
OpenDDSharp.UnitTest.ContentFilteredTopicTest 3✅ 38ms
OpenDDSharp.UnitTest.DataReaderListenerTest 7✅ 15s
OpenDDSharp.UnitTest.DataReaderTest 29✅ 58s
OpenDDSharp.UnitTest.DataWriterListenerTest 4✅ 4s
OpenDDSharp.UnitTest.DataWriterTest 19✅ 1❌ 15s
OpenDDSharp.UnitTest.DomainParticipantFactoryTest 8✅ 108ms
OpenDDSharp.UnitTest.DomainParticipantListenerTest 11✅ 2❌ 26s
OpenDDSharp.UnitTest.DomainParticipantTest 40✅ 13s
OpenDDSharp.UnitTest.InfoRepoDiscoveryTest 3✅ 1ms
OpenDDSharp.UnitTest.InstanceHandleTest 1✅ 1ms
OpenDDSharp.UnitTest.MulticastInstTest 2✅ 31ms
OpenDDSharp.UnitTest.MultiTopicTest 3✅ 84ms
OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest 10✅ 4s
OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest 10✅ 4s
OpenDDSharp.UnitTest.PublisherListenerTest 4✅ 4s
OpenDDSharp.UnitTest.PublisherTest 15✅ 1⚪ 3s
OpenDDSharp.UnitTest.QueryConditionTest 3✅ 117ms
OpenDDSharp.UnitTest.RtpsDiscoveryTest 3✅ 6ms
OpenDDSharp.UnitTest.RtpsUdpInstTest 2✅ 47ms
OpenDDSharp.UnitTest.ShmemInstTest 2✅ 49ms
OpenDDSharp.UnitTest.SubscriberListenerTest 8✅ 21s
OpenDDSharp.UnitTest.SubscriberTest 15✅ 1⚪ 865ms
OpenDDSharp.UnitTest.SubscriptionBuiltinTopicDataDataReaderTest 10✅ 6s
OpenDDSharp.UnitTest.TcpInstTest 2✅ 51ms
OpenDDSharp.UnitTest.TopicBuiltinTopicDataDataReaderTest 10✅ 503ms
OpenDDSharp.UnitTest.TopicListenerTest 1✅ 1s
OpenDDSharp.UnitTest.TopicTest 7✅ 286ms
OpenDDSharp.UnitTest.TransportRegistryTest 10✅ 43ms
OpenDDSharp.UnitTest.UdpInstTest 2✅ 51ms
OpenDDSharp.UnitTest.WaitSetTest 5✅ 480ms

❌ OpenDDSharp.UnitTest.DataWriterTest

✅ TestAssertLiveliness
✅ TestDispose
✅ TestGetKeyValue
✅ TestGetListener
✅ TestGetLivelinessLostStatus
✅ TestGetMatchedSubscriptionData
✅ TestGetMatchedSubscriptions
✅ TestGetOfferedDeadlineMissedStatus
✅ TestGetOfferedIncompatibleQosStatus
✅ TestGetPublicationMatchedStatus
✅ TestGetQos
✅ TestLookupInstance
✅ TestNewDataWriterQos
✅ TestProperties
✅ TestRegisterInstance
✅ TestSetListener
✅ TestSetQos
✅ TestUnregisterInstance
❌ TestWaitForAcknowledgments
	Assert.IsTrue failed. 
✅ TestWrite

❌ OpenDDSharp.UnitTest.DomainParticipantListenerTest

❌ TestOnDataAvailable
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 
❌ TestOnDataOnReaders
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 
✅ TestOnInconsistentTopic
✅ TestOnLivelinessChanged
✅ TestOnLivelinessLost
✅ TestOnOfferedDeadlineMissed
✅ TestOnOfferedIncompatibleQos
✅ TestOnPublicationMatched
✅ TestOnRequestedDeadlineMissed
✅ TestOnRequestedIncompatibleQos
✅ TestOnSampleLost
✅ TestOnSampleRejected
✅ TestOnSubscriptionMatched

❌ TestResults/net472/test-results.trx

272 tests were completed in 663s with 253 passed, 17 failed and 2 skipped.

Test suite Passed Failed Skipped Time
OpenDDSharp.UnitTest.CodeGeneratorJsonWrapperTest 18✅ 38s
OpenDDSharp.UnitTest.ContentFilteredTopicTest 3✅ 37ms
OpenDDSharp.UnitTest.DataReaderListenerTest 7✅ 14s
OpenDDSharp.UnitTest.DataReaderTest 29✅ 57s
OpenDDSharp.UnitTest.DataWriterListenerTest 4✅ 4s
OpenDDSharp.UnitTest.DataWriterTest 20✅ 22s
OpenDDSharp.UnitTest.DomainParticipantFactoryTest 8✅ 102ms
OpenDDSharp.UnitTest.DomainParticipantListenerTest 11✅ 2❌ 25s
OpenDDSharp.UnitTest.DomainParticipantTest 40✅ 13s
OpenDDSharp.UnitTest.InfoRepoDiscoveryTest 3✅ 2ms
OpenDDSharp.UnitTest.InstanceHandleTest 1✅ 1ms
OpenDDSharp.UnitTest.MulticastInstTest 2✅ 33ms
OpenDDSharp.UnitTest.MultiTopicTest 3✅ 79ms
OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest 6✅ 4❌ 131s
OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest 10❌ 317s
OpenDDSharp.UnitTest.PublisherListenerTest 4✅ 4s
OpenDDSharp.UnitTest.PublisherTest 15✅ 1⚪ 3s
OpenDDSharp.UnitTest.QueryConditionTest 3✅ 154ms
OpenDDSharp.UnitTest.RtpsDiscoveryTest 3✅ 7ms
OpenDDSharp.UnitTest.RtpsUdpInstTest 2✅ 45ms
OpenDDSharp.UnitTest.ShmemInstTest 2✅ 47ms
OpenDDSharp.UnitTest.SubscriberListenerTest 8✅ 21s
OpenDDSharp.UnitTest.SubscriberTest 15✅ 1⚪ 1s
OpenDDSharp.UnitTest.SubscriptionBuiltinTopicDataDataReaderTest 10✅ 4s
OpenDDSharp.UnitTest.TcpInstTest 2✅ 58ms
OpenDDSharp.UnitTest.TopicBuiltinTopicDataDataReaderTest 10✅ 519ms
OpenDDSharp.UnitTest.TopicListenerTest 1✅ 889ms
OpenDDSharp.UnitTest.TopicTest 7✅ 306ms
OpenDDSharp.UnitTest.TransportRegistryTest 10✅ 43ms
OpenDDSharp.UnitTest.UdpInstTest 2✅ 83ms
OpenDDSharp.UnitTest.WaitSetTest 4✅ 1❌ 485ms

❌ OpenDDSharp.UnitTest.DomainParticipantListenerTest

❌ TestOnDataAvailable
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 
❌ TestOnDataOnReaders
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 
✅ TestOnInconsistentTopic
✅ TestOnLivelinessChanged
✅ TestOnLivelinessLost
✅ TestOnOfferedDeadlineMissed
✅ TestOnOfferedIncompatibleQos
✅ TestOnPublicationMatched
✅ TestOnRequestedDeadlineMissed
✅ TestOnRequestedIncompatibleQos
✅ TestOnSampleLost
✅ TestOnSampleRejected
✅ TestOnSubscriptionMatched

❌ OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest

❌ TestGetKeyValue
	Assert.IsTrue failed. 
❌ TestLookupInstance
	Assert.IsTrue failed. 
✅ TestRead
✅ TestReadInstance
✅ TestReadNextInstance
❌ TestReadNextSample
	Assert.IsTrue failed. 
✅ TestTake
✅ TestTakeInstance
✅ TestTakeNextInstance
❌ TestTakeNextSample
	Assert.IsTrue failed. 

❌ OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest

❌ TestGetKeyValue
	Assert.IsTrue failed. 
❌ TestLookupInstance
	Assert.IsTrue failed. 
❌ TestRead
	Assert.IsTrue failed. 
❌ TestReadInstance
	Assert.IsTrue failed. 
❌ TestReadNextInstance
	Assert.IsTrue failed. 
❌ TestReadNextSample
	Assert.IsTrue failed. 
❌ TestTake
	Assert.IsTrue failed. 
❌ TestTakeInstance
	Assert.IsTrue failed. 
❌ TestTakeNextInstance
	Assert.IsTrue failed. 
❌ TestTakeNextSample
	Assert.IsTrue failed. 

❌ OpenDDSharp.UnitTest.WaitSetTest

✅ TestAttachCondition
✅ TestDetachCondition
❌ TestDetachConditions
	Assembly Cleanup method AssemblyInitializer.AssemblyCleanup failed. Error Message: Assert.AreEqual failed. Expected:<Ok>. Actual:<PreconditionNotMet>. . StackTrace:   at OpenDDSharp.UnitTest.AssemblyInitializer.AssemblyCleanup () [0x00055] in <2489b8aabccc4ca8987700f33408b831>:0 
	  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
	  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 
	
✅ TestGetConditions
✅ TestWait

❌ TestResults/net48/test-results.trx

272 tests were completed in 665s with 252 passed, 18 failed and 2 skipped.

Test suite Passed Failed Skipped Time
OpenDDSharp.UnitTest.CodeGeneratorJsonWrapperTest 18✅ 38s
OpenDDSharp.UnitTest.ContentFilteredTopicTest 3✅ 40ms
OpenDDSharp.UnitTest.DataReaderListenerTest 7✅ 14s
OpenDDSharp.UnitTest.DataReaderTest 29✅ 57s
OpenDDSharp.UnitTest.DataWriterListenerTest 4✅ 3s
OpenDDSharp.UnitTest.DataWriterTest 20✅ 22s
OpenDDSharp.UnitTest.DomainParticipantFactoryTest 8✅ 123ms
OpenDDSharp.UnitTest.DomainParticipantListenerTest 11✅ 2❌ 26s
OpenDDSharp.UnitTest.DomainParticipantTest 40✅ 13s
OpenDDSharp.UnitTest.InfoRepoDiscoveryTest 3✅ 1ms
OpenDDSharp.UnitTest.InstanceHandleTest 1✅ 1ms
OpenDDSharp.UnitTest.MulticastInstTest 2✅ 32ms
OpenDDSharp.UnitTest.MultiTopicTest 3✅ 78ms
OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest 6✅ 4❌ 130s
OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest 10❌ 319s
OpenDDSharp.UnitTest.PublisherListenerTest 4✅ 4s
OpenDDSharp.UnitTest.PublisherTest 15✅ 1⚪ 3s
OpenDDSharp.UnitTest.QueryConditionTest 3✅ 142ms
OpenDDSharp.UnitTest.RtpsDiscoveryTest 3✅ 7ms
OpenDDSharp.UnitTest.RtpsUdpInstTest 2✅ 91ms
OpenDDSharp.UnitTest.ShmemInstTest 2✅ 83ms
OpenDDSharp.UnitTest.SubscriberListenerTest 8✅ 22s
OpenDDSharp.UnitTest.SubscriberTest 15✅ 1⚪ 1s
OpenDDSharp.UnitTest.SubscriptionBuiltinTopicDataDataReaderTest 9✅ 1❌ 4s
OpenDDSharp.UnitTest.TcpInstTest 2✅ 66ms
OpenDDSharp.UnitTest.TopicBuiltinTopicDataDataReaderTest 10✅ 531ms
OpenDDSharp.UnitTest.TopicListenerTest 1✅ 1s
OpenDDSharp.UnitTest.TopicTest 7✅ 408ms
OpenDDSharp.UnitTest.TransportRegistryTest 10✅ 53ms
OpenDDSharp.UnitTest.UdpInstTest 2✅ 60ms
OpenDDSharp.UnitTest.WaitSetTest 4✅ 1❌ 580ms

❌ OpenDDSharp.UnitTest.DomainParticipantListenerTest

❌ TestOnDataAvailable
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 
❌ TestOnDataOnReaders
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 
✅ TestOnInconsistentTopic
✅ TestOnLivelinessChanged
✅ TestOnLivelinessLost
✅ TestOnOfferedDeadlineMissed
✅ TestOnOfferedIncompatibleQos
✅ TestOnPublicationMatched
✅ TestOnRequestedDeadlineMissed
✅ TestOnRequestedIncompatibleQos
✅ TestOnSampleLost
✅ TestOnSampleRejected
✅ TestOnSubscriptionMatched

❌ OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest

❌ TestGetKeyValue
	Assert.IsTrue failed. 
❌ TestLookupInstance
	Assert.IsTrue failed. 
✅ TestRead
✅ TestReadInstance
✅ TestReadNextInstance
❌ TestReadNextSample
	Assert.IsTrue failed. 
✅ TestTake
✅ TestTakeInstance
✅ TestTakeNextInstance
❌ TestTakeNextSample
	Assert.IsTrue failed. 

❌ OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest

❌ TestGetKeyValue
	Assert.IsTrue failed. 
❌ TestLookupInstance
	Assert.IsTrue failed. 
❌ TestRead
	Assert.IsTrue failed. 
❌ TestReadInstance
	Assert.IsTrue failed. 
❌ TestReadNextInstance
	Assert.IsTrue failed. 
❌ TestReadNextSample
	Assert.IsTrue failed. 
❌ TestTake
	Assert.IsTrue failed. 
❌ TestTakeInstance
	Assert.IsTrue failed. 
❌ TestTakeNextInstance
	Assert.IsTrue failed. 
❌ TestTakeNextSample
	Assert.IsTrue failed. 

❌ OpenDDSharp.UnitTest.SubscriptionBuiltinTopicDataDataReaderTest

✅ TestGetKeyValue
✅ TestLookupInstance
✅ TestRead
✅ TestReadInstance
✅ TestReadNextInstance
✅ TestReadNextSample
✅ TestTake
✅ TestTakeInstance
❌ TestTakeNextInstance
	Assert.AreEqual failed. Expected:<5>. Actual:<2147483647>. 
✅ TestTakeNextSample

❌ OpenDDSharp.UnitTest.WaitSetTest

✅ TestAttachCondition
✅ TestDetachCondition
❌ TestDetachConditions
	Assembly Cleanup method AssemblyInitializer.AssemblyCleanup failed. Error Message: Assert.AreEqual failed. Expected:<Ok>. Actual:<PreconditionNotMet>. . StackTrace:   at OpenDDSharp.UnitTest.AssemblyInitializer.AssemblyCleanup () [0x00055] in <8e1b8f6b863046da9df58f82d1aca875>:0 
	  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
	  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 
	
✅ TestGetConditions
✅ TestWait

❌ TestResults/net6.0/test-results.trx

90 tests were completed in 143s with 88 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
OpenDDSharp.UnitTest.CodeGeneratorJsonWrapperTest 18✅ 38s
OpenDDSharp.UnitTest.ContentFilteredTopicTest 3✅ 40ms
OpenDDSharp.UnitTest.DataReaderListenerTest 7✅ 14s
OpenDDSharp.UnitTest.DataReaderTest 29✅ 57s
OpenDDSharp.UnitTest.DataWriterListenerTest 4✅ 4s
OpenDDSharp.UnitTest.DataWriterTest 19✅ 1❌ 15s
OpenDDSharp.UnitTest.DomainParticipantFactoryTest 8✅ 104ms
OpenDDSharp.UnitTest.DomainParticipantListenerTest 1❌ 7s

❌ OpenDDSharp.UnitTest.DataWriterTest

✅ TestAssertLiveliness
✅ TestDispose
✅ TestGetKeyValue
✅ TestGetListener
✅ TestGetLivelinessLostStatus
✅ TestGetMatchedSubscriptionData
✅ TestGetMatchedSubscriptions
✅ TestGetOfferedDeadlineMissedStatus
✅ TestGetOfferedIncompatibleQosStatus
✅ TestGetPublicationMatchedStatus
✅ TestGetQos
✅ TestLookupInstance
✅ TestNewDataWriterQos
✅ TestProperties
✅ TestRegisterInstance
✅ TestSetListener
✅ TestSetQos
✅ TestUnregisterInstance
❌ TestWaitForAcknowledgments
	Assert.IsTrue failed. 
✅ TestWrite

❌ OpenDDSharp.UnitTest.DomainParticipantListenerTest

❌ TestOnDataOnReaders
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 

❌ TestResults/net7.0/test-results.trx

90 tests were completed in 148s with 88 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
OpenDDSharp.UnitTest.CodeGeneratorJsonWrapperTest 18✅ 38s
OpenDDSharp.UnitTest.ContentFilteredTopicTest 3✅ 46ms
OpenDDSharp.UnitTest.DataReaderListenerTest 7✅ 14s
OpenDDSharp.UnitTest.DataReaderTest 29✅ 58s
OpenDDSharp.UnitTest.DataWriterListenerTest 4✅ 3s
OpenDDSharp.UnitTest.DataWriterTest 19✅ 1❌ 15s
OpenDDSharp.UnitTest.DomainParticipantFactoryTest 8✅ 116ms
OpenDDSharp.UnitTest.DomainParticipantListenerTest 1❌ 7s

❌ OpenDDSharp.UnitTest.DataWriterTest

✅ TestAssertLiveliness
✅ TestDispose
✅ TestGetKeyValue
✅ TestGetListener
✅ TestGetLivelinessLostStatus
✅ TestGetMatchedSubscriptionData
✅ TestGetMatchedSubscriptions
✅ TestGetOfferedDeadlineMissedStatus
✅ TestGetOfferedIncompatibleQosStatus
✅ TestGetPublicationMatchedStatus
✅ TestGetQos
✅ TestLookupInstance
✅ TestNewDataWriterQos
✅ TestProperties
✅ TestRegisterInstance
✅ TestSetListener
✅ TestSetQos
✅ TestUnregisterInstance
❌ TestWaitForAcknowledgments
	Assert.IsTrue failed. 
✅ TestWrite

❌ OpenDDSharp.UnitTest.DomainParticipantListenerTest

❌ TestOnDataOnReaders
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 

❌ TestResults/net8.0/test-results.trx

90 tests were completed in 142s with 88 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
OpenDDSharp.UnitTest.CodeGeneratorJsonWrapperTest 18✅ 38s
OpenDDSharp.UnitTest.ContentFilteredTopicTest 3✅ 40ms
OpenDDSharp.UnitTest.DataReaderListenerTest 7✅ 13s
OpenDDSharp.UnitTest.DataReaderTest 29✅ 57s
OpenDDSharp.UnitTest.DataWriterListenerTest 4✅ 3s
OpenDDSharp.UnitTest.DataWriterTest 19✅ 1❌ 15s
OpenDDSharp.UnitTest.DomainParticipantFactoryTest 8✅ 144ms
OpenDDSharp.UnitTest.DomainParticipantListenerTest 1❌ 7s

❌ OpenDDSharp.UnitTest.DataWriterTest

✅ TestAssertLiveliness
✅ TestDispose
✅ TestGetKeyValue
✅ TestGetListener
✅ TestGetLivelinessLostStatus
✅ TestGetMatchedSubscriptionData
✅ TestGetMatchedSubscriptions
✅ TestGetOfferedDeadlineMissedStatus
✅ TestGetOfferedIncompatibleQosStatus
✅ TestGetPublicationMatchedStatus
✅ TestGetQos
✅ TestLookupInstance
✅ TestNewDataWriterQos
✅ TestProperties
✅ TestRegisterInstance
✅ TestSetListener
✅ TestSetQos
✅ TestUnregisterInstance
❌ TestWaitForAcknowledgments
	Assert.IsTrue failed. 
✅ TestWrite

❌ OpenDDSharp.UnitTest.DomainParticipantListenerTest

❌ TestOnDataOnReaders
	Assert.AreEqual failed. Expected:<5>. Actual:<8>. 

Annotations

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.DomainParticipantListenerTest ► TestOnInconsistentTopic

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.DomainParticipantListenerTest.TestOnInconsistentTopic () [0x0009e] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest ► TestGetKeyValue

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest.TestGetKeyValue () [0x00089] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest ► TestLookupInstance

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest.TestLookupInstance () [0x0005a] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest ► TestReadNextSample

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest.TestReadNextSample () [0x00074] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest ► TestTakeNextInstance

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest.TestTakeNextInstance () [0x000a0] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest ► TestTakeNextSample

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.ParticipantBuiltinTopicDataDataReaderTest.TestTakeNextSample () [0x00086] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest ► TestGetKeyValue

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest.TestGetKeyValue () [0x0006e] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest ► TestLookupInstance

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest.TestLookupInstance () [0x0003f] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest ► TestRead

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest.TestRead () [0x00080] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest ► TestReadInstance

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest.TestReadInstance () [0x00080] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0 

Check failure on line 0 in TestResults/net462/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Test Report: osx-x64

OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest ► TestReadNextInstance

Failed test found in:
  TestResults/net462/test-results.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
  at OpenDDSharp.UnitTest.PublicationBuiltinTopicDataDataReaderTest.TestReadNextInstance () [0x00085] in <780d6f71ff5d4bc4baabd543e0e9394b>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0