Done
Details
Assignee
mohit.joshimohit.joshiReporter
mohit.joshimohit.joshiTime tracking
1d 6h 15m loggedFix versions
Priority
Medium
Details
Details
Assignee
mohit.joshi
mohit.joshiReporter
mohit.joshi
mohit.joshiTime tracking
1d 6h 15m logged
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created May 7, 2022 at 5:37 AM
Updated March 6, 2024 at 5:53 PM
Resolved July 23, 2022 at 3:17 PM
It is really handy to have a tool that converts pstress thread logs into SQL file which can be directly executed against a running server.
This feature will be helpful in case we find a crash with pstress in single-thread mode. We would need to filter out SQLs from the pstress logs and want to execute it sequentially against a running server.
The objective is to create a script that filters out all the SQLs from the log file.
Usage:
./pstress_log_to_sql_converter.sh <pstress_thread.log>
output: crash_sql.sql