Skip to content

Files

Latest commit

6fd9ddf · May 16, 2024

History

History
37 lines (16 loc) · 766 Bytes

README.md

File metadata and controls

37 lines (16 loc) · 766 Bytes

Temp repo for various test scripts.

The test scripts in this repository were originally intended to be temporary. However, in practice, they proved to be quite useful and were thus retained.

Currently, the code contains a significant amount of duplication and informal handling. Moving forward, it will be progressively refined based on specific testing and quality assurance requirements.

use run_all_tests.sh


DATABEND_DSN="..." RUST_LOG="info,databend_driver=error,databend_client=error" ./run_all_tests.sh

to run the following tests in one go:

  • txn

  • multi-table-insert

  • change_tracking

if env var DATABEND_DSN is not specified, the default value

databend://root:@localhost:8000/default?sslmode=disable

will be used.