Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Problem with loading HTML logs from docRoot #215

Open walus1305 opened 5 years ago

walus1305 commented 5 years ago

When i set my NAS directory in doc.root.folder=E:\docRoot, logs loading very long on website or shows 404 error. When I back configuration to doc.root.folder=docRoot (localy folder) everythings works fine.

itaiag commented 5 years ago

It is very important to provide file system access with good IO performance. In some cases, the NAS is not fast enough and it deteriorate the performance dramatically. This is one of the reasons behind the implementation of the new archive server abilities. This will allow users to keep the server working on local file system while saving old reports to a different server working on NAS or other, slower file system. The feature should be ready for production in the coming weeks.

walus1305 commented 5 years ago

Great!! About slow IO . I found similar bug and there was script test.js which check IO performance and my NAS has a very good performance less than 10 ms