-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Issue with pymanopt #1606
Issue with pymanopt #1606
Conversation
Spark tests are all failing:
@laserprec do you know if there was any change in the spark config? |
Hmm, not that I am aware of. I am curious of why it is trying to connect to "None.org.apache.spark.api.java.JavaSparkContext". |
bufff another error in the gpu tests:
|
Now it is failing the numba test that detects the GPU:
the ADO test of GPU noteooks in python 3.6 passes: https://dev.azure.com/best-practices/recommenders/_build/results?buildId=55750&view=results |
the test runs on ADO and when I install a python 3.7 env it just works:
|
@laserprec I have been trying to debug the code, it looks the problem happens only in GitHub actions (see messages before). Any idea about where the problem could be? |
I think we've seen this before and it could that the NVIDIA driver is not available on the github action runner (perhaps due to Ubuntu auto-updating the NVIDIA drivers, and the machine needs to restart to apply the changes). |
@@ -236,6 +236,7 @@ def test_cornac_bpr_integration( | |||
|
|||
|
|||
@pytest.mark.integration | |||
@pytest.mark.experimental |
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.
Haven't been following some of the latest code changes, but do we have this new pytest.marker
defined anywhere in our configuration?
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.
right now there is no pipeline for the experimental, as we improve the dependency installation, we will put back some of the tests in the normal pipeline (cpu, gpu or spark). Also, see #1606 (comment)
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.
LGTM :), just a bit curious at where this new pytest.marker.experimental
is defined
this was a way to take out the dependencies that were making conflicts on the pipeline, @anargyri can provide more context |
All ADO tests passing, the issue with the GitHub GPU test is fixed thanks to @laserprec. The issue with the spark test is a flaky test due to a memory error, but the code works. Merging Preparing for release 🚀🚀🚀 |
Description
Fixing a bug in https://github.com/microsoft/recommenders/runs/4763168801?check_suite_focus=true. Fixing the PR #1605
Related Issues
Checklist:
staging branch
and not tomain branch
.