This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch tracked-tag-for-history
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/tracked-tag-for-history by 
this push:
     new f75aaa2  Show tests with duration > 1 minute in RunAll: Filtering 
history by scale factor
f75aaa2 is described below

commit f75aaa251fed8e28187cf93e36e9b4989b60da47
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Mon Jul 29 18:20:39 2019 +0300

    Show tests with duration > 1 minute in RunAll: Filtering history by scale 
factor
---
 ignite-tc-helper-web/src/main/webapp/current.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ignite-tc-helper-web/src/main/webapp/current.html 
b/ignite-tc-helper-web/src/main/webapp/current.html
index 31168e0..ac78792 100644
--- a/ignite-tc-helper-web/src/main/webapp/current.html
+++ b/ignite-tc-helper-web/src/main/webapp/current.html
@@ -62,7 +62,7 @@ function showQueryForm() {
             tagSelected: '',
             tagsPresent: [""],
             tagForHistSelected: '',
-            tagsForHistPresent: [],
+            tagsForHistPresent: [""],
 
             displayMode: 'Failures',
             sortOption: 'FailureRate',

Reply via email to