Staging Partner Chains Tests #74
Annotations
4 errors
Generate Summary Report
tests/test_smoke.py::TestSmoke::test_get_params: The test failed in the call phase due to an assertion error - tests/test_smoke.py:99: in test_get_params
assert params["genesis_utxo"] == config.genesis_utxo, "Genesis UTXO mismatch"
E AssertionError: Genesis UTXO mismatch
E assert '000000000000...00000000000#0' == '4e65eddc6132...f3f23eb96bf#1'
E - 4e65eddc6132c1b9891d43f9d67a4a0a7b6e614b648f59dc97538f3f23eb96bf#1
E + 0000000000000000000000000000000000000000000000000000000000000000#0
|
Generate Summary Report
tests/committee/test_committee.py::TestCommitteeMembers::test_there_is_at_least_one_trustless_candidate: The test failed in the call phase - tests/committee/test_committee.py:391: in test_there_is_at_least_one_trustless_candidate
assert len(api.get_trustless_candidates(current_mc_epoch, valid_only=True)) > 0
E assert 0 > 0
E + where 0 = len({})
E + where {} = <bound method SubstrateApi.get_trustless_candidates of <src.substrate_api.SubstrateApi object at 0x7f961ff49780>>(772, valid_only=True)
E + where <bound method SubstrateApi.get_trustless_candidates of <src.substrate_api.SubstrateApi object at 0x7f961ff49780>> = <src.substrate_api.SubstrateApi object at 0x7f961ff49780>.get_trustless_candidates
|
Generate Summary Report
tests/committee/test_permissioned_registrations.py::test_add_permissioned_candidate: The test failed in the call phase due to an exception - src/sidechain_main_cli.py:208: in handle_response
response = json.loads(json_part)
/usr/local/lib/python3.10/json/__init__.py:346: in loads
return _default_decoder.decode(s)
/usr/local/lib/python3.10/json/decoder.py:337: in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
/usr/local/lib/python3.10/json/decoder.py:353: in raw_decode
obj, end = self.scan_once(s, idx)
E json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
During handling of the above exception, another exception occurred:
tests/committee/test_permissioned_registrations.py:31: in test_add_permissioned_candidate
raise e
tests/committee/test_permissioned_registrations.py:26: in test_add_permissioned_candidate
result, next_status_epoch = api.add_permissioned_candidate(permissioned_candidate.name)
src/substrate_api.py:606: in add_permissioned_candidate
txId, next_status_epoch = self.sidechain_main_cli.update_permissioned_candidates(
src/sidechain_main_cli.py:188: in update_permissioned_candidates
response = self.handle_response(result)
src/sidechain_main_cli.py:212: in handle_response
raise SidechainMainCliException(result.stdout)
E src.sidechain_main_cli.SidechainMainCliException: (NotFoundUtxo "Could not find unspent output with correct script ref locked at version oracle validator address. Looking for: (VersionOracle { scriptId: GovernancePolicy }). Available are: []")
|
run
Process completed with exit code 1.
|
Loading