aerospike-client-python
aerospike-client-python copied to clipboard
Aerospike Python Client
CI/CD: Add regression test to make sure sanitizer wheels build and run properly during tests TODO: libasan not linked properly with C client?
The current code example produces error: ``` root@d1716cafa3fb:/app# cat script.py import aerospike import pprint digest = aerospike.calc_digest("test", "demo", 1 ) pp.pprint(digest) root@d1716cafa3fb:/app# python script.py Traceback (most recent call last): File...
Prep work for create_pki_user feature introduced in server 8.1 - Create client certificate and private signing key for the "superuser" user