This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
Description
This is a regression issue. When running tcpclient on A101 and qemu, it can't connect to tcpserver at most of time.
Test Code
TCPClient6.js;
test-tcp6-client.js;
Steps to Reproduction
- Build TCPClient6.js on A101 over BLE or Ethernet,
- add router on Linux
- patch tests/tools/tests-tcp6-server.py to use port 4242 which TCPClient6.js is expected
- execute
python tests/tools/tests-tcp6-server.py in 10s
Actual Result
Cannot connect to server at most of time.

Sometimes, test-tcp6-client.js can connect, but data transfer not work well.

Expected Result
Connection can be established. Data transfer works well
Test Builds
| Branch |
Commit Id |
Target Device |
Test Date |
Result |
| master |
fef1e19 - d04ae00 |
Arduino 101 |
Sep 4, 2017 |
Fail |
| master |
fef1e19 - d04ae00 |
QEMU |
Sep 4, 2017 |
Fail |
| master |
8a3853f |
Arduino 101 |
Sep 4, 2017 |
Pass |
| master |
8a3853f |
QEMU |
Sep 4, 2017 |
Pass |
Additional Information