[Bug 54287] Implement Stream Tubes over ICE-UDP
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 3 17:46:08 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=54287
--- Comment #8 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2012-09-03 15:46:08 UTC ---
(In reply to comment #0)
> Tubes over ice-udp work reliably
Something that jumps out at me about this branch is there is no regression test
to ensure that this remains true.
It needs at least this smoke-test:
* Connect to the fake Jabber server twice (like exec_file_transfer_test
in tests/twisted/jingle-share/file_transfer_helper.py)
* On one connection, offer a stream tube
* On the other connection, accept that stream tube
* Connect to the stream tube twice
* Send some bytes (either direction, doesn't matter)
* Verify that they arrive at the other end
* Disconnect and verify that *that* arrives at the other end
(preferably with the offerer closing one connection and
the accepter closing the other)
Decent coverage for edge cases (rejecting the tube, trying to share a socket
that isn't listening, simulating an incoming tube with an invalid
<description/>, that sort of thing) would also be appreciated.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list