Integrated: 1166: New Gitlab version is causing "Initial paginated response no longer paginated" errors
Erik Joelsson
erikj at openjdk.java.net
Mon Sep 13 20:54:13 UTC 2021
On Mon, 13 Sep 2021 19:45:43 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> This patch changes the exception thrown when a paginated rest query suddenly returns a results without pages. Instead of a RuntimeException I'm throwing an UncheckedRestException, which makes the BotRunner treat it as a warning instead of logging SEVERE. The assumption is that this happens randomly, just like other rest call failures, and that most WorkItems will just have to be rerun at a later time.
This pull request has now been integrated.
Changeset: 38e1a409
Author: Erik Joelsson <erikj at openjdk.org>
URL: https://git.openjdk.java.net/skara/commit/38e1a409c6d94771d4301a657f89195003ac6f7b
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
1166: New Gitlab version is causing "Initial paginated response no longer paginated" errors
Reviewed-by: kcr
-------------
PR: https://git.openjdk.java.net/skara/pull/1220
More information about the skara-dev
mailing list