File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ELASTICSEARCH_VERIFY_CERTS=False
21
21
ELASTICSEARCH_TIMEOUT = 600
22
22
23
23
# Version of Elastic products
24
- STACK_VERSION = 8.6.1
24
+ STACK_VERSION = 8.17.0
25
25
26
26
# Set the cluster name
27
27
CLUSTER_NAME = docker-cluster
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ ELASTICSEARCH_SCHEME=http
17
17
ELASTICSEARCH_TIMEOUT = 600
18
18
19
19
# Version of Elastic products
20
- STACK_VERSION = 8.6.1
20
+ STACK_VERSION = 8.17.0
Original file line number Diff line number Diff line change @@ -307,9 +307,9 @@ and [`docker-compose`](https://docs.docker.com/compose/install/) installed.
307
307
308
308
``` shell
309
309
% docker-compose --version
310
- Docker Compose version v2.15.1
310
+ Docker Compose version v2.31.0
311
311
% poetry --version
312
- Poetry (version 1.4.0 )
312
+ Poetry (version 1.8.4 )
313
313
```
314
314
315
315
Clone the repo:
@@ -334,6 +334,7 @@ docker-compose --env-file=.env.test up -d
334
334
Run tests (with -s option to allow more verbose output):
335
335
336
336
``` shell
337
+ cp .env.test .env # copy the test environment variables
337
338
poetry run pytest -s
338
339
```
339
340
Original file line number Diff line number Diff line change 1
- version : ' 3.9'
2
-
3
1
services :
4
2
postgres :
5
3
image : postgres:15
@@ -22,6 +20,8 @@ services:
22
20
- xpack.security.enabled=false
23
21
- discovery.type=single-node
24
22
- action.auto_create_index=false
23
+ - ES_JAVA_OPTS=-XX:UseSVE=0
24
+ - CLI_JAVA_OPTS=-XX:UseSVE=0
25
25
ulimits :
26
26
memlock :
27
27
soft : -1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sinker = "sinker.__main__:main"
11
11
12
12
[tool .poetry .dependencies ]
13
13
python = " ^3.9"
14
- elasticsearch = " ^8.6.1 "
14
+ elasticsearch = " ^8.17.0 "
15
15
environs = " >=9.5,<12.0"
16
16
psycopg = " ^3.1.8"
17
17
pytest-mock = " ^3.10.0"
You can’t perform that action at this time.
0 commit comments