Skip to content

Latest commit

 

History

History

config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

E2E tests configuration

Running e2e connector tests requires user to have running particular service servers and proper configuration. Configuration files are stored in /config/tests/local folder. To create folder and copy files user can run commands from snippet below.

mkdir ./config/tests/local
cp ./config/tests/*.{yaml,json} ./config/tests/local

Postgres

To run postgres tests, you must have installed postgres locally or on server. Requirements can be found here - Requirments

Postgres config file

cargo test connector_e2e_connect_postgres -- --ignore

Snowflake

To run snowflake, you must have created database in snowflake with running warehouse.

Snowflake config file

cargo test connector_e2e_connect_snowflake  --features=snowflake -- --ignore

Debezium (kafka)

This requires installation of kafka, postgres and debezium connector. Instruction can be found in debezium tutorials

Debezium config file

Postgres source config file

Connector config file

cargo test connector_e2e_connect_debezium -- --ignore