Skip to content

RUN_IN_SEQUENCE doesn't work for multiple TestSuites #189

@doerk77

Description

@doerk77

Describe the bug
RUN_IN_SEQUENCE executes the tests on the first TestSuite, but the tests for the 2nd TestSuite are not being executed.

When RUN_IN_SEQUENCE calls AreAllTestsFinished(), it returns true (because no test has been registered yet) and therefore the tests never get executed.
But the tests can only be registered in TEST_ORDERED during execution of the test suite.

Note: It all works fine if the test suites are being executed in parallel.

Screenshots
Using TcUnit.RUN() and TEST()
image

Using TcUnit.RUN_IN_SEQUENCE() and TEST_ORDERED()
image

image

image

Software versions
v1.2.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions