-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple events of same type #73
Conversation
Used during development/debugging.
8dea2aa
to
3b8f781
Compare
Note: I have noticed that tests time out if no expected matching event is found, but havent yet verified whether this was the case prior to this PR (e.g. a misspelling in expected event name). Will convert to draft until I have confirmed. |
Confirmed that the latest release does indeed suffer the same issue: a timeout occurs if an expected event is not matched (e.g. misspelled name):
|
…type Support multiple events of same type
yarn zombienet-test -t tests -c tests/config.toml
sourcemap
generation withintsconfig.json
for debugging (not sure of any side-effects)Note: unable to check examples due to missing binaries (collectives-polkadot) and statemin(e/t) not producing blocks, possibly due to me using polkadot/polkadot-parachain built on 0.9.30. The collators dont seem to be peering, which was an issue with my firewall in the past.