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/10/25 12:00:17 UTC

[ignite-teamcity-bot] branch ignite-9848-load-all-builds updated: First call to new service (builds not load in advance), metrics were removed (old impl). Fix init

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

dpavlov pushed a commit to branch ignite-9848-load-all-builds
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/ignite-9848-load-all-builds by this push:
     new 4264b16  First call to new service (builds not load in advance), metrics were removed (old impl). Fix init
4264b16 is described below

commit 4264b1673891ca4c3753e19dd25ebdc96e012a41
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Thu Oct 25 14:59:52 2018 +0300

    First call to new service (builds not load in advance), metrics were removed (old impl). Fix init
---
 .../java/org/apache/ignite/ci/teamcity/ignited/TeamcityIgnitedImpl.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/TeamcityIgnitedImpl.java b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/TeamcityIgnitedImpl.java
index fec5680..c1bdbbe 100644
--- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/TeamcityIgnitedImpl.java
+++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/TeamcityIgnitedImpl.java
@@ -62,6 +62,7 @@ public class TeamcityIgnitedImpl implements ITeamcityIgnited {
 
         srvIdMaskHigh = ITeamcityIgnited.serverIdToInt(srvId);
         buildRefDao.init(); //todo init somehow in auto
+        fatBuildDao.init();
     }
 
     /** {@inheritDoc} */