Closed skupr-anaconda closed 3 years ago
Do you have any ideas as to how I can interact with a ppc64le platform? Is there a virtualization system that works well?
With some effort, I am able to duplicate your problem. Some initial investigation reveals the core problem is the page size. The page size of ppc64le on Debian and others is 64K, which is quite unusual. Regardless, this is a test-only problem. I'll have the test fixed up soon.
This is resolved in master.
Affected Operating Systems
Affected py-lmdb Version
python-lmdb-1.2.1
py-lmdb Installation Method
conda build
Using bundled or distribution-provided LMDB library?
Distribution name and LMDB library version
Other important machine info
Describe Your Problem
Tests fail on linux ppc64le with py36-py39
Errors/exceptions Encountered
Describe What You Expected To Happen
I expected the tests pass successfully.
Describe What Happened Instead
Tests failed.