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 42
42
- name : Run data plane tests
43
43
id : data-plane-asyncio-tests
44
44
shell : bash
45
- run : poetry run pytest tests/integration/data_asyncio --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
45
+ run : poetry run pytest tests/integration/data_asyncio --retries 2 --retry-delay 35 -s -vv --log-cli-level=DEBUG
46
46
env :
47
47
PINECONE_API_KEY : ${{ inputs.PINECONE_API_KEY }}
48
48
PINECONE_ADDITIONAL_HEADERS : ${{ inputs.PINECONE_ADDITIONAL_HEADERS }}
Original file line number Diff line number Diff line change 56
56
- name : Run data plane tests
57
57
id : data-plane-tests
58
58
shell : bash
59
- run : poetry run pytest tests/integration/data --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
59
+ run : poetry run pytest tests/integration/data --retries 2 --retry-delay 35 -s -vv --log-cli-level=DEBUG
60
60
env :
61
61
PINECONE_API_KEY : ${{ inputs.PINECONE_API_KEY }}
62
62
PINECONE_ADDITIONAL_HEADERS : ${{ inputs.PINECONE_ADDITIONAL_HEADERS }}
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 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
29
+ run : poetry run pytest tests/integration/data_asyncio --retries 2 --retry-delay 35 -s -vv --log-cli-level=DEBUG
30
30
env :
31
31
PINECONE_API_KEY : ${{ secrets.PINECONE_API_KEY }}
32
32
PINECONE_ADDITIONAL_HEADERS : ' {"sdk-test-suite": "pinecone-python-client", "x-environment": "preprod-aws-0"}'
52
52
include_asyncio : true
53
53
include_dev : true
54
54
- name : ' db_control asyncio'
55
- run : poetry run pytest tests/integration/control_asyncio/*.py --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
55
+ run : poetry run pytest tests/integration/control_asyncio/*.py --retries 2 --retry-delay 35 -s -vv --log-cli-level=DEBUG
56
56
env :
57
57
PINECONE_API_KEY : ' ${{ secrets.PINECONE_API_KEY }}'
58
58
PINECONE_ADDITIONAL_HEADERS : ' {"sdk-test-suite": "pinecone-python-client", "x-environment": "preprod-aws-0"}'
Original file line number Diff line number Diff line change 51
51
with :
52
52
include_asyncio : true
53
53
- name : ' Run integration tests'
54
- run : poetry run pytest tests/integration/inference --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
54
+ run : poetry run pytest tests/integration/inference --retries 2 --retry-delay 35 -s -vv --log-cli-level=DEBUG
55
55
env :
56
56
PINECONE_API_KEY : ' ${{ secrets.PINECONE_API_KEY }}'
57
57
PINECONE_ADDITIONAL_HEADERS : ' {"sdk-test-suite": "pinecone-python-client", "x-environment": "preprod-aws-0"}'
@@ -169,7 +169,7 @@ jobs:
169
169
- name : Setup Poetry
170
170
uses : ./.github/actions/setup-poetry
171
171
- name : ' Run integration tests (REST)'
172
- run : poetry run pytest tests/integration/control/serverless --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
172
+ run : poetry run pytest tests/integration/control/serverless --retries 2 --retry-delay 35 -s -vv --log-cli-level=DEBUG
173
173
env :
174
174
PINECONE_API_KEY : ' ${{ secrets.PINECONE_API_KEY }}'
175
175
PINECONE_ADDITIONAL_HEADERS : ' {"sdk-test-suite": "pinecone-python-client", "x-environment": "preprod-aws-0"}'
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 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
61
+ run : poetry run pytest --cov=pinecone --timeout=120 tests/unit --retries 2 --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 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
64
+ run : poetry run pytest --cov=pinecone/grpc --timeout=120 tests/unit_grpc --retries 2 --retry-delay 35 -s -vv --log-cli-level=DEBUG
You can’t perform that action at this time.
0 commit comments