You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/05/19 02:19:26 UTC

hbase git commit: HBASE-18076 (addendum) Flaky dashboard improvement: Add status markers to show trends of failure/success

Repository: hbase
Updated Branches:
  refs/heads/master c51c36fd1 -> 7a0a66072


HBASE-18076 (addendum) Flaky dashboard improvement: Add status markers to show trends of failure/success

Change-Id: I43851c52723de3d89ea4ca5fa49c86a178afba26


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7a0a6607
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7a0a6607
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7a0a6607

Branch: refs/heads/master
Commit: 7a0a66072d8516d9cfa73a02ca6cf17dba5a9b97
Parents: c51c36f
Author: Apekshit Sharma <ap...@apache.org>
Authored: Thu May 18 19:10:19 2017 -0700
Committer: Apekshit Sharma <ap...@apache.org>
Committed: Thu May 18 19:10:19 2017 -0700

----------------------------------------------------------------------
 dev-support/flaky-dashboard-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7a0a6607/dev-support/flaky-dashboard-template.html
----------------------------------------------------------------------
diff --git a/dev-support/flaky-dashboard-template.html b/dev-support/flaky-dashboard-template.html
index 88a7720..d23ae00 100644
--- a/dev-support/flaky-dashboard-template.html
+++ b/dev-support/flaky-dashboard-template.html
@@ -156,7 +156,7 @@ Legend : green: success, red: failed, yellow: timeout, blue: hanging
         <td align="middle">
             {{ failed|length }} / {{ timeout|length }} / {{ hanging|length }}
         </td>
-        {% set sparkline_id = "sparkline_" ~ test ~ "_" ~ counter  %}
+        {% set sparkline_id = "sparkline_" ~ test ~ "_" ~ url_counter  %}
         <td id="{{ sparkline_id }}" align="middle">
         </td>
         <script>sparkline("{{ sparkline_id }}", "{{ failed|join(',') }}", "{{ timeout|join(',') }}",