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/15 12:36:23 UTC

[ignite-teamcity-bot] branch master updated: One more build removal from cache

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e73f085  One more build removal from cache
e73f085 is described below

commit e73f085b9294ef4af4ac95fb2012522feb05b228
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Thu Nov 15 15:36:17 2018 +0300

    One more build removal from cache
---
 .../ignite/ci/runners/RemoteClientTmpHelper.java   | 26 +++++++++++++---------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/RemoteClientTmpHelper.java b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/RemoteClientTmpHelper.java
index 9e37c79..f3f3802 100644
--- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/RemoteClientTmpHelper.java
+++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/RemoteClientTmpHelper.java
@@ -93,19 +93,23 @@ public class RemoteClientTmpHelper {
 
         CompactBuildsInfo cbi = new CompactBuildsInfo();
 
-
-        cbi.userName(253483);
+        cbi.userName(62541);
         cbi.srvId(245001);
         cbi.buildTypeId(113);
-        cbi.branchForTc(231783);
-        cbi.ticket(253484);
-        cbi.date(1542027258436l);
-
-        cbi.addBuild(2300387,   2300395, 2300385, 2300393, 2300391, 2300389);
-        boolean remove = cache.remove(cbi);
-        Preconditions.checkState(remove, "can't remove " + cbi);
-        //"finishedBuilds":{"2300387":false,"2300395":false,"2300385":false,"2300393":false,"2300391":false,"2300389":false}
-        ignite.close();
+        cbi.branchForTc(2008);
+        cbi.ticket(263594);
+        cbi.date(1542263949429L);
+
+        cbi.addBuild(2322291, 2322298, 2322296, 2322294, 2322292, 2322300);
+
+        boolean rmv = cache.remove(cbi);
+
+        try {
+            Preconditions.checkState(rmv, "can't remove " + cbi);
+        }
+        finally {
+            ignite.close();
+        }
 
     }