GUI doesn't update if test run ends quickly
Open
- Dominant language
- Python
- Stars
- 722
- Forks
- 237
- Avg merge
- 11h 31m
- Merged PRs (30d)
- 4
Description
Here, for example, we can see a six-second delay before the GUI logs a request from the test script:
```
python -m openhtf.output.web_gui > /dev/null &
$ date; python openhtf/examples/hello_world.py
Tue Aug 1 15:53:29 PDT 2017
Enter a DUT ID in order to start the test.
192.168.10.184 - - [01/Aug/2017 15:53:35] "POST /RPC2 HTTP/1.1" 200 -
```
If we enter a DUT immediately on the console (or run a script that don't require user input and exits quickly) then no test results ever show up in the GUI.
Using current master (c7da295).
Contributor guide
Assessment
This issue has not been assessed yet.