action #64809
Updated by mkittler almost 5 years ago
### current behavior
Worker uploads some text results possibly multiple times.
I've created the following change track result uploads (and their size): https://github.com/os-autoinst/openQA/compare/master...Martchus:log-size-accounting?expand=1
With this one can see lots of duplicated uploads in the web UI log, e.g.
```
sort webui-log-job-1260-opensuse-15.1-DVD-Updates-x86_64-Build20200321-1-gnome@uefi.log | uniq -d | grep -i accounting
```
prints
```
```
### problem
This wastes resources mainly network bandwidth, increased disk I/O on the web UI host and time.
### notes / suggestion
For screenshots the web UI provides the worker with a list of known screenshot MD5 sums to avoid this. A similar mechanism could be implemented for text results.