You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/11/29 17:46:35 UTC

[ignite-teamcity-bot] branch ignite-9542-new-run-stripe updated: IGNITE-9542 provide separated base/current branch history for PR page: ConcurrentModificationException fix

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

dpavlov pushed a commit to branch ignite-9542-new-run-stripe
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/ignite-9542-new-run-stripe by this push:
     new 1938cb6  IGNITE-9542 provide separated base/current branch history for PR page: ConcurrentModificationException fix
1938cb6 is described below

commit 1938cb645e23326bce7c853ba8b96add127f7dda
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Thu Nov 29 20:46:32 2018 +0300

    IGNITE-9542 provide separated base/current branch history for PR page: ConcurrentModificationException fix
---
 .../java/org/apache/ignite/ci/teamcity/ignited/runhist/RunHistSync.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/runhist/RunHistSync.java b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/runhist/RunHistSync.java
index 310644d..11d43c4 100644
--- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/runhist/RunHistSync.java
+++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/runhist/RunHistSync.java
@@ -154,6 +154,7 @@ public class RunHistSync {
             buildsSaveThisRun = syncTask.suites;
 
             syncTask.tests = new HashMap<>();
+            syncTask.suites = new HashMap<>();
         }
 
         return saveInvocationsMap(buildsSaveThisRun, saveThisRun);