Closed
Description
https://github.com/meqif/rust-utp at e9bf831c41714f545762f482a1d464f188faa1a9
Happens consistently on beta, not on stable.
130 brian@ip-10-145-43-250:~/dev/rust-utp⟫ rustc +beta -Vv
rustc 1.15.0-beta.1 (d9a0f0df7 2016-12-19)
binary: rustc
commit-hash: d9a0f0df7051c603011d6b60fbdd155318fc47f3
commit-date: 2016-12-19
host: x86_64-unknown-linux-gnu
release: 1.15.0-beta.1
LLVM version: 3.9
130 brian@ip-10-145-43-250:~/dev/rust-utp⟫ cargo +beta test
Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs
Running target/debug/deps/stream-bbce74275fd70236
running 6 tests
test test_local_addr ... ok
thread 'thread '<unnamed><unnamed>' panicked at '' panicked at 'thread 'The packet is too smallThe packet is too small', tests/stream.rs<unnamed>', ' panicked at 'tests/stream.rsThe packet is too small::72
32note: Run with `RUST_BACKTRACE=1` for a backtrace.
',
tests/stream.rs:49
thread '<unnamed>' panicked at 'The packet is too small', tests/stream.rs:97
test test_stream_open_and_close has been running for over 60 seconds
test test_stream_large_data has been running for over 60 seconds
test test_stream_open_and_close_ipv6 has been running for over 60 seconds
test test_stream_small_data has been running for over 60 seconds
cc @meqif