You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/02/12 01:11:41 UTC

kylin git commit: minor, update smoke-test scripts

Repository: kylin
Updated Branches:
  refs/heads/master cd4e116ac -> 707b05598


minor, update smoke-test scripts


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/707b0559
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/707b0559
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/707b0559

Branch: refs/heads/master
Commit: 707b05598a1b65e0c1b85c2dffd57f7cf2ac8dfb
Parents: cd4e116
Author: lidongsjtu <li...@apache.org>
Authored: Sun Feb 12 09:11:24 2017 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Sun Feb 12 09:11:24 2017 +0800

----------------------------------------------------------------------
 build/smoke-test/testQuery.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/707b0559/build/smoke-test/testQuery.py
----------------------------------------------------------------------
diff --git a/build/smoke-test/testQuery.py b/build/smoke-test/testQuery.py
index 72eb80d..87a2456 100644
--- a/build/smoke-test/testQuery.py
+++ b/build/smoke-test/testQuery.py
@@ -59,6 +59,7 @@ class testQuery(unittest.TestCase):
             del actual_result['duration']
             del actual_result['hitExceptionCache']
             del actual_result['storageCacheUsed']
+            del actual_result['totalScanBytes']
 
             expect_result = json.loads(open(sql_file[:-4] + '.json').read().strip())
             self.assertEqual(actual_result, expect_result, 'Query result does not equal.')