-
Notifications
You must be signed in to change notification settings - Fork 18
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
Log details required for debugging failed tests #409
Comments
For the purpose of reproducing issues, it would also be good to be able to replay the queries from the log. |
@ptrsmrn , @bhalevy, I have different perspective on the issue, let's discuss it:
Instead of logging (or in parallel to it) I would suggest the following:
Reproducibility problem should be addressed by setting |
196 MB are not hard to store. As for analyzing the log, leave it to the engineer who's working on the issue.
|
@dkropachev Saving logs only for failed tests makes sense, given their size. How gemini framework stores them internally, a file or sqlite, is not a concern to devs as long as devs don't need to query sqlite, so gemini logging them onto the screen/file or anything alike, as you suggested, is IMO good - essentially I'd just make these extra logs easily available for devs, so we don't hear further complaints ;) |
Given:
https://github.com/scylladb/scylla-enterprise/issues/3642#issuecomment-1849642826:
https://github.com/scylladb/scylla-enterprise/issues/3642#issuecomment-1838697317:
https://github.com/scylladb/scylla-enterprise/issues/3642#issuecomment-1838820807:
can we improve logging to the point that the cited issue and alike issues are (easily) debuggable? That would include:
cc @mykaul @nuivall
The text was updated successfully, but these errors were encountered: