Skip to content

Intermittent Windows CI timeouts in tests that clone from GitHub #1580

Description

@fabiovincenzi

Some unit tests (ConfigLoader.test.ts, clearBareClone.test.ts) perform real git clone against GitHub. This causes intermittent timeout failures on Windows CI (https://github.com/finos/git-proxy/actions/runs/26777705958/job/78933593470), where network operations are significantly slower than on Ubuntu runners.

Proposed solution

Replace GitHub clones in unit tests with local file:// repositories. This requires to add file:// support to isValidGitUrl, then we could move network-dependent tests to e2e test

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