Skip to content
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

External indexer test failure #5185

Closed
achamayou opened this issue Apr 18, 2023 · 1 comment
Closed

External indexer test failure #5185

achamayou opened this issue Apr 18, 2023 · 1 comment
Labels

Comments

@achamayou
Copy link
Member

77: Traceback (most recent call last):
77:   File "/__w/1/s/tests/external_executor/external_indexer.py", line 180, in <module>
77:     run(args)
77:     │   └ Namespace(binary_dir='/__w/1/s/build', ccf_version=None, common_read_only_ledger_dir=None, config_file=None, consensus='CFT', co...
77:     └ <function run at 0x7f490caf0280>
77:   File "/__w/1/s/tests/external_executor/external_indexer.py", line 168, in run
77:     network = test_index_api(network, args)
77:     │         │              │        └ Namespace(binary_dir='/__w/1/s/build', ccf_version=None, common_read_only_ledger_dir=None, config_file=None, consensus='CFT', co...
77:     │         │              └ <infra.network.Network object at 0x7f48f7fed850>
77:     │         └ <function test_index_api at 0x7f48f8058ca0>
77:     └ <infra.network.Network object at 0x7f48f7fed850>
77:   File "/__w/1/s/tests/suite/test_requirements.py", line 21, in wrapper
77:     return func(*args, **kwargs)
77:            │     │       └ {}
77:            │     └ (<infra.network.Network object at 0x7f48f7fed850>, Namespace(binary_dir='/__w/1/s/build', ccf_version=None, common_read_only_led...
77:            └ <function test_index_api at 0x7f48f80589d0>
77:   File "/__w/1/s/tests/external_executor/external_indexer.py", line 139, in test_index_api
77:     assert result.value.decode("utf-8") == v, "Indexed data does not match"
77:            │                               └ 'hello_world_14_overwrite'
77:            └ value: "hello_world_14"
77: AssertionError: Indexed data does not match
59/59 Test #77: external_indexer_test ............***Failed   10.47 sec

https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=68695&view=logs&j=fff884fa-70f7-5142-c642-c9647ff4218c&t=002ec585-ff09-575c-f94f-67274e66fb5c

@achamayou achamayou added the bug label Apr 18, 2023
@eddyashton
Copy link
Member

Fixed in #5229.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants