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 638fc40  Disable locks
638fc40 is described below

commit 638fc401706bc470e1eba9fbb410ddcb56eb7942
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Tue Sep 18 10:28:44 2018 +0300

    Disable locks
---
 .../src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java
 
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java
index 7ba065e..75c8031 100644
--- 
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java
+++ 
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java
@@ -125,7 +125,7 @@ public class IgnitePersistentTeamcity implements 
IAnalyticsEnabledTeamcity, ITea
     //todo: not good code to keep it static
     private static long lastTriggerMs = System.currentTimeMillis();
 
-    public static final boolean noLocks = false;
+    private static final boolean noLocks = true;
 
     @Deprecated
     public IgnitePersistentTeamcity(Ignite ignite, @Nullable String srvId) {

Reply via email to