This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch improve-connectors-tests
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit ec5b37595 test(connectors): share one Elasticsearch container across
tests
add b2093e1a0 ci: run finalize_pr on arm runner (#3402)
add 2a7192ee5 ci: auto-assign issue authors who volunteer to contribute
(#3400)
add b0bd7c06e test(connectors): share one Elasticsearch container across
tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ec5b37595)
\
N -- N -- N refs/heads/improve-connectors-tests (b0bd7c06e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.claude/skills/connector-testing/SKILL.md | 17 ++++++
.config/nextest.toml | 2 +-
...ssue-labeler.yml => issue-labeler-assigner.yml} | 62 +++++++++++++++++-----
.github/workflows/pr-triage-apply.yml | 1 +
.github/workflows/pre-merge.yml | 2 +-
CONTRIBUTING.md | 4 --
.../tests/connectors/fixtures/delta/fixture.rs | 3 +-
.../tests/connectors/fixtures/doris/container.rs | 8 +--
.../connectors/fixtures/elasticsearch/container.rs | 2 +-
.../tests/connectors/fixtures/http/container.rs | 2 +
.../tests/connectors/fixtures/iceberg/container.rs | 4 +-
.../connectors/fixtures/influxdb/container.rs | 2 +
.../connectors/fixtures/influxdb/container_v3.rs | 2 +
core/integration/tests/connectors/fixtures/mod.rs | 18 +++++++
.../tests/connectors/fixtures/mongodb/container.rs | 3 ++
.../connectors/fixtures/postgres/container.rs | 14 +++--
.../connectors/fixtures/quickwit/container.rs | 2 +
.../tests/connectors/fixtures/wiremock.rs | 2 +
justfile | 24 ++++-----
19 files changed, 132 insertions(+), 42 deletions(-)
rename .github/workflows/{issue-labeler.yml => issue-labeler-assigner.yml}
(56%)