GNOME Bugzilla – Bug 754762
tests: tcp: test_that_tcpserversink_and_tcpclientsrc_are_symmetrical hangs & fails under load
Last modified: 2018-11-03 11:41:19 UTC
I experience the following failure of `make check` 100 % of 3 runs in 1.5.90-12-g86a1092 on Ubuntu 15.04 amd64 with Linux 4.1.4: ================================================================ GStreamer Base Plug-ins 1.5.90: tests/check/test-suite.log ================================================================ # TOTAL: 66 # PASS: 65 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: pipelines/tcp =================== Running suite(s): socketintegrationtest 80%: Checks: 5, Failures: 0, Errors: 1 pipelines/tcp.c:109:E:general:test_that_tcpserversink_and_tcpclientsrc_are_symmetrical:0: (after this point) Test timeout expired FAIL pipelines/tcp (exit status: 1)
I can reproduce this with git master. It seems to happen mostly when there's other load on the system. It seems to fail pretty reliably when I run 'make check' from tests/check/ or from the top-level, but not if I just do make pipelines/tcp.check
Not sure why this happens. I added code to set TCP_NODELAY on the tcp sockets to disable nagling, but still no luck. The data doesn't always seem to make it through the TCP connection, to the poll in the src.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/221.