File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
- name : Run data plane tests
39
39
id : data-plane-asyncio-tests
40
40
shell : bash
41
- run : poetry run pytest tests/integration/data_asyncio --retries 3 --retry-delay 20 -s -vv --log-cli-level=DEBUG
41
+ run : poetry run pytest tests/integration/data_asyncio --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
42
42
env :
43
43
PINECONE_API_KEY : ${{ inputs.PINECONE_API_KEY }}
44
44
USE_GRPC : ${{ inputs.use_grpc }}
Original file line number Diff line number Diff line change 52
52
- name : Run data plane tests
53
53
id : data-plane-tests
54
54
shell : bash
55
- run : poetry run pytest tests/integration/data --retries 3 --retry-delay 20 -s -vv --log-cli-level=DEBUG
55
+ run : poetry run pytest tests/integration/data --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
56
56
env :
57
57
PINECONE_API_KEY : ${{ inputs.PINECONE_API_KEY }}
58
58
USE_GRPC : ${{ inputs.use_grpc }}
Original file line number Diff line number Diff line change 26
26
- name : Run data plane tests
27
27
id : data-plane-asyncio-tests
28
28
shell : bash
29
- run : poetry run pytest tests/integration/data_asyncio --retries 3 --retry-delay 20 -s -vv --log-cli-level=DEBUG
29
+ run : poetry run pytest tests/integration/data_asyncio --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
30
30
env :
31
31
PINECONE_API_KEY : ${{ secrets.PINECONE_API_KEY }}
32
32
51
51
include_asyncio : true
52
52
include_dev : true
53
53
- name : ' db_control asyncio'
54
- run : poetry run pytest tests/integration/control_asyncio --retries 3 --retry-delay 20 -s -vv --log-cli-level=DEBUG
54
+ run : poetry run pytest tests/integration/control_asyncio --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
55
55
env :
56
56
PINECONE_API_KEY : ' ${{ secrets.PINECONE_API_KEY }}'
Original file line number Diff line number Diff line change 21
21
with :
22
22
include_asyncio : true
23
23
- name : ' Run integration tests'
24
- run : poetry run pytest tests/integration/inference --retries 3 --retry-delay 20 -s -vv --log-cli-level=DEBUG
24
+ run : poetry run pytest tests/integration/inference --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
25
25
env :
26
26
PINECONE_DEBUG_CURL : ' true'
27
27
PINECONE_API_KEY : ' ${{ secrets.PINECONE_API_KEY }}'
@@ -113,7 +113,7 @@ jobs:
113
113
- name : Setup Poetry
114
114
uses : ./.github/actions/setup-poetry
115
115
- name : ' Run integration tests (REST)'
116
- run : poetry run pytest tests/integration/control/serverless --retries 3 --retry-delay 20 -s -vv --log-cli-level=DEBUG
116
+ run : poetry run pytest tests/integration/control/serverless --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
117
117
env :
118
118
PINECONE_DEBUG_CURL : ' true'
119
119
PINECONE_API_KEY : ' ${{ secrets.PINECONE_API_KEY }}'
Original file line number Diff line number Diff line change 58
58
include_asyncio : true
59
59
60
60
- name : Run unit tests (REST)
61
- run : poetry run pytest --cov=pinecone --timeout=120 tests/unit --retries 3 --retry-delay 20 -s -vv --log-cli-level=DEBUG
61
+ run : poetry run pytest --cov=pinecone --timeout=120 tests/unit --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
62
62
- name : Run unit tests (GRPC)
63
63
if : ${{ matrix.use_grpc == true }}
64
- run : poetry run pytest --cov=pinecone/grpc --timeout=120 tests/unit_grpc --retries 3 --retry-delay 20 -s -vv --log-cli-level=DEBUG
64
+ run : poetry run pytest --cov=pinecone/grpc --timeout=120 tests/unit_grpc --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
You can’t perform that action at this time.
0 commit comments