From c51c36fd1fe5d4424c6d53fec1f8429725706d30 Mon Sep 17 00:00:00 2001 From: Apekshit Sharma Date: Thu, 18 May 2017 16:53:28 -0700 Subject: [PATCH] HBASE-18076 Flaky dashboard improvement: Add status markers to show trends of failure/success. --- dev-support/flaky-dashboard-template.html | 60 ++++++++++++++++++++++- dev-support/report-flakies.py | 14 ++++-- 2 files changed, 68 insertions(+), 6 deletions(-) diff --git a/dev-support/flaky-dashboard-template.html b/dev-support/flaky-dashboard-template.html index b980b5d76cc..88a7720e29d 100644 --- a/dev-support/flaky-dashboard-template.html +++ b/dev-support/flaky-dashboard-template.html @@ -41,6 +41,56 @@ + +

@@ -76,11 +126,13 @@ Go to top

+Legend : green: success, red: failed, yellow: timeout, blue: hanging + {% for test in result %} @@ -104,13 +156,19 @@ + {% set sparkline_id = "sparkline_" ~ test ~ "_" ~ counter %} + +
Test Name Flakyness Failed/Timeout/HangingTrends Run Ids
{{ failed|length }} / {{ timeout|length }} / {{ hanging|length }} + {% set id = "details_" ~ test ~ "_" ~ url_counter %}