-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Unify unittest hdfs #864
Unify unittest hdfs #864
Conversation
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.
upon changing the issues
@@ -130,68 +137,61 @@ def config(self, request): | |||
else: | |||
config.plasma[prop] = value | |||
hash_string = '_'.join((hash_string, str(value))) | |||
hash_string = "plasma_unittest/" + hash_string |
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.
os.path.join
@@ -70,6 +70,13 @@ def idfn(fixture_value): | |||
'{}:{}'.format(k, v) for k, v in fixture_value.items()])) | |||
|
|||
|
|||
@pytest.fixture(scope='module') |
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.
maybe change?
30137da
to
71733e3
Compare
Codecov Report
@@ Coverage Diff @@
## master #864 +/- ##
=======================================
Coverage 82.26% 82.26%
=======================================
Files 34 34
Lines 2870 2870
=======================================
Hits 2361 2361
Misses 509 509 Continue to review full report at Codecov.
|
This one is ready to be merged, @wkerzendorf, @chvogl |
This PR unifies the HDF5 files containing the reference data for the unit tests. Currently, the data are stored in
unit_test_data.h5
plasma_reference/reference_data.h5
With this PR all data will be migrated to
unit_test_data.h5
.