Skip to content

Test generator blocking issue #4710

@jtraglia

Description

@jtraglia

There appears to be some issue in the generator.

This is probably the real reason the test in the following issue stalled:

Image

For some reason, these two tests were added to active_tests but never printed "Starting" and never actually executed.

It's as if line 181 were forever blocked & therefore in deadlock.

active_tests[key] = test_start
debug_print(f"Starting: {test_case.get_identifier()}")

I'm really not sure what's going on here. Probably time to just retire the custom test generator & do pytest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions