GemTalk / RemoteServiceReplication

MIT License
0 stars 4 forks source link

sqConnectToPort: Invalid argument -- during Pharo command line tests #102

Closed kurtkilpela closed 3 years ago

kurtkilpela commented 3 years ago

The following message appears during #testConnectBoundSocket while running Pharo tests on the command line.

RsrSocketTestCase>>#testConnectBoundSocket
                                                                          [7/19]sqConnectToPort: Invalid argument
kurtkilpela commented 3 years ago

Given that this message is printed to stderr after the test is reported as successful, it appears to be coming from the following test. The following test is called #testFailedConnects which attempts to connect a socket using invalid arguments. One of them is port 70,000. The error appears to come from that connection attempt rather than from the test in the original comment. Closing as this appears to be a valid message.