argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.08k stars 3.2k forks source link

`TestHTTPArtifactDriver_Load` intermittently fails on the windows CI suite #12744

Closed blkperl closed 1 month ago

blkperl commented 8 months ago

Pre-requisites

What happened/what did you expect to happen?

--- FAIL: TestHTTPArtifactDriver_Load (0.00s)
    --- FAIL: TestHTTPArtifactDriver_Load/Found (0.00s)
        http_test.go:26: 
                Error Trace:    D:/a/argo-workflows/argo-workflows/workflow/artifacts/http/http_test.go:26
                Error:          Received unexpected error:
                                open /tmp/found: The system cannot find the path specified.
                Test:           TestHTTPArtifactDriver_Load/Found

Version

latest

Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

n/a

Logs from the workflow controller

n/a

Logs from in your workflow's wait container

n/a
blkperl commented 7 months ago

Another failure: https://github.com/argoproj/argo-workflows/actions/runs/8444739966/job/23130832000?pr=12847

agilgur5 commented 7 months ago

cc @mweibel who added the Windows unit tests in #12011. Also for reference, the unfinished #12071

mweibel commented 7 months ago

ah yeah, sorry about that - I didn't get to working on that in a while. I hope I can find some time soon for it. Will then also take a look at this failure.