Skip to content

Commit d80aea1

Browse files
author
Jesse S
authored
fix: TOOLS-2927 upgrade c-client to fix tls slow and intermittent tls write errors (#95)
* fix: TOOLS-2927 upgrade c-client to fix tls slow and intermittent tls write errors
1 parent 34af774 commit d80aea1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/c-client

Submodule c-client updated 75 files

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aerospike~=14.0.0
1+
aerospike~=15.0.0
22
docker
33
pytest
44
pylint

test/integration/aerospike_servers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
WORK_DIRECTORY = lib.WORK_DIRECTORY
2424

25-
SERVER_IMAGE = "aerospike/aerospike-server"
25+
SERVER_IMAGE = "aerospike/aerospike-server:7.0.0.5"
2626
SERVER_VERSION = ""
2727

2828

0 commit comments

Comments
 (0)