[GitHub] SomeFire commented on a change in pull request #25: IGNITE-9645 [TC Bot] Add comparison of failed tests lists in two date intervals

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] SomeFire commented on a change in pull request #25: IGNITE-9645 [TC Bot] Add comparison of failed tests lists in two date intervals

GitBox
SomeFire commented on a change in pull request #25: IGNITE-9645 [TC Bot] Add comparison of failed tests lists in two date intervals
URL: https://github.com/apache/ignite-teamcity-bot/pull/25#discussion_r222285591
 
 

 ##########
 File path: ignite-tc-helper-web/src/main/webapp/comparison.html
 ##########
 @@ -173,6 +178,176 @@
         return parseFloat(string.substring(string.indexOf("-") + 2, string.lastIndexOf("-") - 1));
     }
 
+    var ch_disp = function(id) {
+        let el = document.getElementById(id);
+
+        el.style.display = el.style.display == 'block' ? 'none' : 'block';
+    }
+
+    function printTests(num, result) {
+        let obj = {};
+
+        try {
+            obj = JSON.parse(result);
+        } catch (e) {
+            showErrInLoadStatus
 
 Review comment:
   String do nothing. This is not a method call.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services