Problem: channels are not efficient for broadcasting scenario #706
Annotations
10 errors
tests/integration_tests/test_filters.py#L109
test_pending_transaction_filter[ethermint]
AssertionError: assert HexBytes('0x88e23750cc30ed96c30430ac3498d5d6f9782780c02ecd062bb1300638f6b8bb') in []
+ where [] = <bound method Filter.get_new_entries of <web3._utils.filters.TransactionFilter object at 0x7f332899e4d0>>()
+ where <bound method Filter.get_new_entries of <web3._utils.filters.TransactionFilter object at 0x7f332899e4d0>> = <web3._utils.filters.TransactionFilter object at 0x7f332899e4d0>.get_new_entries
|
tests/integration_tests/test_filters.py#L129
test_block_filter[ethermint]
assert 0 >= 1
+ where 0 = len([])
|
tests/integration_tests/test_filters.py#L165
test_event_log_filter_by_contract[ethermint]
assert 0 == 1
+ where 0 = len([])
|
tests/integration_tests/test_filters.py#L200
test_event_log_filter_by_address[ethermint]
assert 0 == 1
+ where 0 = len([])
+ where [] = <bound method Filter.get_new_entries of <web3._utils.filters.LogFilter object at 0x7f3328993550>>()
+ where <bound method Filter.get_new_entries of <web3._utils.filters.LogFilter object at 0x7f3328993550>> = <web3._utils.filters.LogFilter object at 0x7f3328993550>.get_new_entries
|
tests/integration_tests/test_filters.py#L309
test_event_log_filter_by_topic[ethermint]
assert 0 == 1
+ where 0 = len([])
|
tests/integration_tests/test_filters.py#L460
test_multiple_filters[ethermint]
assert 0 == 1
+ where 0 = len([])
|
tests/integration_tests/test_filters.py#L555
test_register_filters_before_contract_deploy[ethermint]
assert 0 == 1
+ where 0 = len([])
|
tests/integration_tests/test_filters.py#L109
test_pending_transaction_filter[ethermint-ws]
AssertionError: assert HexBytes('0x823bcce8f727224535524f1c83ee468491a2e8b121e01ce7f7086fe0b21a5eb5') in []
+ where [] = <bound method Filter.get_new_entries of <web3._utils.filters.TransactionFilter object at 0x7f3326218b80>>()
+ where <bound method Filter.get_new_entries of <web3._utils.filters.TransactionFilter object at 0x7f3326218b80>> = <web3._utils.filters.TransactionFilter object at 0x7f3326218b80>.get_new_entries
|
tests/integration_tests/test_filters.py#L129
test_block_filter[ethermint-ws]
assert 0 >= 1
+ where 0 = len([])
|
tests/integration_tests/test_filters.py#L165
test_event_log_filter_by_contract[ethermint-ws]
assert 0 == 1
+ where 0 = len([])
|
The logs for this run have expired and are no longer available.
Loading