Skip to content
Success

#27646 (Mar 18, 2026, 11:24:21 PM)

Started 8 hr 21 min ago
Took 14 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-ttcn3-hacks build number 3989
originally caused by:

This run spent:

  • 8.5 sec waiting;
  • 14 sec build duration;
  • 23 sec total from scheduled to completion.
Revision: 62fb5ece59fac0b3de39d413517cb8e40e1277a6
Repository: $GERRIT_REPO_URL
  • master
s1gw: f_REST_*(): use tr_HTTP_RespBody(decmatch T:?)

Pass `exp := tr_HTTP_RespBody(decmatch T:?)` to f_http_transact() in
every REST helper that decodes the response body.  This ensures both
a 2xx status code and a decodable body are required before any decode
attempt is made, producing an informative "Unexpected HTTP response"
verdict (rather than a confusing DTE) when e.g. an older osmo-s1gw
returns HTTP 404 with an empty body for an unsupported endpoint.

Change-Id: I6997dae5314d4a4588386183832426ab5b8d0843
Vadim Yanitskiy at