rpk connect test
Execute any number of Redpanda Connect unit test definitions.
If any tests fail, the process reports the errors and exits with a status code 1.
See Unit Testing.
Examples
rpk connect test ./path/to/configs/...
bash
rpk connect test ./foo_configs/*.yaml ./bar_configs/*.yaml
bash
rpk connect test ./foo.yaml
bash
Flags
Value | Type | Description |
---|---|---|
|
- |
Allow components to write logs at a provided level to stdout. |
|
- |
Show help. |
Was this helpful?