Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Services Testing #151

Open
4 tasks
tmthecoder opened this issue Jan 23, 2025 · 0 comments
Open
4 tasks

File Services Testing #151

tmthecoder opened this issue Jan 23, 2025 · 0 comments
Assignees

Comments

@tmthecoder
Copy link
Contributor

tmthecoder commented Jan 23, 2025

File Services Testing

File services endpoints are individually feature complete, but need thorough testing of endpoints working in conjunction with one another before we start onboarding BoG Project Teams onto File Services.

In this ticket, you will write tests for a variety of different scenarios that will use the file services APIs, including, but not limited to:

  • Registering a config for a team, registering a provider, creating a bucket, and uploading/downloading a file with the upload/download predesigned URLs
  • Incorrectly registering one of any combination of the 4 above (the remaining tasks should all not be run or fail)
  • Testing this behavior for multiple API keys in a project that each have different environments (different, unique configs)
    • API Keys for the same project but a different environment should not share a file service config (the config is per project per environment)
  • Testing this behavior for multiple API keys in a project that each share an environment (same config)
    • API Keys for the same project and the same environment should share a file service config (the config is per project per environment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants