Roundup Tracker - Issues

Issue 2551382

classification
invalid @verbose, @page_* values in rest uri's generate 409 not 400 error.
Type: behavior Severity: normal
Components: Web interface Versions:
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: normal :

Created on 2024-12-15 05:45 by rouilj, last changed 2024-12-15 06:59 by rouilj.

Messages
msg8229 Author: [hidden] (rouilj) Date: 2024-12-15 05:45
I was setting up fuzz testing for rest uri's and found that ValueError was
being raised up the stack and turned into a 409 error (Conflict). It should be
a generic 400 error.
msg8230 Author: [hidden] (rouilj) Date: 2024-12-15 06:59
Fixed in changeset:   8213:14e92a595828.

Also added the fuzz tests that found this issue and refactored a bit on test_liveserver.py
to allow reuse of session login method across existing and the new fuzz testing class.
History
Date User Action Args
2024-12-15 06:59:40rouiljsetstatus: new -> fixed
resolution: fixed
messages: + msg8230
2024-12-15 05:45:43rouiljcreate