Skip to content

refactor(integration): migrate connectors tests to iggy_harness proc macro#2667

Merged
hubcio merged 2 commits intomasterfrom
connect-harness
Feb 3, 2026
Merged

refactor(integration): migrate connectors tests to iggy_harness proc macro#2667
hubcio merged 2 commits intomasterfrom
connect-harness

Conversation

@hubcio
Copy link
Contributor

@hubcio hubcio commented Feb 3, 2026

Eliminates boilerplate in connector tests by leveraging the same
proc macro infrastructure used for MCP tests. Connector-specific
fixtures (postgres, wiremock, random) moved to tests/ since
they're not part of core harness.

MCP and connectors runtime are now owned by ServerHandle rather
than TestHarness, enabling per-node dependent binaries in cluster
setups.

Also switches test output capture from env_logger to
tracing-subscriber for consistency with server logging.

@hubcio hubcio force-pushed the connect-harness branch 2 times, most recently from 148f7dc to f89ba0d Compare February 3, 2026 09:28
spetz
spetz previously approved these changes Feb 3, 2026
@hubcio hubcio force-pushed the connect-harness branch 2 times, most recently from 1a58799 to 30661cb Compare February 3, 2026 09:56
…macro

Eliminates boilerplate in connector tests by leveraging the same
proc macro infrastructure used for MCP tests. Connector-specific
fixtures (postgres, wiremock, random) moved to tests/ since
they're not part of core harness.

MCP and connectors runtime are now owned by ServerHandle rather
than TestHarness, enabling per-node dependent binaries in cluster
setups.

Also switches test output capture from env_logger to
tracing-subscriber for consistency with server logging.
@hubcio hubcio merged commit eecd8f4 into master Feb 3, 2026
55 checks passed
@hubcio hubcio deleted the connect-harness branch February 3, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants