You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2023/05/06 06:59:37 UTC

[kylin] 36/38: mirror: fix UT for snapshot building

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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit e19d2918c56506abeeddbb5e5cdc8db4e9cc4e1a
Author: ChenliangLu <31...@users.noreply.github.com>
AuthorDate: Thu Mar 9 16:46:00 2023 +0800

    mirror: fix UT for snapshot building
---
 .../src/test/scala/org/apache/kylin/it/TestQueryAndBuildFunSuite.scala   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/spark-project/spark-it/src/test/scala/org/apache/kylin/it/TestQueryAndBuildFunSuite.scala b/src/spark-project/spark-it/src/test/scala/org/apache/kylin/it/TestQueryAndBuildFunSuite.scala
index f4fbd16b7d..469ee85fe5 100644
--- a/src/spark-project/spark-it/src/test/scala/org/apache/kylin/it/TestQueryAndBuildFunSuite.scala
+++ b/src/spark-project/spark-it/src/test/scala/org/apache/kylin/it/TestQueryAndBuildFunSuite.scala
@@ -139,6 +139,7 @@ class TestQueryAndBuildFunSuite
     // test for snapshot cleanup
     KylinConfig.getInstanceFromEnv.setProperty("kylin.snapshot.version-ttl", "0")
     KylinConfig.getInstanceFromEnv.setProperty("kylin.snapshot.max-versions", "1")
+    KylinConfig.getInstanceFromEnv.setProperty("kylin.engine.persist-flat-use-snapshot-enabled", "false")
     build()
   }