Staging Partner Chains Tests #62
Annotations
7 errors
Generate Summary Report
tests/test_smoke.py::TestSmoke::test_get_params: The test failed in the call phase - tests/test_smoke.py:99: in test_get_params
assert params["chainId"] == config.chain_id, "Chain ID mismatch"
E TypeError: 'NoneType' object is not subscriptable
|
Generate Summary Report
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:51: in test_epoch_committee_ratio_complies_with_dparam
update_committee_attendance(mc_epoch)
tests/committee/conftest.py:376: in _inner
committee = get_pc_epoch_committee(pc_epoch)
tests/committee/conftest.py:488: in _get_pc_epoch_committee
raise ValueError(f"API call returned None for epoch {epoch}")
E ValueError: API call returned None for epoch 4814531
|
Generate Summary Report
tests/committee/test_committee.py::TestCommitteeDistribution::test_epoch_committee_size_complies_with_dparam: The test failed in the call phase - tests/committee/test_committee.py:114: in test_epoch_committee_size_complies_with_dparam
committee = get_pc_epoch_committee(pc_epoch)
tests/committee/conftest.py:488: in _get_pc_epoch_committee
raise ValueError(f"API call returned None for epoch {epoch}")
E ValueError: API call returned None for epoch 4814531
|
Generate Summary Report
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:138: in test_mc_epoch_committee_participation_total_number
assert api.get_committee_seats(mc_epoch) * pc_epochs_in_mc_epoch_count == actual_total_attendance
E assert (10 * 240) == 1310
E + where 10 = <bound method SubstrateApi.get_committee_seats of <src.substrate_api.SubstrateApi object at 0x7ff809342980>>(770)
E + where <bound method SubstrateApi.get_committee_seats of <src.substrate_api.SubstrateApi object at 0x7ff809342980>> = <src.substrate_api.SubstrateApi object at 0x7ff809342980>.get_committee_seats
|
Generate Summary Report
tests/committee/test_committee.py::TestCommitteeDistribution::test_mc_epoch_committee_participation_probability: The test failed in the call phase due to an assertion error - tests/committee/test_committee.py:165: in test_mc_epoch_committee_participation_probability
assert (
E AssertionError: Incorrect attendance for 0x03f38a062a4b372c045c1dddc4fe98a2c9cb1d6eec8bf02f973fd29b1096cd8155
E assert (600.0 - 108.0) <= 347
|
Generate Summary Report
tests/committee/test_committee.py::TestCommitteeMembers::test_no_rogue_committee_members: The test failed in the call phase - tests/committee/test_committee.py:414: in test_no_rogue_committee_members
committee = get_pc_epoch_committee(pc_epoch)
tests/committee/conftest.py:488: in _get_pc_epoch_committee
raise ValueError(f"API call returned None for epoch {epoch}")
E ValueError: API call returned None for epoch 4814531
|
run
Process completed with exit code 1.
|
Loading