Actions
Bug #14475
closed[Controller] POST .../collections/$uuid seems to have broken Workbench integration tests
Start date:
Due date:
% Done:
100%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
Success:
- af0d3cc15a850fa75373424eeffd98d0075b4660
- https://ci.curoverse.com/job/run-tests-apps-workbench-integration/2387/artifact/tmp/controller.log/*view*/
{"RequestID":"req-vrmyf4bthvfv16suwicy","level":"info","msg":"response","remoteAddr":"127.0.0.1:34336","reqBytes":11,"reqForwardedFor":"127.0.0.1","reqHost":"0.0.0.0:43341","reqMethod":"POST","reqPath":"arvados/v1/collections/zzzzz-4zz18-js48y3ykkfdfjd3","reqQuery":"","respBytes":843,"respStatus":"OK","respStatusCode":200,"time":"2018-11-10T00:50:26.920683219Z","timeToStatus":0.022875,"timeTotal":0.023370,"timeWriteBody":0.000495}
- 034d8c6cf7a261d29373233d9302aebe2a2f895a
- https://ci.curoverse.com/job/run-tests-apps-workbench-integration/2388/artifact/tmp/controller.log/*view*/
{"RequestID":"req-1sbp28puuckvwrf7x7j7","level":"info","msg":"response","remoteAddr":"127.0.0.1:52386","reqBytes":11,"reqForwardedFor":"127.0.0.1","reqHost":"0.0.0.0:57523","reqMethod":"POST","reqPath":"arvados/v1/collections/zzzzz-4zz18-js48y3ykkfdfjd3","reqQuery":"","respBytes":65,"respStatus":"Not Found","respStatusCode":404,"time":"2018-11-10T01:11:06.229845695Z","timeToStatus":0.014255,"timeTotal":0.014797,"timeWriteBody":0.000542}
Updated by Tom Clegg about 6 years ago
- Related to Feature #14198: [CWL] run steps on remote clusters added
Updated by Tom Clegg about 6 years ago
{"RequestID":"req-1rup84b3vrwu1uvt85xl","level":"info","msg":"request","remoteAddr":"127.0.0.1:59966","reqBytes":11,"reqForwardedFor":"127.0.0.1","reqHost":"0.0.0.0:60187","reqMethod":"POST","reqPath":"arvados/v1/collections/zzzzz-4zz18-js48y3ykkfdfjd3","reqQuery":"","time":"2018-11-13T15:21:24.464064896-05:00"}
...
&http.Request{Method:"POST", URL:(*url.URL)(0xc42013b400), Proto:"HTTP/1.0", ProtoMajor:1, ProtoMinor:0, Header:http.Header{"User-Agent":[]string{"Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0"}, "Accept-Language":[]string{"en-US,en;q=0.5"}, "Origin":[]string{"http://127.0.0.1:39121"}, "X-Request-Id":[]string{"req-1rup84b3vrwu1uvt85xl"}, "X-Forwarded-For":[]string{"127.0.0.1"}, "X-Forwarded-Proto":[]string{"https"}, "Connection":[]string{"close"}, "Content-Type":[]string{"application/x-www-form-urlencoded; charset=UTF-8"}, "Authorization":[]string{"OAuth2 3kg6k6lzmp9kj5cpkcoxie963cmvjahbt2fod9zru30k1jqdmi"}, "Content-Length":[]string{"11"}, "Accept":[]string{"application/json, text/javascript, */*; q=0.01"}, "Accept-Encoding":[]string{"gzip, deflate, br"}, "Referer":[]string{"http://127.0.0.1:39121/collections/zzzzz-4zz18-js48y3ykkfdfjd3?"}}, Body:(*http.body)(0xc420174b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11, TransferEncoding:[]string(nil), Close:true, Host:"0.0.0.0:60187", Form:url.Values{"_method":[]string{"GET"}}, PostForm:url.Values{"_method":[]string{"GET"}}, MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:"127.0.0.1:59966", RequestURI:"/arvados/v1/collections/zzzzz-4zz18-js48y3ykkfdfjd3", TLS:(*tls.ConnectionState)(nil), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), ctx:(*context.timerCtx)(0xc4201798c0)}
...
[req-1rup84b3vrwu1uvt85xl] #<ActionController::RoutingError: Path not found> [req-1rup84b3vrwu1uvt85xl] Error 1542140484+9f504c2e: 404
{"method":"POST","path":"/arvados/v1/collections/zzzzz-4zz18-js48y3ykkfdfjd3","format":"html","controller":"StaticController","action":"render_not_found","status":404,"duration":2.45,"view":0.71,"db":0.0,"request_id":"req-1rup84b3vrwu1uvt85xl","client_ipaddr":"127.0.0.1","client_auth":"zzzzz-gj3su-077z32aux8dg2s1","params":{"a":"arvados/v1/collections/zzzzz-4zz18-js48y3ykkfdfjd3"},"@timestamp":"2018-11-13T20:21:24.491520776Z","@version":"1","message":"[404] POST /arvados/v1/collections/zzzzz-4zz18-js48y3ykkfdfjd3 (StaticController#render_not_found)"}
...
{"RequestID":"req-1rup84b3vrwu1uvt85xl","level":"info","msg":"response","remoteAddr":"127.0.0.1:59966","reqBytes":11,"reqForwardedFor":"127.0.0.1","reqHost":"0.0.0.0:60187","reqMethod":"POST","reqPath":"arvados/v1/collections/zzzzz-4zz18-js48y3ykkfdfjd3","reqQuery":"","respBytes":65,"respStatus":"Not Found","respStatusCode":404,"time":"2018-11-13T15:21:24.495950254-05:00","timeToStatus":0.031859,"timeTotal":0.031935,"timeWriteBody":0.000076}
Updated by Tom Clegg about 6 years ago
14475-update-collection-error @ 2463e56150d0d10997f6b11ab0828c4b23d575df
See commit message.
Updated by Lucas Di Pentima about 6 years ago
2463e56150d0d10997f6b11ab0828c4b23d575df LGTM, but I saw an error message related to the run-tests.sh
update on 66d07bb91f91b0cd4c92c7ffa913f7181a3d4942: is git head
a real command or a typo? version 2.14.1 doesn't recognize it.
Updated by Tom Clegg about 6 years ago
Oops, "git head" is my .gitconfig alias for "log -n1 --format=%H". Fixed.
Updated by Tom Clegg about 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|f731a77a92ee926951422934959db21438d03de3.
Actions