-
Notifications
You must be signed in to change notification settings - Fork 721
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 code/infrastruture should use DYLD_LIBRARY_PATH on OSX JDK11 #3686
Comments
fyi @renfeiw |
Before tests would hang at |
@sophia-guo Could you update the lib path for osx? Could you also check if we can use |
Talked with Sophia, I will work on this issue |
|
#3765 is the fix for this issue. Closing this issue since the following exception is no longer seen while running the
make target: |
The following tests are failing in #3603 ... Sanity - JDK11 - osx_x86-64_cmprssptrs:
The reason for the above test failures is
UnsatisfiedLinkError
:To fix the above test failures, test infrastructure needs to set
DYLD_LIBRARY_PATH
on MacOSX instead ofLD_LIBRARY_PATH
.fyi - @llxia @smlambert @gacholio
The text was updated successfully, but these errors were encountered: