Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test failure for client_get_streaming_test on MSVC 10.0 #81

Closed
glynos opened this issue Dec 4, 2011 · 1 comment
Closed

Unit test failure for client_get_streaming_test on MSVC 10.0 #81

glynos opened this issue Dec 4, 2011 · 1 comment

Comments

@glynos
Copy link
Member

glynos commented Dec 4, 2011

11: Test command: D:\Sandbox\cpp-netlib-1_45\tests\cpp-netlib-http-client_get_streaming_test.exe
11: Test timeout computed to be: 9.99988e+006
11: Running 4 test cases...
11: D:/Sandbox/cpp-netlib/libs/network/test/http/client_get_streaming_test.cpp(37): error in "http_client_get_streaming_test<struct boost::network::http::basic_client<struct boost::network::http::tags::http_async_8bit_ud
p_resolve,1,0>>": exception thrown by response = client_.get(request, http::body_handler=handler_instance)
11: unknown location(0): fatal error in "http_client_get_streaming_test<struct boost::network::http::basic_client<struct boost::network::http::tags::http_async_8bit_udp_resolve,1,0>>": std::logic_error: Future Uninitiali
zed
11: D:\Sandbox\cpp-netlib\libs\network\test\http\client_get_streaming_test.cpp(37): last checkpoint
11: D:/Sandbox/cpp-netlib/libs/network/test/http/client_get_streaming_test.cpp(37): error in "http_client_get_streaming_test<struct boost::network::http::basic_client<struct boost::network::http::tags::http_async_8bit_tc
p_resolve,1,0>>": exception thrown by response = client
.get(request, http::body_handler=handler_instance)
11: unknown location(0): fatal error in "http_client_get_streaming_test<struct boost::network::http::basic_client<struct boost::network::http::tags::http_async_8bit_tcp_resolve,1,0>>": std::logic_error: Future Uninitiali
zed
11: D:\Sandbox\cpp-netlib\libs\network\test\http\client_get_streaming_test.cpp(37): last checkpoint
11:
11: D:/Sandbox/cpp-netlib/libs/network/test/http/client_get_streaming_test.cpp(37): error in "http_client_get_streaming_test<struct boost::network::http::basic_client<struct boost::network::http::tags::http_async_8bit_ud
p_resolve,1,1>>": exception thrown by response = client
.get(request, http::body_handler=handler_instance)
11: unknown location(0): fatal error in "http_client_get_streaming_test<struct boost::network::http::basic_client<struct boost::network::http::tags::http_async_8bit_udp_resolve,1,1>>": std::logic_error: Future Uninitiali
zed
11: D:\Sandbox\cpp-netlib\libs\network\test\http\client_get_streaming_test.cpp(37): last checkpoint
11: D:/Sandbox/cpp-netlib/libs/network/test/http/client_get_streaming_test.cpp(37): error in "http_client_get_streaming_test<struct boost::network::http::basic_client<struct boost::network::http::tags::http_async_8bit_tc
p_resolve,1,1>>": exception thrown by response = client
.get(request, http::_body_handler=handler_instance)
11: *** 8 failures detected in test suite "HTTP 1.1 Get Streaming Test"
11: unknown location(0): fatal error in "http_client_get_streaming_test<struct boost::network::http::basic_client<struct boost::network::http::tags::http_async_8bit_tcp_resolve,1,1>>": std::logic_error: Future Uninitiali
zed
11: D:\Sandbox\cpp-netlib\libs\network\test\http\client_get_streaming_test.cpp(37): last checkpoint
11/16 Test #11: cpp-netlib-http-client_get_streaming_test ...........***Failed 0.51 sec

This appears only in Debug mode.

@glynos
Copy link
Member Author

glynos commented Dec 10, 2011

This bug was introduced by the URI parser. Tests pass now on 0.9-devel branch on MSVC 10.0 & GCC 4.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant