-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
fix changelog of common-io #35241
fix changelog of common-io #35241
Conversation
71d36ea
to
4b6deef
Compare
Since our test to detect missing tests was broken, lack of the test_file_transfer.py (among many others) has not been detected before. This PR adds a simple test that mocks out ObjectStoragePath and tests that they are initialized properly and that execute method executes `copy` on the source Object poth (but also does not call copy on the target one). Part of apache#35442 Also unblocks apache#35241 which fails becasuse Pytest fails when it sees no tests collected when `Providers[common.io]'` TEST_TYPE is used.
Since our test to detect missing tests was broken, lack of the test_file_transfer.py (among many others) has not been detected before. This PR adds a simple test that mocks out ObjectStoragePath and tests that they are initialized properly and that execute method executes `copy` on the source Object poth (but also does not call copy on the target one). Part of #35442 Also unblocks #35241 which fails becasuse Pytest fails when it sees no tests collected when `Providers[common.io]'` TEST_TYPE is used.
The most difficult one-line-documentation-fix PR ever :D . Required some 3 PRs to pass the tests 😱 🙀 |
I have unique skill to find the edge case of the edge case :) |
But yeah. Thanks to that we have all the edge-cases fixed now. Keep on doing it. |
Since our test to detect missing tests was broken, lack of the test_file_transfer.py (among many others) has not been detected before. This PR adds a simple test that mocks out ObjectStoragePath and tests that they are initialized properly and that execute method executes `copy` on the source Object poth (but also does not call copy on the target one). Part of apache#35442 Also unblocks apache#35241 which fails becasuse Pytest fails when it sees no tests collected when `Providers[common.io]'` TEST_TYPE is used.
No description provided.