Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 736 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 736 Bytes

kafka-connect-upgrade-tests

This Repo contains upgrade connector tests for public connectors using framework: kafka-connect-test-sdk.

To run a upgrade integration test:

  1. Export the following environment variables
export PLUGIN_NAME=<plugin_name_to_test> #example: kafka-connect-elasticsearch
export REFLECTIONS_PATH=<reflection-path-to-search-for-integration-test> #example: io.confluent
export CLONED_REPO_PATH=<connector-repo-path> #example: ~/repo/kafka-connect-elasticsearch
  1. Run cmd
mvn clean verify

Upgrade IT will run for versions - Version that is being present in CLONED_REPO_PATH and its previously released version on confluent hub.