Add debug output for integration test environment variables
Print ORCHARD_TEST_URL and ORCHARD_TEST_PASSWORD to diagnose why tests are failing with 401 - the password variable may not be reaching the pytest execution.
This commit is contained in:
@@ -118,6 +118,9 @@ release:
|
|||||||
- pip install --index-url "$PIP_INDEX_URL" pytest pytest-asyncio httpx
|
- pip install --index-url "$PIP_INDEX_URL" pytest pytest-asyncio httpx
|
||||||
script:
|
script:
|
||||||
- cd backend
|
- cd backend
|
||||||
|
# Debug: Print environment variables for test configuration
|
||||||
|
- echo "ORCHARD_TEST_URL=$ORCHARD_TEST_URL"
|
||||||
|
- echo "ORCHARD_TEST_PASSWORD is set to '${ORCHARD_TEST_PASSWORD:-NOT SET}'"
|
||||||
# Run full integration test suite, excluding:
|
# Run full integration test suite, excluding:
|
||||||
# - large/slow tests
|
# - large/slow tests
|
||||||
# - requires_direct_s3 tests (can't access MinIO from outside K8s cluster)
|
# - requires_direct_s3 tests (can't access MinIO from outside K8s cluster)
|
||||||
|
|||||||
Reference in New Issue
Block a user