Bug #44658
seastar is busting unit tests
0%
Description
run-make-check.sh does not pass any more in seastar tests. I have tried on my old rex box and one of the new vossi machines (Fedora 31) with a fresh Ceph install. It reports that it can't find the sanitizer, but in actuality seems to be missing dependencies. These are not installed by install-deps.sh.
On Fedora, the issue seems to resolve by installing:
libasan libatomic libubsan
I didn't check the corresponding names in deb-based distributions. I don't know how dependencies keep getting added without them being added to these install lists, but it is a repeating phenomenon and very frustrating for those of us trying to work on other things.
History
#1 Updated by Kefu Chai over 3 years ago
- Status changed from New to Fix Under Review
- Priority changed from Immediate to Normal
- Pull request ID set to 34016
#2 Updated by Kefu Chai over 3 years ago
- Status changed from Fix Under Review to Resolved
#3 Updated by Kefu Chai over 3 years ago
I don't know how dependencies keep getting added without them being added to these install lists, but it is a repeating phenomenon and
i want to note that this is not true as it's not a "repeating phenomenon",
very frustrating for those of us trying to work on other things.
so do i. it's frustrating to work on this project if my contribution just frustrates "those of us" repeatly.