]> git.ipfire.org Git - thirdparty/asterisk.git/commit
test_websocket_client.c: Disable websocket_client_create_and_connect test.
authorChris-Savinovich <csavinovich@digium.com>
Fri, 30 Nov 2018 20:00:14 +0000 (14:00 -0600)
committerSean Bright <sean.bright@gmail.com>
Sun, 2 Dec 2018 13:55:23 +0000 (08:55 -0500)
commit6c13b20803178de8a3eb66a4eb32475a9a84099e
treebcdea73e807d2e684b4770dd28cce72cf7ceb665
parentefeab21b52474c4d7dccc07a355c7150bfce8d2d
test_websocket_client.c: Disable websocket_client_create_and_connect test.

This test was occasionally failing, with:

  WARNING[5812]: http.c:1939 httpd_helper_thread: Failed to set
      TCP_NODELAY on HTTP connection: Bad file descriptor
  ERROR[5812]: iostream.c:91 ast_iostream_nonblock: Failed to get
      fcntl() flags for file descriptor: Bad file descriptor
  ERROR[5812]: iostream.c:569 ast_iostream_close: close() failed: Bad
      file descriptor

Disabled for now by making the test explicit only.

Change-Id: I778f6cbb6104c6b4e89737a2eaf1a9540888d351
tests/test_websocket_client.c