Merge lp://qastaging/~cjohnston/qa-dashboard/hide-memory-test-framework-data into lp://qastaging/qa-dashboard

Proposed by Chris Johnston
Status: Work in progress
Proposed branch: lp://qastaging/~cjohnston/qa-dashboard/hide-memory-test-framework-data
Merge into: lp://qastaging/qa-dashboard
Prerequisite: lp://qastaging/~cjohnston/qa-dashboard/add-admin-link
Diff against target: 439 lines (+281/-8)
9 files modified
common/templates/layout.html (+2/-1)
memory/admin.py (+11/-0)
memory/api.py (+9/-1)
memory/management/commands/agg_results.py (+10/-3)
memory/migrations/0002_add_memory_config.py (+213/-0)
memory/models.py (+4/-0)
memory/templates/memory/machine_details.html (+14/-1)
memory/tests.py (+1/-1)
memory/views.py (+17/-1)
To merge this branch: bzr merge lp://qastaging/~cjohnston/qa-dashboard/hide-memory-test-framework-data
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Chris Johnston Needs Resubmitting
Joe Talbott Approve
Review via email: mp+174325@code.qastaging.launchpad.net

Commit message

Hides test framework results by default from memory graphs and tables, adding the ability to see the test framework results

Description of the change

In order to display proper results for memory testing, we should not be displaying the memory usage caused by the testing frame work. To fix this, we will add a set of blacklist processes, and exclude those from the results. Just for the ability to follow the usage by the testing framework, we added an option to display the data including the testing framework data.

The aggregated data will need to be reformulated after this branch lands in order to provide consistency.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:496
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~cjohnston/qa-dashboard/hide-memory-test-framework-data/+merge/174325/+edit-commit-message

http://s-jenkins:8080/job/dashboard-ci/78/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins:8080/job/dashboard-ci/78/rebuild

review: Needs Fixing (continuous-integration)
497. By Chris Johnston

Fix tests

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:497
http://s-jenkins:8080/job/dashboard-ci/79/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins:8080/job/dashboard-ci/79/rebuild

review: Approve (continuous-integration)
Revision history for this message
Joe Talbott (joetalbott) wrote :

LGTM.

review: Approve
498. By Chris Johnston

Change exclude to be in agg script

Revision history for this message
Chris Johnston (cjohnston) :
review: Needs Resubmitting
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:498
http://s-jenkins:8080/job/dashboard-ci/80/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins:8080/job/dashboard-ci/80/rebuild

review: Approve (continuous-integration)

Unmerged revisions

498. By Chris Johnston

Change exclude to be in agg script

497. By Chris Johnston

Fix tests

496. By Chris Johnston

Add the ability to exclude test framework data

495. By Chris Johnston

commit

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches