zebrunner / reporting

Zebrunner Reporting Tool
https://zebrunner.com/documentation
Apache License 2.0
209 stars 44 forks source link

test run with 0 executed tests has "in progress" status forever #1873

Closed vdelendik closed 4 years ago

vdelendik commented 4 years ago

Description Some TestNG classes have dynamic dataprovider and due to the different reasons could execute 0 tests. All those runs have running state forever without ability to abort correctly.

We have to adjust logic for finish to mark those runs as failed due to the 0 executions and setp appropriate final state. Also if we have 0-0-0 tests registered for in progress job we should be able to abort this run s as well.

Steps to reproduce register test run with completely excluded methods

dzmitrymishyn commented 4 years ago

It looks like it was fixed on B/E side before.