Skip to content

Commit

Permalink
[CLIENT-3099] Add support for error code 32 (XDR key busy) (#662)
Browse files Browse the repository at this point in the history
Fix test for metrics node close listener
  • Loading branch information
juliannguyen4 authored Sep 16, 2024
1 parent bcd9f46 commit 25ac489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ jobs:
python-version: ${{ env.LOWEST_SUPPORTED_PY_VERSION }}
architecture: 'x64'
- name: Download aerolab
run: wget https://github.com/aerospike/aerolab/releases/download/7.6.0-7b5bbde/aerolab-linux-amd64-7.6.0.deb
run: wget https://github.com/aerospike/aerolab/releases/download/7.5.2/aerolab-linux-amd64-7.5.2.deb
- name: Install aerolab
run: sudo dpkg -i *.deb
- name: Tell aerolab to use Docker
Expand Down

0 comments on commit 25ac489

Please sign in to comment.