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). |
|
|
||
|
|
||
| @pytest.mark.integration | ||
| @pytest.mark.experimental |
There was a problem hiding this comment.
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.
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)
laserprec
left a comment
There was a problem hiding this comment.
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 branchand not tomain branch.