Update BUGS file.
This commit is contained in:
parent
750913eeca
commit
b696c65f4c
1 changed files with 11 additions and 7 deletions
18
BUGS
18
BUGS
|
|
@ -1,15 +1,8 @@
|
||||||
Current
|
Current
|
||||||
- Tmp files are being left behind after shutdown.
|
|
||||||
- All tools in AppImages aren't working correctly. See ./vigil --self_test
|
- All tools in AppImages aren't working correctly. See ./vigil --self_test
|
||||||
|
|
||||||
|
|
||||||
Current (tool related)
|
Current (tool related)
|
||||||
- When the bandit executable is missing the result status is not an error.
|
|
||||||
There is possibly the same problem for every executable.
|
|
||||||
- gut had an error with utf-8. A traceback printed directly on the screen,
|
|
||||||
garbling the interface.
|
|
||||||
- There is much less code coverage than I expect from vigil.py, tools.py
|
|
||||||
and worker.py.
|
|
||||||
|
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
|
|
@ -258,6 +251,17 @@ Fixed
|
||||||
- If a job is paused for longer than the timeout period, sometimes it has
|
- If a job is paused for longer than the timeout period, sometimes it has
|
||||||
the timed out status when un-paused.
|
the timed out status when un-paused.
|
||||||
<- Dropped pause feature.
|
<- Dropped pause feature.
|
||||||
|
- When the bandit executable is missing the result status is not an error.
|
||||||
|
There is possibly the same problem for every executable.
|
||||||
|
<- Atm tools with missing executables aren't used.
|
||||||
|
- gut had an error with utf-8. A traceback printed directly on the screen,
|
||||||
|
garbling the interface.
|
||||||
|
<- Can't reproduce.
|
||||||
|
- There is much less code coverage than I expect from vigil.py, tools.py
|
||||||
|
and worker.py.
|
||||||
|
<- Coverage has changed, working now.
|
||||||
|
- Tmp files are being left behind after shutdown.
|
||||||
|
<- Can't reproduce.
|
||||||
|
|
||||||
|
|
||||||
Won't fix
|
Won't fix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue