-
Notifications
You must be signed in to change notification settings - Fork 30
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
Testsuite hangs forever after test 232 #147
Comments
I see the same issue at Arch Linux:
|
That doesn't look like the same thing. What happens when you run the failing test individually and get log output? |
interesting that after I updated all aws-c-* dependencies to the latest version this test problem has gone for me. |
As of the current moment, the aws-c-* libraries are not guaranteed ABI-compatible unless taken as a snapshot. It feels like we're getting packaging/distribution issues here and there and we need to lock that down, but I don't have any kind of ETA. |
@bretambrose I think the main issue that needs to be sorted out with the aws-c-* libraries are the non-standard cmake paths. The proper path for cmake files is See awslabs/aws-c-event-stream#15 and awslabs/aws-c-common#844. |
Understandable and I've skimmed all of those path/packaging issues but I don't feel personally comfortable tweaking those due to a lack of expertise and the $*%#-storm that will happen if the path changes break anything in how the libraries are built/consumed internally within Amazon's build systems and platforms. @JonathanHenson might be able to provide more knowledgable support there. |
As long as the changes are all made at once our build system won't care. The problem, of course is synchronizing that and making sure all consumers rebuild everything when they build their dependency closure. Maybe we could bootstrap the find_package scripts to check both paths until the next minor version revision? |
Please make sure that you are using the latest version of all of repo's. If you still run into any testsuite problems please open a new issue |
I just packaged
aws-c-auth
for openSUSE and noticed that the testsuite hangs forever after test 232:The text was updated successfully, but these errors were encountered: