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

Add additional test cases #831

Closed
woop opened this issue Jun 28, 2020 · 2 comments
Closed

Add additional test cases #831

woop opened this issue Jun 28, 2020 · 2 comments
Labels
kind/housekeeping wontfix This will not be worked on

Comments

@woop
Copy link
Member

woop commented Jun 28, 2020

The current test suite still lacks integration test coverage in some areas. Let's use this issue to track known gaps.

@algattik
Copy link

#769 introduced a bug, which was not picked up by UTs:

return [f"{S3}://{bucket}/{path.lstrip('/')}"]

should be

return [f"{GS}://{bucket}/{path.lstrip('/')}"] 

@stale
Copy link

stale bot commented Aug 28, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Aug 28, 2020
@stale stale bot closed this as completed Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/housekeeping wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants