Skip to content
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

Merged
merged 12 commits into from
Aug 24, 2018
Merged

Conversation

unoebauer
Copy link
Contributor

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.

Copy link
Member

@wkerzendorf wkerzendorf left a 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
Copy link
Member

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')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe change?

@codecov-io
Copy link

codecov-io commented Aug 24, 2018

Codecov Report

Merging #864 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75d45ae...67ee8f7. Read the comment docs.

@unoebauer
Copy link
Contributor Author

This one is ready to be merged, @wkerzendorf, @chvogl

@unoebauer unoebauer merged commit 8c367dc into tardis-sn:master Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants