Skip to content

some tests in testsuite/single_node_performance.py failed because they have wrong executor_type="sharded".Β #18392

@sg20180546

Description

@sg20180546

i ran this single_node_performance.py by the script πŸ‘
./testsuite/performance_benchmark.sh --short

however, this makes an error looks like:

WARNING: using uncalibrated TPS for RunGroupKey(transaction_type='coin_transfer_connected_components', module_working_set_size=1, executor_type='sharded')
Testing RunGroupKey(transaction_type='coin_transfer_connected_components', module_working_set_size=1, executor_type='sharded')
Traceback (most recent call last):
  File "./testsuite/single_node_performance.py", line 804, in <module>
    raise Exception(f"executor type not supported {test.key.executor_type}")
Exception: executor type not supported sharded

At my glance,
line 282 to 291 in testsuite/single_node_performance.py includes tests with executor_type="sharded"

but from line 784 to 801 does not includes the executor type "shared"
Maybe it seems shared test is deprecated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions