This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch non_string_header_key
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 3ee6cdf87 Fix c# unused components
add d850ab6ff test(connectors): add integration tests for Quickwit sink
(#2636)
add 0b1207eb5 Merge branch 'master' into non_string_header_key
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 4 +
core/integration/Cargo.toml | 4 +
core/integration/tests/connectors/mod.rs | 1 +
.../{postgres/sink.toml => quickwit/config.toml} | 2 +-
core/integration/tests/connectors/quickwit/mod.rs | 285 +++++++++++++++++++++
.../tests/connectors/quickwit/quickwit_sink.rs | 153 +++++++++++
.../tests/connectors/quickwit/sinks/quickwit.toml} | 25 +-
7 files changed, 458 insertions(+), 16 deletions(-)
copy core/integration/tests/connectors/{postgres/sink.toml =>
quickwit/config.toml} (94%)
create mode 100644 core/integration/tests/connectors/quickwit/mod.rs
create mode 100644 core/integration/tests/connectors/quickwit/quickwit_sink.rs
copy core/{connectors/runtime/example_config/connectors/stdout.toml =>
integration/tests/connectors/quickwit/sinks/quickwit.toml} (72%)