Skip to content

[improve][test] Azure Data Explorer E2E test is always skipped in CI — add a runnable integration test #49

Description

@david-streamlio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions