[jira] [Created] (FLINK-10015) Use Elasticsearch's ESIntegTestCase to rework 5.x and 6.x's ITCases

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-10015) Use Elasticsearch's ESIntegTestCase to rework 5.x and 6.x's ITCases

Shang Yuanchun (Jira)
Tzu-Li (Gordon) Tai created FLINK-10015:
-------------------------------------------

             Summary: Use Elasticsearch's ESIntegTestCase to rework 5.x and 6.x's ITCases
                 Key: FLINK-10015
                 URL: https://issues.apache.org/jira/browse/FLINK-10015
             Project: Flink
          Issue Type: Improvement
          Components: ElasticSearch Connector, Tests
            Reporter: Tzu-Li (Gordon) Tai


Elasticsearch provides a \{{ESIntegTestCase}} base class that provides the functionality to write integration tests against an Elasticsearch node.

Our current Elasticsearch integration tests still test against an embedded Elasticsearch node (i.e., directly instantiating an Elasitcsearch {{Node}}), and is an usage pattern that Elasticsearch is suggesting against since 5.x.

We should look into the possibility of using {{ESIntegTestCase}} instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)