raiden-network / raiden

Raiden Network
https://developer.raiden.network
Other
1.84k stars 378 forks source link

Expected number of events (1) did not match the number of events found (0) when running the bf1 scenario with different matrix servers #4994

Closed christianbrb closed 5 years ago

christianbrb commented 5 years ago

Problem Definition

Running the scenario bf1_diff_matrix_node, which is the original bf1 scenario with using different matrix servers.

The following task started [scenario_player.tasks.base] task=<AssertBlockchainEventsTask: {'contract_name': 'TokenNetwork', 'event_name': 'NonClosingBalanceProofUpdated', 'num_events': 1, 'event_args': {'closing_participant': 3}}>

... and errored:

run
    f"Expected number of events ({self.num_events}) did not match the number "
scenario_player.exceptions.legacy.ScenarioAssertionError: Expected number of events (1) did not match the number of events found (0)
2019-09-27 07:40:41.465367 [error    ] Task errored                   [scenario_player.tasks.base] task=<AssertBlockchainEventsTask: {'contract_name': 'TokenNetwork', 'event_name': 'NonClosingBalanceProofUpdated', 'num_events': 1, 'event_args': {'closing_participant': 3}}>

Also see:

Full logs: bf1_diff_matrix_nodes_individual_logs.zip

LefterisJP commented 5 years ago

This is a duplicate of: https://github.com/raiden-network/raiden/issues/4990