You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So unlike other test types, the test-cases are specific to a single phase, and generated with code. Can't just update the main.py to enable the tests for bellatrix.
Looks like we need to update the code-generator with Bellatrix support, somewhere here:
it is pretty straightforward to test the "default" case but the test logic will need to be extended to start testing "interesting" merge scenarios which this suite of tests would be well-positioned to address... i'd want to circle around with a few other efforts to understand the latest on merge testing before i dive into building these out
i'll open a PR with the "default" tests enabled and can extend in a future PR
The
random
blocks test-generator is not running for bellatrix:consensus-specs/tests/generators/random/main.py
Line 9 in 2232d76
Verified they are missing in spec tests of
v1.1.8
Shall I make a PR to enable this test-generator for bellatrix, or was it not enabled intentionally?
The text was updated successfully, but these errors were encountered: