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

[tcp] tcpclient cannot connect to server on A101 and qemu  #1518

Open
@qiaojingx

Description

@qiaojingx

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

  1. Build TCPClient6.js on A101 over BLE or Ethernet,
  2. add router on Linux
  3. patch tests/tools/tests-tcp6-server.py to use port 4242 which TCPClient6.js is expected
  4. execute python tests/tools/tests-tcp6-server.py in 10s

Actual Result

Cannot connect to server at most of time.
selection_013

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

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions