-
Notifications
You must be signed in to change notification settings - Fork 908
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
Update s3 tests to use moto_server #7144
Update s3 tests to use moto_server #7144
Conversation
Failing dask-cudf test attributed to changes here: dask/dask#6960 (comment). |
@rjzamora's fix in dask/dask#7074 has been merged |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #7144 +/- ##
===============================================
+ Coverage 82.09% 82.11% +0.01%
===============================================
Files 97 97
Lines 16474 16542 +68
===============================================
+ Hits 13524 13583 +59
- Misses 2950 2959 +9
Continue to review full report at Codecov.
|
ci/gpu/build.sh
Outdated
# gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env | ||
# gpuci_conda_retry install -y "your-pkg=1.0.0" | ||
gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env | ||
gpuci_conda_retry install -y "s3fs=0.5.2" "boto3" "moto=1.3.14" "httpretty" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kkraus14 Would the next step be to incorporate these changes to https://github.com/rapidsai/integration, revert them here and only merge this PR once the integration is merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, exactly
This PR updates s3 tests to use
moto_server
instead of going via a moto mock_s3 context. This enables cleaner s3 testing withs3fs>=0.5
which incorporates aiobotocore for s3 connections.5000, 5550 - 5550+ (n_pytest_workers-1)
Updated integration repo with requirements: rapidsai/integration#207