-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
There appears to be some issue in the generator.
This is probably the real reason the test in the following issue stalled:
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.
consensus-specs/tests/core/pyspec/eth2spec/gen_helpers/gen_base/gen_runner.py
Lines 181 to 183 in 92dda6f
| 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
Labels
No labels