This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch security-fixes
in repository https://gitbox.apache.org/repos/asf/iggy.git
from b41116e74 Merge branch 'master' into security-fixes
add 051475a76 revert(test): remove shared_server, add nextest CI retries
(#3088)
add f293136b5 Merge branch 'master' into security-fixes
No new revisions were added by this update.
Summary of changes:
.config/nextest.toml | 15 +-
.github/actions/rust/pre-merge/action.yml | 2 +-
.github/workflows/coverage-baseline.yml | 2 +-
Cargo.lock | 1 -
core/harness_derive/src/attrs.rs | 23 ---
core/harness_derive/src/codegen.rs | 173 +-----------------
core/integration/Cargo.toml | 1 -
core/integration/src/harness/handle/mod.rs | 2 +-
core/integration/src/harness/mod.rs | 2 -
.../src/harness/orchestrator/builder.rs | 2 -
.../src/harness/orchestrator/harness.rs | 198 ++-------------------
core/integration/src/harness/seeds.rs | 71 +-------
core/integration/src/harness/shared.rs | 159 -----------------
core/integration/src/lib.rs | 3 +-
core/integration/tests/connectors/api/endpoints.rs | 24 +--
.../connectors/elasticsearch/elasticsearch_sink.rs | 9 +-
.../elasticsearch/elasticsearch_source.rs | 9 +-
.../integration/tests/connectors/http/http_sink.rs | 26 ++-
.../http_config_provider/direct_responses.rs | 30 ++--
.../http_config_provider/wrapped_responses.rs | 30 ++--
.../tests/connectors/iceberg/iceberg_sink.rs | 9 +-
.../tests/connectors/influxdb/influxdb_sink.rs | 18 +-
.../connectors/influxdb/influxdb_sink_formats.rs | 36 ++--
.../tests/connectors/influxdb/influxdb_source.rs | 12 +-
.../connectors/influxdb/influxdb_source_formats.rs | 27 +--
.../tests/connectors/mongodb/mongodb_sink.rs | 31 ++--
.../tests/connectors/postgres/postgres_sink.rs | 9 +-
.../tests/connectors/postgres/postgres_source.rs | 15 +-
.../tests/connectors/postgres/restart.rs | 6 +-
.../tests/connectors/quickwit/quickwit_sink.rs | 12 +-
.../tests/connectors/random/random_source.rs | 3 +-
.../tests/connectors/stdout/stdout_sink.rs | 9 +-
32 files changed, 141 insertions(+), 828 deletions(-)
delete mode 100644 core/integration/src/harness/shared.rs