Actions
Bug #22384
closedlib/controller test timeout
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Tests
Target version:
-
Story points:
-
Description
A very rough first guess just skimming the goroutine traces in the full log is that it's a database deadlock?
======= test lib/controller
time="2024-12-06T15:07:42Z" level=warning msg="error refreshing cache" error="Get \"http://127.0.0.1:44365/discovery/v1/apis/arvados/v1/rest\": context deadline exceeded" path=/discovery/v1/apis/arvados/v1/rest
time="2024-12-06T15:08:42Z" level=warning msg="error refreshing cache" error="Get \"http://127.0.0.1:44365/discovery/v1/apis/arvados/v1/rest\": context deadline exceeded" path=/discovery/v1/apis/arvados/v1/rest
time="2024-12-06T15:09:42Z" level=warning msg="error refreshing cache" error="Get \"http://127.0.0.1:44365/discovery/v1/apis/arvados/v1/rest\": context deadline exceeded" path=/discovery/v1/apis/arvados/v1/rest
time="2024-12-06T15:10:42Z" level=warning msg="error refreshing cache" error="Get \"http://127.0.0.1:44365/discovery/v1/apis/arvados/v1/rest\": context deadline exceeded" path=/discovery/v1/apis/arvados/v1/rest
coverage: 82.1% of statements
panic: test timed out after 10m0s
running tests:
Test (10m0s)
FAIL git.arvados.org/arvados.git/lib/controller 600.052s
FAIL
======= lib/controller tests -- FAILED
Files
Updated by Brett Smith over 1 year ago
This is not a one-off, a rerun on Jenkins produced an identical result: run-tests-remainder: #4813
Updated by Tom Clegg over 1 year ago
Updated by Brett Smith over 1 year ago
- Status changed from New to Closed
Closing this because, shock, the tests are failing because of changes in the branch. The original ticket is #22363, I've bisected it to a Passenger upgrade at least and can reproduce it locally, will continue work there.
Updated by Brett Smith over 1 year ago
- Is duplicate of Bug #22363: Updated bundled Passenger added
Actions