Todd Lipcon has submitted this change and it was merged. Change subject: test_result_server: improve indexes, add sorting ......................................................................
test_result_server: improve indexes, add sorting * adds a new index to the underlying database table. I applied this by hand in production and page loads that used to take several seconds are now quite fast. * uses the 'DataTables' jQuery plugin to make the main list of flaky tests sortable by flaky rate. Tested manually by running this locally against the production database. Change-Id: I4f4321ad01d8e5fe83276d07cd6d6025dab5518e Reviewed-on: http://gerrit.cloudera.org:8080/3889 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M build-support/test_result_server.py 1 file changed, 29 insertions(+), 13 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Todd Lipcon: Verified -- To view, visit http://gerrit.cloudera.org:8080/3889 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4f4321ad01d8e5fe83276d07cd6d6025dab5518e Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
