oauth_validator: Shorten JSON responses in test logs Response padding from the oauth_validator abuse tests was adding a couple megabytes to the test logs. We don't need the buildfarm to hold onto that, and we don't need to read it when debugging; truncate it.
Reported-by: Álvaro Herrera <[email protected]> Discussion: https://postgr.es/m/202511251218.zfs4nu2qnh2m%40alvherre.pgsql Backpatch-through: 18 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/3d8183e7c47364ca558c810199855493ea5bdd6b Modified Files -------------- src/test/modules/oauth_validator/t/oauth_server.py | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-)
