We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Run Go tests fails randomly.
Run Go tests
Example for failing tests: https://github.com/treeverse/lakeFS/actions/runs/13592064581/job/38000346479?pr=8739
Errors:
2025/02/28 16:19:00 Creating database test-db 0x02025/02/28 16:19:05 creating database: failed to retrieve account properties: GET https://localhost:32774 -------------------------------------------------------------------------------- RESPONSE 403: 403 Forbidden ERROR CODE: 403 Forbidden -------------------------------------------------------------------------------- { "code": "Forbidden", "message": "Database Account localhost does not exist\r\nActivityId: 48fe8d6f-691f-46a7-a5eb-aad2c08fdc9b, Microsoft.Azure.Documents.Common/2.14.0" } -------------------------------------------------------------------------------- FAIL github.com/treeverse/lakefs/pkg/kv/cosmosdb 41.424s ok github.com/treeverse/lakefs/pkg/kv/dynamodb 28.972s coverage: 75.6% of statements ok github.com/treeverse/lakefs/pkg/kv/local 2.773s coverage: 88.2% of statements ok github.com/treeverse/lakefs/pkg/kv/mem 1.452s coverage: 100.0% of statements ok github.com/treeverse/lakefs/pkg/kv/postgres 27.787s coverage: 86.0% of statements ok github.com/treeverse/lakefs/pkg/loadtest 6.959s coverage: 75.9% of statements FAIL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
Run Go tests
fails randomly.Example for failing tests: https://github.com/treeverse/lakeFS/actions/runs/13592064581/job/38000346479?pr=8739
Errors:
The text was updated successfully, but these errors were encountered: