Resolve "Tests de distance qui ne passent plus"
Closes #331 (closed)
Adapted two integration tests broken by the evaluation period change in commit 4082dddf.
-
test_identity_creation_workflow: Changed
run_to_block(84)→run_to_block(134). Eve becomes member at block 120 (3×40) withfirst_eligible_ud=\#13, but block 84 only has UD #9, causing underflow when claiming. Block 134 provides UD #14 for claiming UDs #13-#14 (note: UD re-evaluation occurs at block 100, affecting amounts). -
test_membership_renewal: Added
membership_period=200in test parameters. Distance evaluation completes at block 120, but defaultmembership_period=100causes expiration at block 100, turning renewal into re-entry. Extended period ensures membership stays active during evaluation.
Updated two cucumber tests to reflect the evaluation period change from 7 to 40 blocks:
- identity_creation: Changed wait from 7→40 blocks before and after oracle call
- distance_fail: Changed wait from 7→40 blocks before and after oracle call