lakeFS
lakeFS copied to clipboard
test: Fixes intermittent test failure related to CosmosDB
Closes #8659
- Updated the
TestCosmosDBfunction to includet.Helper()for better test helper function behavior. - Improved error logging to include raw response data for better debugging.
- Added new environment variables for the CosmosDB emulator to disable data persistence and rate limiting.
- Captured and logged the CosmosDB emulator container output for better debugging.
- Refactored the HTTP client initialization only once.