-
Notifications
You must be signed in to change notification settings - Fork 54
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
test discovery #5
test discovery #5
Conversation
Garcia6l20
commented
Oct 13, 2020
- adding doctest discovery (doctest.cmake)
- adding doctest discovery (doctest.cmake)
This is a cosmetic PR but results in nicer test reports |
Wow, this is really great! I merged "integrate_all" and your proposed change and pushed it as branch "deleteme2" to see what github actions do. In all configurations, the test "multi-threaded" runs into a timeout, see https://github.com/andreasbuhr/cppcoro/runs/1248616370 . Did you also observe this? Is this easy to fix? If not, can we disable the test until we have a fix? |
I've been lucky: https://github.com/Garcia6l20/cppcoro/runs/1252808292?check_suite_focus=true |
Do you observe this behavior on you laptop ? |
Notice we have 2 multi-threaded test, |
Increasing the timeout for the one test which sometimes runs into timeout sound like a good solution to me. Would you do it? |
Yes, |
Hi, oh yes, sanitizers would be cool. |
Idk, I just know they are fixed now I'll try out this version after. |
Well it work... hum... it fails but it works :) https://github.com/Garcia6l20/cppcoro/runs/1255719412 ubsan seems not working with coroutines |
This looks really great, thank you so much. |