You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue with tests.
Build on Rocky Linux 9 with OpenSSL 3.0.7, boost 1.84, cpprestsdk 2.10.19.
=== Running tests from: libwebsocketsclient_test.so ===
Starting test case authentication_tests:ssl_test...
/root/cpprestsdk.git/Release/tests/functional/websockets/client/authentication_tests.cpp:105: error: Failure in ssl_test: CHECK_EQUAL(ret_msg.length(), body_str.length()) where ret_msg.length()=32 and body_str.length()=5 FAILED
/root/cpprestsdk.git/Release/tests/functional/websockets/client/authentication_tests.cpp:108: error: Failure in ssl_test: CHECK_EQUAL(body_str.compare(ret_str), 0) where body_str.compare(ret_str)=22 and 0=0 FAILED
Test case authentication_tests:ssl_test FAILED
Hi All,
websocketsclient_test failed, detailed message like below, could you take a look this issue? Thanks.
Repro steps:
git -C "F:\gitP\microsoft\cpprestsdk" submodule foreach git reset --hard
git -C "F:\gitP\microsoft\cpprestsdk" submodule foreach git clean -xdf
git -C "F:\gitP\microsoft\cpprestsdk" submodule update --init --recursive
Detailed log:
test_cpprestsdk.log
Note:
The same steps and build environment worked fine last week, but failed this week.
The text was updated successfully, but these errors were encountered: