aerospike-community / aerospike-client-php

Aerospike client for PHP7
Apache License 2.0
29 stars 28 forks source link

Fix testInfoPositiveForLatency test #61

Closed bbaga closed 3 years ago

bbaga commented 3 years ago

testInfoPositiveForLatency test is failing

Looks like latency is called latencies now https://www.aerospike.com/docs/reference/info/index.html#latencies

Had to lock the PHP 7.3 version to 7.3.24 due to Segmentation Faults on 7.3.25 On the same note, the unit tests are failing on Travis' 7.4 also with Segmentation Faults, but they work in my container built on top of php:7.4.13-cli