You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin_http_api_test is failing locally with every run. The CI isn’t showing this same behavior. The job of this task is to investigate the failure, and determine why the CI isn’t seeing the same issue.
FAIL: test_ChainApi (__main__.PluginHttpTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/calabresec/main/mandel/build/tests/plugin_http_api_test.py", line 227, in test_ChainApi
assert digest in str(ret_json["activated_protocol_features"]), f"ERROR: Expected active feature \'{feature}\' not found in returned list."
AssertionError: ERROR: Expected active feature 'GET_BLOCK_NUM' not found in returned list.
The text was updated successfully, but these errors were encountered:
plugin_http_api_test is failing locally with every run. The CI isn’t showing this same behavior. The job of this task is to investigate the failure, and determine why the CI isn’t seeing the same issue.
The text was updated successfully, but these errors were encountered: