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

separate data collection from reporting #21

Merged
merged 35 commits into from
Jul 6, 2017

Conversation

zsoldosp
Copy link
Owner

the combining the output from multiple runs (e.g.: parallel execution) should be in a different MR, as it is already large enough

to make it easier to test reporting, serialization, etc. with
'real' data easier
only test_has_worst_test_method_in_the_report is failing
@@ -46,6 +46,12 @@ def test_writer_writes_collected_results_fired_between_statt_stop(tmpfilepath):
reader = serializer.Reader(tmpfilepath)
deserialized = reader.read_all()
assert deserialized == [(WithId('after start'), [2], {'after': 'start'})]
writer.end() # dump daa again
Copy link
Contributor

Choose a reason for hiding this comment

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

s/daa/data/

@kairichard
Copy link
Contributor

Looks good to me.

@kairichard kairichard assigned zsoldosp and unassigned kairichard Jul 6, 2017
@zsoldosp zsoldosp assigned kairichard and unassigned zsoldosp Jul 6, 2017
@kairichard kairichard merged commit 05d7b01 into master Jul 6, 2017
@zsoldosp
Copy link
Owner Author

@kairichard this has been merged, yet https://pypi.python.org/pypi/django-performance-testing/ still only has the previous version (0.6.1). What happened w/ the release train?

@zsoldosp zsoldosp deleted the pz-separate-data-collection-from-reporting branch July 10, 2017 10:04
@kairichard
Copy link
Contributor

@zsoldosp There seems to be a problem with pusblishing the package ->

HTTPError: 410 Client Error: Gone (This API has been deprecated and removed from legacy PyPI in favor of using the APIs available in the new PyPI.org implementation of PyPI (located at https://pypi.org/). For more information about migrating your use of this API to PyPI.org, please see https://packaging.python.org/guides/migrating-to-pypi-org/#uploading. For more information about the sunsetting of this API, please see https://mail.python.org/pipermail/distutils-sig/2017-June/030766.html) for url: https://pypi.python.org/pypi/

@kairichard
Copy link
Contributor

@zsoldosp Will look into that ASAP

@kairichard
Copy link
Contributor

@zsoldosp Here is the reason the pipeline failed -> https://mail.python.org/pipermail/distutils-sig/2017-June/030766.html

@kairichard
Copy link
Contributor

@zsoldosp the problem is found and fixed

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.

None yet

2 participants