clickhouse-sink-connector/tests
2022-05-10 12:58:54 -04:00
..
__init__.py Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
__main__.py Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
clickhouse_connection.py Added logic to automatically map table name to topic name if not provided in the configuration. Added python test to query clickhouse using clickhouse python library. 2022-04-27 17:16:37 -04:00
fake_data.py Added test case in python to test out of range date ranges. 2022-04-27 13:58:27 -04:00
mysql_connection.py Added more source kafka metadata columns(binlog pos, server id, thread, source ts_ms). 2022-05-10 12:58:54 -04:00
README.md Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
requirements.txt Added logic to automatically map table name to topic name if not provided in the configuration. Added python test to query clickhouse using clickhouse python library. 2022-04-27 17:16:37 -04:00
schema.py Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
test_datatypes.py Added more source kafka metadata columns(binlog pos, server id, thread, source ts_ms). 2022-05-10 12:58:54 -04:00
test_mysql_transactions.py Added more source kafka metadata columns(binlog pos, server id, thread, source ts_ms). 2022-05-10 12:58:54 -04:00

This folder contains all the integration tests written using python.

Create virtual environment and install dependencies pip install -r requirements.txt