-
Notifications
You must be signed in to change notification settings - Fork 533
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
Skip rf_memleak tests #5529
Merged
rapids-bot
merged 1 commit into
rapidsai:branch-23.08
from
dantegd:2308-disable_rfleak_pytest_CI
Jul 28, 2023
Merged
Skip rf_memleak tests #5529
rapids-bot
merged 1 commit into
rapidsai:branch-23.08
from
dantegd:2308-disable_rfleak_pytest_CI
Jul 28, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Seeing the following errors on CI: ERROR python/cuml/tests/test_tsne.py::test_tsne_knn_parameters[cancer-fft-cuml] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne_knn_parameters[cancer-fft-sklearn] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne_knn_parameters[cancer-barnes_hut-cuml] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne_knn_parameters[cancer-barnes_hut-sklearn] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne[cancer-fft] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address>
ERROR python/cuml/tests/test_tsne.py::test_tsne[cancer-barnes_hut] - urllib.error.URLError: <urlopen error [Errno 99] Cannot assign requested address> Wondering if there is a URL that is no longer available? Or temporarily cut out? |
wphicks
approved these changes
Jul 27, 2023
/merge |
Just re-ran the job. I'm strongly suspecting a temporary failure given that the other jobs passed. |
csadorf
approved these changes
Jul 27, 2023
It looks like one job is still failing FAILED python/cuml/tests/test_kmeans.py::test_kmeans_clusters_blobs[1.0-5-25-1000] - assert 0.7181694316998902 >= 0.99
+ where 0.7181694316998902 = adjusted_rand_score(array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,... 4, 4, 0, 4, 0, 4, 0, 4, 4, 0, 0, 0, 4, 4, 0, 4, 4, 4, 0, 0, 4, 4,\n 4, 0, 0, 0, 4, 4, 0, 0, 0, 4], dtype=int32), array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,\n 0., 0., 0., 0., 0., 0., 0., 0., 0., ...., 4., 4., 4., 4., 4., 4., 4., 4.,\n 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4.],\n dtype=float32))
+ where array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,... 4, 4, 0, 4, 0, 4, 0, 4, 4, 0, 0, 0, 4, 4, 0, 4, 4, 4, 0, 0, 4, 4,\n 4, 0, 0, 0, 4, 4, 0, 0, 0, 4], dtype=int32) = <function asnumpy at 0x7fc30cf6b400>(array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,... 4, 4, 0, 4, 0, 4, 0, 4, 4, 0, 0, 0, 4, 4, 0, 4, 4, 4, 0, 0, 4, 4,\n 4, 0, 0, 0, 4, 4, 0, 0, 0, 4], dtype=int32))
+ where <function asnumpy at 0x7fc30cf6b400> = cp.asnumpy
+ and array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,\n 0., 0., 0., 0., 0., 0., 0., 0., 0., ...., 4., 4., 4., 4., 4., 4., 4., 4.,\n 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4.],\n dtype=float32) = <function asnumpy at 0x7fc30cf6b400>(array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,\n 0., 0., 0., 0., 0., 0., 0., 0., 0., ...., 4., 4., 4., 4., 4., 4., 4., 4.,\n 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4.],\n dtype=float32))
+ where <function asnumpy at 0x7fc30cf6b400> = cp.asnumpy |
@jakirkham opened issue #5530 to track that failure, which is not related to this PR, and hadn't been seen in any run before to my knowledge. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
reference for tracking: #5528