Skip to content
New issue

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

"Run Go tests" CI step is flaky #8753

Open
itaigilo opened this issue Mar 4, 2025 · 0 comments
Open

"Run Go tests" CI step is flaky #8753

itaigilo opened this issue Mar 4, 2025 · 0 comments
Labels
area/ci area/testing Improvements or additions to tests tech-debt

Comments

@itaigilo
Copy link
Contributor

itaigilo commented Mar 4, 2025

The Run Go tests fails randomly.

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
@itaigilo itaigilo added area/ci area/testing Improvements or additions to tests tech-debt labels Mar 4, 2025
@itaigilo itaigilo changed the title "Run Go tests" CI step is flakey "Run Go tests" CI step is flaky Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci area/testing Improvements or additions to tests tech-debt
Projects
None yet
Development

No branches or pull requests

1 participant