Bounty: Fix Eviction Detection Timeout in Offline Validator Test
Tier: M — 60,000 XTM
Description
The "Offline validator gets evicted" cucumber test times out waiting for VN1 to list VN5 as evicted. The step looks for an eviction file at validator_node/VN1/data/layer_one_transactions which never appears. This may be a timing issue (eviction takes longer than the test timeout allows) or the eviction proof file path/mechanism may have changed. Investigate the root cause and fix the test.
Acceptance Criteria
Context
- Issue opened by @sdbondi
- Error:
Timeout waiting for eviction file at path .../validator_node/VN1/data/layer_one_transactions
- Affected step:
integration_tests/tests/steps/validator_node.rs:619
- Affected scenario in
tests/features/eviction.feature
How to Claim
- Comment on this issue to signal intent (courtesy, not a lock)
- Fork the repo and do the work
- Submit a PR that meets the acceptance criteria
- First PR that passes review and gets merged wins the bounty
- On acceptance, XTM payment is processed
Notes
- AI-assisted development is expected and encouraged
- If you get stuck, ask in Discord
- If you can't complete it within 14 days of claiming, let us know so someone else can pick it up
Bounty: Fix Eviction Detection Timeout in Offline Validator Test
Tier: M — 60,000 XTM
Description
The "Offline validator gets evicted" cucumber test times out waiting for VN1 to list VN5 as evicted. The step looks for an eviction file at
validator_node/VN1/data/layer_one_transactionswhich never appears. This may be a timing issue (eviction takes longer than the test timeout allows) or the eviction proof file path/mechanism may have changed. Investigate the root cause and fix the test.Acceptance Criteria
I wait for VN1 to list VN5 as evicted in EVICT_PROOFstep completes successfullyContext
Timeout waiting for eviction file at path .../validator_node/VN1/data/layer_one_transactionsintegration_tests/tests/steps/validator_node.rs:619tests/features/eviction.featureHow to Claim
Notes