|
7 | 7 | name: Reorg tests
|
8 | 8 | runs-on: ubuntu-latest
|
9 | 9 | env:
|
10 |
| - PINECONE_DEBUG_CURL: 'false' |
11 | 10 | PINECONE_API_KEY: '${{ secrets.PINECONE_API_KEY }}'
|
12 |
| - PINECONE_ADDITIONAL_HEADERS: '{"sdk-test-suite": "pinecone-python-client"}' |
| 11 | + PINECONE_ADDITIONAL_HEADERS: '{"sdk-test-suite": "pinecone-python-client", "x-environment": "preprod-aws-0"}' |
13 | 12 | strategy:
|
14 | 13 | fail-fast: false
|
15 | 14 | matrix:
|
|
54 | 53 | - name: 'Run integration tests'
|
55 | 54 | run: poetry run pytest tests/integration/inference --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
|
56 | 55 | env:
|
57 |
| - PINECONE_DEBUG_CURL: 'true' |
58 | 56 | PINECONE_API_KEY: '${{ secrets.PINECONE_API_KEY }}'
|
| 57 | + PINECONE_ADDITIONAL_HEADERS: '{"sdk-test-suite": "pinecone-python-client", "x-environment": "preprod-aws-0"}' |
59 | 58 |
|
60 | 59 |
|
61 | 60 | dependency-test-asyncio:
|
|
84 | 83 | metric: 'cosine'
|
85 | 84 | spec: '{ "serverless": { "region": "us-west-2", "cloud": "aws" }}'
|
86 | 85 | PINECONE_API_KEY: '${{ secrets.PINECONE_API_KEY }}'
|
| 86 | + PINECONE_ADDITIONAL_HEADERS: '{"sdk-test-suite": "pinecone-python-client", "x-environment": "preprod-aws-0"}' |
87 | 87 | freshness_timeout_seconds: 600
|
88 | 88 | skip_weird_id_tests: 'true'
|
89 | 89 |
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | - name: 'Run integration tests (REST)'
|
147 | 147 | run: poetry run pytest tests/integration/control/serverless --retries 5 --retry-delay 35 -s -vv --log-cli-level=DEBUG
|
148 | 148 | env:
|
149 |
| - PINECONE_DEBUG_CURL: 'true' |
150 | 149 | PINECONE_API_KEY: '${{ secrets.PINECONE_API_KEY }}'
|
| 150 | + PINECONE_ADDITIONAL_HEADERS: '{"sdk-test-suite": "pinecone-python-client", "x-environment": "preprod-aws-0"}' |
151 | 151 | SERVERLESS_CLOUD: '${{ matrix.testConfig.serverless.cloud }}'
|
152 | 152 | SERVERLESS_REGION: '${{ matrix.testConfig.serverless.region }}'
|
0 commit comments