You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/10/17 08:20:51 UTC

[incubator-skywalking-oal-tool] branch master updated: Fix CI.

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-oal-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new dfeb491  Fix CI.
dfeb491 is described below

commit dfeb49150b215d35691f3a64e2280056c0e800ed
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Oct 17 16:20:44 2018 +0800

    Fix CI.
---
 .../src/test/resources/expectedFiles/IndicatorImplementorExpected.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/oal-parser/src/test/resources/expectedFiles/IndicatorImplementorExpected.java b/oal-parser/src/test/resources/expectedFiles/IndicatorImplementorExpected.java
index 6620648..76cf7c7 100644
--- a/oal-parser/src/test/resources/expectedFiles/IndicatorImplementorExpected.java
+++ b/oal-parser/src/test/resources/expectedFiles/IndicatorImplementorExpected.java
@@ -89,6 +89,7 @@ public class ServiceAvgIndicator extends LongAvgIndicator implements AlarmSuppor
         remoteBuilder.setDataLongs(1, getValue());
         remoteBuilder.setDataLongs(2, getTimeBucket());
 
+
         remoteBuilder.setDataIntegers(0, getCount());
 
         return remoteBuilder;
@@ -102,8 +103,10 @@ public class ServiceAvgIndicator extends LongAvgIndicator implements AlarmSuppor
         setValue(remoteData.getDataLongs(1));
         setTimeBucket(remoteData.getDataLongs(2));
 
+
         setCount(remoteData.getDataIntegers(0));
 
+
     }
 
     @Override public AlarmMeta getAlarmMeta() {