-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
F´ Version | release/v3.0.0 |
Affected Component | Drv/TcpClient |
Problem Description
Intermittently, when running the unit tests for Drv/TcpClient, I see errors like this:
1: [ RUN ] Nominal.BasicMessaging
1: /Users/bocchino/JPL/Tools/FPrime/fprime/Drv/TcpClient/test/ut/Tester.cpp:42: Failure
1: Expected equality of these values:
1: serverStat
1: Which is: -9
1: SOCK_SUCCESS
1: Which is: 0
1: [ FAILED ] Nominal.BasicMessaging (3 ms)
1: [ RUN ] Nominal.BasicReceiveThread
1: /Users/bocchino/JPL/Tools/FPrime/fprime/Drv/TcpClient/test/ut/Tester.cpp:42: Failure
1: Expected equality of these values:
1: serverStat
1: Which is: -9
1: SOCK_SUCCESS
1: Which is: 0
1: [ FAILED ] Nominal.BasicReceiveThread (1 ms)
How to Reproduce
Run the unit tests as described above. I am running on a MacBook Pro with Mac OS 10.15.17.
Expected Behavior
Unit tests should pass.