[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] Exception in DisThreadedNetIF send thread: Cannot invoke "java.net.DatagramSocket.send(java.net.DatagramPacket)" because "this.socket" is null
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] Using network interface Intel(R) Dual Band Wireless-AC 8260
NullFieldsEntityMarshallTest
.
+-- JUnit Jupiter [OK]
| +-- All Pdu Round Trip Test [OK]
| | '-- testRoundTripAllPdus() [OK]
| +-- Bit Field Round TripTest [OK]
| | '-- testRoundTrip() [OK]
| +-- Entity State Pdu Test [OK]
| | '-- testRoundTrip() [OK]
| +-- CreateAllPduTypesTest [OK]
| | '-- testCreateAll() [OK]
| +-- Fixed and Variable Datum Round Trip Test [OK]
| | '-- testRoundTrip() [OK]
| +-- X3dInterpolatorsTest [OK]
| | '-- testInterpolators() [OK]
| +-- Comment Pdus Test [OK]
| | '-- testRoundTrip() [OK]
| +-- Pdu Factory Test [OK]
| | '-- testCreateAllPdus() [OK]
| +-- Marshal Enums Test [OK]
| | '-- testGoodMarshall() [OK]
| +-- Data Query Pdu Round Test [OK]
| | '-- testRoundTrip() [OK]
| +-- Detonation Pdu Test [OK]
| | '-- testRoundTrip() [OK]
| +-- All Object Types Create [OK]
| | '-- testCreateAllObjectTypes() [OK]
| +-- Signal Pdus Test [OK]
| | +-- testRoundTripNet() [OK]
| | '-- testRoundTripLog() [OK]
| +-- Object Type Marshal Test [OK]
| | +-- testGoodMarshall() [OK]
| | '-- testNoSubCategory() [OK]
| +-- Fire Pdu Test [OK]
| | '-- testRoundTrip() [X] No response from network receive after 100 msec (TODO note that test works standalone but mysteriously fails as part of project test suite) ==> expected: <true> but was: <false>
=> org.opentest4j.AssertionFailedError: No response from network receive after 100 msec (TODO note that test works standalone but mysteriously fails as part of project test suite) ==> expected: <true> but was: <false>
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] 2. received DISPDUType 25 TRANSMITTER, size 107 bytes)
Sent PDU: DISPDUType 25 TRANSMITTER
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] 2. received DISPDUType 25 TRANSMITTER, size 107 bytes)
Sent PDU: DISPDUType 1 ENTITY_STATE
Sent PDU: DISPDUType 41 ENVIRONMENTAL_PROCESS
Sent PDU: DISPDUType 41 ENVIRONMENTAL_PROCESS
...
...
@@ -1481,7 +564,7 @@ Sent PDU: DISPDUType 41 ENVIRONMENTAL_PROCESS
Sent PDU: DISPDUType 20 DATA
Sent PDU: DISPDUType 41 ENVIRONMENTAL_PROCESS
Sent PDU: DISPDUType 1 ENTITY_STATE
Sent PDU: DISPDUType 25 TRANSMITTER
190Sent PDU: DISPDUType 25 TRANSMITTER
Sent PDU: DISPDUType 41 ENVIRONMENTAL_PROCESS
Sent PDU: DISPDUType 1 ENTITY_STATE
Sent PDU: DISPDUType 1 ENTITY_STATE
...
...
@@ -1559,8 +642,18 @@ DataQueryPduRoundTripTest
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] 1. received DISPDUType 18 DATA_QUERY, size 128 bytes)
EntityStatePduTest
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] Using network interface Intel(R) Dual Band Wireless-AC 8260
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] 2. received DISPDUType 3 DETONATION, size 104 bytes)
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] 1. received DISPDUType 3 DETONATION, size 104 bytes)
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] Exception in DisThreadedNetIF send thread: Cannot invoke "java.net.DatagramSocket.send(java.net.DatagramPacket)" because "this.socket" is null
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #1, 100 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #2, 200 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #3, 300 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #4, 400 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #5, 500 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #6, 600 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #7, 700 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #8, 800 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #9, 900 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) receipt reattempt #10, 1000 msec total
*** PduTest.sendIeeeStandardPdu(DETONATION) did not succeed
CreateAllObjectTypesTest
Name: edu.nps.moves.dis7.objectTypes.ArealObject.ArealObject Domain: PlatformDomain 0 OTHER Kind: ObjectKind 0 OTHER Category: 0 Subcategory: 0
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] Exception in DisThreadedNetIF send thread: Cannot invoke "java.net.DatagramSocket.send(java.net.DatagramPacket)" because "this.socket" is null
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] Using network interface Intel(R) Dual Band Wireless-AC 8260
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] 5. received DISPDUType 2 FIRE, size 96 bytes)
[edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface] 1. received DISPDUType 2 FIRE, size 96 bytes)
NullFieldsEntityMarshallTest
.
+-- JUnit Jupiter [OK]
...
...
@@ -1821,7 +916,7 @@ NullFieldsEntityMarshallTest
| +-- Data Query Pdu Round Test [OK]
| | '-- testRoundTrip() [OK]
| +-- Detonation Pdu Test [OK]
| | '-- testRoundTrip() [OK]
| | '-- testRoundTrip() [X] No response from network receive after 10 retry attempts at 100 msec intervals (TODO note that test works standalone but mysteriously fails as part of project test suite) ==> expected: <true> but was: <false>
| | '-- testRoundTrip() [X] No response from network receive after 100 msec (TODO note that test works standalone but mysteriously fails as part of project test suite) ==> expected: <true> but was: <false>
=> org.opentest4j.AssertionFailedError: No response from network receive after 100 msec (TODO note that test works standalone but mysteriously fails as part of project test suite) ==> expected: <true> but was: <false>
=> org.opentest4j.AssertionFailedError: No response from network receive after 10 retry attempts at 100 msec intervals (TODO note that test works standalone but mysteriously fails as part of project test suite) ==> expected: <true> but was: <false>