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
46 stars 30 forks source link

Difido V3.0 - H2 locking issue (days.to.keep.html.reports not working) #252

Open NirBY opened 3 years ago

NirBY commented 3 years ago

Difido Ver: V3.0 Executer - jSystem Configuration used:difido_config.properties Log:difido.log.10.txt

Seems to be H2 locking issue. rolling back to older ver till fixed.

It seems it is not H2 issue, because of reports data deleted from disc. The pb is that report is not deleted in HTML side. empty (deleted) reports are returned too.

Also can help, in new ver no printing of: Expected results missing in log (example taken from difido v2.2.05 log): 2021-04-08 04:54:16.673 DEBUG 14254 --- [pool-4-thread-1] i.c.t.r.f.scheduled.HtmlReportsEraser : Execution with id 20656 creation date is 05/04/2021 which makes it 3 days old which is more then the maximum of 3 to keep. About to delete HTML reports of the execution 2021-04-08 04:54:16.673 DEBUG 14254 --- [pool-4-thread-1] i.c.t.r.b.execution.MetadataController : About to delete the metadata of execution with id 20656 2021-04-08 04:54:16.673 DEBUG 14254 --- [pool-4-thread-1] i.c.t.r.b.execution.MetadataController : Metadata of execution with id 20656 was deleted 2021-04-08 04:54:16.673 DEBUG 14254 --- [pool-4-thread-1] i.c.t.r.b.html.HtmlReportsController : About to delete execution folder of execution with id 20656

image