-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD][14.0] slow_wsgi_logger: log slow wsgi request #2607
base: 14.0
Are you sure you want to change the base?
Conversation
53269b4
to
6c49d54
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 LGTM
/ocabot merge nobump |
On my way to merge this fine PR! |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-2607-by-dreispt-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
/ocabot rebase |
Congratulations, PR rebased to 14.0. |
df6e269
to
6add114
Compare
@petrus-v Tests are still failing |
6add114
to
bb25bfb
Compare
bb25bfb
to
9a1bb66
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-2607-by-dreispt-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
"fake.test", | ||
"name_search", | ||
wait, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test is failing. Not quite sure what to make of it, to my best interpretation skills the fake.test
model is not properly loaded, hence test fails and Odoo attempts to restore the savepoint but can't find it and the cursor is reset to an unusable state. The next query that has to do with registry restore, then also fails to execute.
This module lets you log slow WSGI requests. It is useful to analysis
performance issue given more context regarding the request and
only log if processed time is higher to the defined limit.