Skip to content

Devnet Partner Chains Tests #114

Devnet Partner Chains Tests

Devnet Partner Chains Tests #114

Triggered via schedule February 12, 2025 04:34
Status Failure
Total duration 7m 12s
Artifacts 1

devnet.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Failed Test: tests/committee/test_blocks.py::test_block_beneficiaries_match_committee_seats
tests/committee/test_blocks.py::test_block_beneficiaries_match_committee_seats: The test failed in the call phase due to an assertion error - tests/committee/test_blocks.py:65: in test_block_beneficiaries_match_committee_seats assert abs( E AssertionError: Block rewards for 0x0000000000000000000000000000000000000000000000000000000000000002 does not match committee seat expected distribution E assert 3.0 in (0, 1) E + where 3.0 = abs((18 - (16.666666666666668 - (0.3333333333333335 * 5)))) E + where 5 = int((16.666666666666668 / 3))
Failed Test: tests/committee/test_committee.py::TestCommitteeDistribution::test_epoch_committee_ratio_complies_with_dparam
tests/committee/test_committee.py::TestCommitteeDistribution::test_epoch_committee_ratio_complies_with_dparam: The test failed in the call phase - tests/committee/test_committee.py:101: in test_epoch_committee_ratio_complies_with_dparam update_committee_attendance(mc_epoch) tests/committee/conftest.py:377: in _inner committee = get_pc_epoch_committee(pc_epoch) tests/committee/conftest.py:489: in _get_pc_epoch_committee raise ValueError(f"API call returned None for epoch {epoch}") E ValueError: API call returned None for epoch 4831200
Failed Test: tests/committee/test_committee.py::TestCommitteeDistribution::test_mc_epoch_committee_participation_total_number
tests/committee/test_committee.py::TestCommitteeDistribution::test_mc_epoch_committee_participation_total_number: The test failed in the call phase - tests/committee/test_committee.py:188: in test_mc_epoch_committee_participation_total_number actual_total_attendance = get_total_attendance_for_mc_epoch(mc_epoch) tests/committee/conftest.py:251: in _inner update_committee_attendance(mc_epoch) tests/committee/conftest.py:377: in _inner committee = get_pc_epoch_committee(pc_epoch) tests/committee/conftest.py:489: in _get_pc_epoch_committee raise ValueError(f"API call returned None for epoch {epoch}") E ValueError: API call returned None for epoch 4831200
Failed Test: tests/committee/test_committee.py::TestCommitteeDistribution::test_mc_epoch_committee_participation_probability
tests/committee/test_committee.py::TestCommitteeDistribution::test_mc_epoch_committee_participation_probability: The test failed in the call phase - tests/committee/test_committee.py:210: in test_mc_epoch_committee_participation_probability update_committee_expected_attendance(mc_epoch) tests/committee/conftest.py:398: in _inner update_committee_attendance(mc_epoch) tests/committee/conftest.py:377: in _inner committee = get_pc_epoch_committee(pc_epoch) tests/committee/conftest.py:489: in _get_pc_epoch_committee raise ValueError(f"API call returned None for epoch {epoch}") E ValueError: API call returned None for epoch 4831200
Failed Test: tests/committee/test_committee.py::TestCommitteeRotation::test_committee_members_rotate_over_pc_epochs
tests/committee/test_committee.py::TestCommitteeRotation::test_committee_members_rotate_over_pc_epochs: The test failed in the call phase - tests/committee/test_committee.py:246: in test_committee_members_rotate_over_pc_epochs epochs_with_committee_rotation = self.__find_first_pc_epoch_with_committee_rotation( tests/committee/test_committee.py:259: in __find_first_pc_epoch_with_committee_rotation current_committee = get_pc_epoch_committee(current_pc_epoch) tests/committee/conftest.py:489: in _get_pc_epoch_committee raise ValueError(f"API call returned None for epoch {epoch}") E ValueError: API call returned None for epoch 4831200
Failed Test: tests/committee/test_committee.py::TestCommitteeRotation::test_active_trustless_candidates_were_in_committee
tests/committee/test_committee.py::TestCommitteeRotation::test_active_trustless_candidates_were_in_committee: The test failed in the call phase - tests/committee/test_committee.py:310: in test_active_trustless_candidates_were_in_committee assert get_candidate_participation(candidate) > 0, ( tests/committee/conftest.py:272: in _inner update_committee_attendance(candidate.next_status_epoch) tests/committee/conftest.py:377: in _inner committee = get_pc_epoch_committee(pc_epoch) tests/committee/conftest.py:489: in _get_pc_epoch_committee raise ValueError(f"API call returned None for epoch {epoch}") E ValueError: API call returned None for epoch 4831200
Failed Test: tests/committee/test_committee.py::TestCommitteeRotation::test_inactive_trustless_candidates_were_not_in_committee
tests/committee/test_committee.py::TestCommitteeRotation::test_inactive_trustless_candidates_were_not_in_committee: The test failed in the call phase - tests/committee/test_committee.py:332: in test_inactive_trustless_candidates_were_not_in_committee assert get_candidate_participation(candidate) == 0, ( tests/committee/conftest.py:272: in _inner update_committee_attendance(candidate.next_status_epoch) tests/committee/conftest.py:377: in _inner committee = get_pc_epoch_committee(pc_epoch) tests/committee/conftest.py:489: in _get_pc_epoch_committee raise ValueError(f"API call returned None for epoch {epoch}") E ValueError: API call returned None for epoch 4831200
Failed Test: tests/committee/test_committee.py::TestCommitteeRotation::test_active_permissioned_candidates_were_in_committee
tests/committee/test_committee.py::TestCommitteeRotation::test_active_permissioned_candidates_were_in_committee: The test failed in the call phase - tests/committee/test_committee.py:354: in test_active_permissioned_candidates_were_in_committee assert get_candidate_participation(candidate) > 0, ( tests/committee/conftest.py:272: in _inner update_committee_attendance(candidate.next_status_epoch) tests/committee/conftest.py:377: in _inner committee = get_pc_epoch_committee(pc_epoch) tests/committee/conftest.py:489: in _get_pc_epoch_committee raise ValueError(f"API call returned None for epoch {epoch}") E ValueError: API call returned None for epoch 4831200
Failed Test: tests/committee/test_committee.py::TestCommitteeRotation::test_inactive_permissioned_candidates_were_not_in_committee
tests/committee/test_committee.py::TestCommitteeRotation::test_inactive_permissioned_candidates_were_not_in_committee: The test failed in the call phase - tests/committee/test_committee.py:376: in test_inactive_permissioned_candidates_were_not_in_committee assert get_candidate_participation(candidate) == 0, ( tests/committee/conftest.py:272: in _inner update_committee_attendance(candidate.next_status_epoch) tests/committee/conftest.py:377: in _inner committee = get_pc_epoch_committee(pc_epoch) tests/committee/conftest.py:489: in _get_pc_epoch_committee raise ValueError(f"API call returned None for epoch {epoch}") E ValueError: API call returned None for epoch 4831200
run
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
debug_log
22 KB