argoproj / argo-workflows

Workflow Engine for Kubernetes

Home Page:https://argo-workflows.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E2E test suite for OSS driver

terrytangyuan opened this issue Β· comments

Summary

We currently don't have test coverage for OSS driver. It would be good to add some E2E tests.

cc @shuangkun @AlbeeSo @DahuK @jibuji


Message from the maintainers:

Love this feature request? Give it a πŸ‘. We prioritise the proposals with the most πŸ‘.

I'll try to submit a PR to improve it. :)

Yes, we do need more testing to help us improve stability!

Great. Thanks!

It seems that OSS do not have an official local emulator like minio for S3, or Azurite for Azure Blobs. That means contributors may need to run e2e actually against their own OSS buckets. Is it acceptable?
BTW, I found #9813 removed Azurite from the build, so should I only offer some yamls for e2e cases? @terrytangyuan @shuangkun