Modify ↓
Ticket #387 (closed defect: fixed)
defect in logger test
| Reported by: | vaddsm@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 |
| Component: | commands | Version: | 0.6.2 |
| Keywords: | Cc: |
Description
In test_db_execute_logging_validfile function, you are trying to remove log-file which is already opened by logging system, with write-append access. On Windows that causes error, because opened to write files are protected from removing.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [5a708caca66f].