nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

Contract deployment with custom zone failed in tests #2827

Closed roman-khimov closed 2 months ago

roman-khimov commented 2 months ago

Expected Behavior

Green.

Current Behavior

COMMAND: ./neofs-adm --config env_files/ir_network_config_ycdplkbxll.yml morph deploy --rpc-endpoint 'http://localhost:38233' --alphabet-wallets 'env_files/ir_alphabet_lygsnfwsiu' --domain 'myzone' --contract '/tmp/pytest-of-runner/pytest-0/test_contract0/deploy' string:ok
RETCODE: 1

STDOUT:
NNS: Set testctr.myzone -> 316a5706dfd73f5fa78bd70871487fbc3488d76a
Error: could not perform test invocation: script failed (FAULT state) due to an error: at instruction 1022 (ASSERT): ASSERT failed

https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/1544-1713886446/index.html#suites/af81c3b95a3be24b454919a3e74b23cb/984c2583900de5b0/

Possible Solution

Not sure what's wrong here, myzone should be registered, committee should be able to do that, all should be OK.

Steps to Reproduce (for bugs)

tests.contract.test_contract.TestContract#test_contract

Your Environment