Skip to content

Commit

Permalink
fix some scene
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Jun 12, 2024
1 parent ee86674 commit 1aa34bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/rca/scene/transaction_wait_timeout_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def execute(self):
)
elif self.error_msg_type == "Lock wait timeout exceeded":
# gather log about "mvcc_write conflict"
work_path_mvcc_write_conflict = self.work_path + "/mvcc_write conflict"
work_path_mvcc_write_conflict = self.work_path + "/mvcc_write_conflict"
self.gather_log.grep("mvcc_write conflict")
logs_name = self.gather_log.execute(save_path=work_path_mvcc_write_conflict)
if logs_name is None or len(logs_name) <= 0:
Expand Down

0 comments on commit 1aa34bc

Please sign in to comment.