Current state
azure-data-explorer has ADXSinkE2ETest, but it throws SkipException unless live Azure credentials (kustoCluster, kustoDatabase, kustoAadAppId, ...) are present in the environment — so CI never exercises the sink. Effective integration coverage is zero.
Proposal
Use the Microsoft Kusto emulator container image (mcr.microsoft.com/azuredataexplorer/kustainer-linux) via Testcontainers so the sink can be exercised hermetically in CI, keeping the credential-gated E2E test for live-cluster verification.
Part of an integration-test coverage sweep of all connector modules.
Current state
azure-data-explorerhasADXSinkE2ETest, but it throwsSkipExceptionunless live Azure credentials (kustoCluster,kustoDatabase,kustoAadAppId, ...) are present in the environment — so CI never exercises the sink. Effective integration coverage is zero.Proposal
Use the Microsoft Kusto emulator container image (
mcr.microsoft.com/azuredataexplorer/kustainer-linux) via Testcontainers so the sink can be exercised hermetically in CI, keeping the credential-gated E2E test for live-cluster verification.Part of an integration-test coverage sweep of all connector modules.