Actions
Bug #15261
closedrun-tests-federation failing on jenkins
Story points:
-
Related issues
Updated by Peter Amstutz over 5 years ago
- Status changed from New to In Progress
Updated by Tom Morris over 5 years ago
- Target version changed from To Be Groomed to 2019-05-22 Sprint
Updated by Tom Morris over 5 years ago
- Target version changed from 2019-05-22 Sprint to 2019-06-05 Sprint
Updated by Peter Amstutz over 5 years ago
The test does a preliminary cleanup of collections. This is federated, it cleans up across each cluster.
May 23 17:14:17 4xphq.arvadosapi.com arvados-controller[7040]: {"PID":7040,"RequestID":"req-5qyagztkh70zbk8bkvwj","level":"info","msg":"request","remoteAddr":"127.0.0.1:15642","reqBytes":0,"reqForwardedFor":"98.118.60.144","reqHost":"4xphq.arvadosapi.com","reqMethod":"DELETE","reqPath":"arvados/v1/collections/c97qk-4zz18-3x18ksisv6vtu1y","reqQuery":"_profile=true\u0026help=false\u0026uuid_given=true","time":"2019-05-23T17:14:17.204443069Z"} May 23 17:14:17 4xphq.arvadosapi.com arvados-controller[7040]: {"PID":7040,"RequestID":"req-5qyagztkh70zbk8bkvwj","level":"info","msg":"response","remoteAddr":"127.0.0.1:15642","reqBytes":0,"reqForwardedFor":"98.118.60.144","reqHost":"4xphq.arvadosapi.com","reqMethod":"DELETE","reqPath":"arvados/v1/collections/c97qk-4zz18-3x18ksisv6vtu1y","reqQuery":"_profile=true\u0026help=false\u0026uuid_given=true","respBytes":126,"respStatus":"Forbidden","respStatusCode":403,"time":"2019-05-23T17:14:17.422659000Z","timeToStatus":0.217797,"timeTotal":0.218070,"timeWriteBody":0.000273}
The delete operation is failing for an unexpected reason:
req-5qyagztkh70zbk8bkvwj] Missing signature on locator a04da5d2fc3101a71e19146b1a1b238b+36 #<ArvadosModel::PermissionDeniedError: ArvadosModel::PermissionDeniedError> Error 1558631657+1fe7d861: 403 {"method":"DELETE","path":"/arvados/v1/collections/c97qk-4zz18-3x18ksisv6vtu1y","format":"json","controller":"Arvados::V1::CollectionsController","action":"destroy","status":403,"duration":43.67,"view":0.41,"db":11.57,"request_id":"req-5qyagztkh70zbk8bkvwj","client_ipaddr":"54.209.184.185","client_auth":"4xphq-gj3su-fwroumji2gsa9tv","params":{"_profile":"true","help":"false","uuid_given":"true"},"@timestamp":"2019-05-23T17:14:17.400122232Z","@version":"1","message":"[403] DELETE /arvados/v1/collections/c97qk-4zz18-3x18ksisv6vtu1y (Arvados::V1::CollectionsController#destroy)"}
Updated by Peter Amstutz over 5 years ago
We've discovered a bug with versioning, being followed up on #15275
Updated by Peter Amstutz over 5 years ago
- Related to Bug #15275: [API] Collection DELETE call fail when versioning is active added
Updated by Peter Amstutz over 5 years ago
- Status changed from In Progress to Resolved
Actions