-
Notifications
You must be signed in to change notification settings - Fork 482
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
Refactor tests to run in parallel #1253
Conversation
e27c0c6
to
2c9864d
Compare
2c9864d
to
f19af7f
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1253 +/- ##
==========================================
+ Coverage 80.33% 80.70% +0.36%
==========================================
Files 95 97 +2
Lines 6602 6691 +89
==========================================
+ Hits 5304 5400 +96
+ Misses 1298 1291 -7
☔ View full report in Codecov by Sentry. |
test/integration/test_dask.py
Outdated
@@ -58,6 +58,11 @@ def test_taskgraph_futures_with_dask( | |||
|
|||
|
|||
@pytest.mark.skipif(not torch, reason='Torch not installed') | |||
@pytest.mark.parametrize( | |||
'local_dask_client, test_db', | |||
[('test_insert_with_dask', 'test_insert_with_dask')], |
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.
(test_insert_with_distributed, test_insert_with_non_distributed)
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.
I think we should use the same database name here, right?
f19af7f
to
b681245
Compare
b681245
to
247932a
Compare
bbe7087
to
69afa6a
Compare
69afa6a
to
b1e6a43
Compare
Description
#671
Related Issues
Checklist
make test
successfully?Additional Notes or Comments