Bug #3369
closedRunlog file names are not sufficiently unique
100%
Description
Names of the module runlog files go only to minute precission. There is a possibility, that the more of them may overwrite in case of multiple instances were launched at a same time. Make sure the names are unique by increasing time precission and/or adding pid.
Updated by Rajmund Hruška about 4 years ago
- Status changed from New to Resolved
- Assignee changed from Jan Mach to Pavel Kácha
- % Done changed from 0 to 100
My solution overrides the method from pizenkit, which determines the name of the file.
Updated by Pavel Kácha about 4 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Pavel Kácha to Rajmund Hruška
Wouldn't it make sense to send pull request directly to PyZenKit?
Updated by Rajmund Hruška about 4 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Rajmund Hruška to Pavel Kácha
I made a PR to the original project repository.
Updated by Rajmund Hruška about 4 years ago
- Status changed from Resolved to In Progress
- Assignee changed from Pavel Kácha to Rajmund Hruška
- % Done changed from 100 to 0
Updated by Rajmund Hruška almost 4 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Rajmund Hruška to Pavel Kácha
- % Done changed from 0 to 100
The PR was approved and merged.
Updated by Jan Mach almost 4 years ago
Built new version of Pyzenkit package (0.59) containing aforementioned fixes and increased version number for dependency in requirements file.
Updated by Pavel Kácha almost 4 years ago
- Assignee changed from Pavel Kácha to Rajmund Hruška
Just for clarification - changes are now in PyZenKit, so b3521f1c0fdb6ce58269f1254bf9783e481c91f7 (and related branch hruska-bugfix-#3369-runlog-names) is unnecessary and can be dropped?
Updated by Pavel Kácha almost 4 years ago
- Target version changed from Backlog to 2.8
Updated by Jan Mach almost 4 years ago
- Status changed from Resolved to Rejected
- Target version changed from 2.8 to Rejected
Yes, this feature is now covered in PyZenKit library, so this patch is not necessary and can be discarded.