Tim Grein created CALCITE-6497:
----------------------------------
Summary: Use helper setup method throughout whole
ElasticsearchAdapterTest
Key: CALCITE-6497
URL: https://issues.apache.org/jira/browse/CALCITE-6497
Project: Calcite
Issue Type: Improvement
Components: tests
Affects Versions: 1.37.0
Reporter: Tim Grein
Assignee: Tim Grein
Fix For: 1.38.0
There's a helper method `calciteAssert` inside the `ElasticsearchAdapterTest`,
which is responsible for setting up a connection to Elasticsearch. This helper
method is not used throughout the test class consistently, which leads to code
duplication and some manual setup code. We should use the helper method to keep
things consistent.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)