Description
Os : S390X
Apache Geode version : 1.3.0
Apache Geode uses JNA-4.0.0.
Below test case failures are observed on S390x which are not present in case of X86 as JNA version(4.0.0) doesn't support s390x.
1. org.apache.geode.internal.process.NativeProcessUtilsTest > isProcessAlive_livePid_returnsTrue.
2. org.apache.geode.internal.process.NativeProcessUtilsTest > isProcessAlive_deadPid_returnsFalse.
In future , If Geode source code is modified such that it uses JNA-4.5.0(supports S390X too) , the above test case failures may get resolved.
Attachments
Issue Links
- duplicates
-
GEODE-4622 Update library dependencies
- Closed