-
Notifications
You must be signed in to change notification settings - Fork 846
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
Unclear test status #8486
Comments
The instructions for building with cmake are here: Lines 84 to 139 in 8ae1225
From the root wolfSSL folder:
At the end you should see:
Thanks, |
Thank you @embhorn I still could not get a successful test, are you building commit tagged v5.7.2-stable ?
|
I just retested with v5.7.2 successfully. The error log you shared is showing that the tcp connect is failing. Can you check that there are no other running instances of the test? Maybe from ctrl-C'ing the test previously? |
Ctrl-C did not work, I had to restart my OS to make it work, not sure what went wrong. |
Version
5.7.2-stable
Description
After building the project, it is unclear if the tests are successful or not. And I am not sure if I am running the test correctly.
I build the project in debug mode (test building is enabled by default) :
RUn the unit tests
./tests/unit.test
A unit test does not seem to succeed, maybe an issue with a client reaching a host
Any thoughts on what I am doing or went wrong ?
The text was updated successfully, but these errors were encountered: