ludeknovy / jtl-reporter

JtlReporter is an online application that allows users to generate beautiful, customizable and easy to understand performance reports from JMeter(Taurus), Locust, and other tools.
https://jtlreporter.site
MIT License
127 stars 33 forks source link

Unexpected error occured whilst setting scenario retention #256

Closed kierangirvan closed 8 months ago

kierangirvan commented 8 months ago

Describe the bug When I attempt to set the retention period of a given scenario to a value, and click save, I get the following error: image

When I review the be container logs, I see the following being thrown: {"data":null,"isBoom":true,"isServer":false,"level":"error","output":{"headers":{},"payload":{"error":"Bad Request","message":"\"p50\" must be a boolean","statusCode":400},"statusCode":400}}

To Reproduce In jtlreporter fe, open project, select project settings, change "keep tests" from forever to 30 days. image

Expected behavior Test runs older than 30 days are deleted.

ludeknovy commented 8 months ago

Hi @kierangirvan . I think this issue was resolved in the latest version of the app. See https://github.com/ludeknovy/jtl-reporter/issues/252

kierangirvan commented 8 months ago

Thanks @ludeknovy

We'll get this upgraded today and confirm if this resolves the issue. Happy if you want to close this ticket as a duplicate.