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

changchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 68c2f53d0 [CH] [Hotfix]: Ignore unstable hdfs cache  suite (#6969)
68c2f53d0 is described below

commit 68c2f53d0a2d6888f03562f9ce66c44f45411fb1
Author: Shuai li <[email protected]>
AuthorDate: Thu Aug 22 11:08:31 2024 +0800

    [CH] [Hotfix]: Ignore unstable hdfs cache  suite (#6969)
---
 .../apache/gluten/execution/tpch/GlutenClickHouseHDFSSuite.scala   | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/backends-clickhouse/src/test/scala/org/apache/gluten/execution/tpch/GlutenClickHouseHDFSSuite.scala
 
b/backends-clickhouse/src/test/scala/org/apache/gluten/execution/tpch/GlutenClickHouseHDFSSuite.scala
index ed8dcbbc1..fbea2ed46 100644
--- 
a/backends-clickhouse/src/test/scala/org/apache/gluten/execution/tpch/GlutenClickHouseHDFSSuite.scala
+++ 
b/backends-clickhouse/src/test/scala/org/apache/gluten/execution/tpch/GlutenClickHouseHDFSSuite.scala
@@ -59,7 +59,6 @@ class GlutenClickHouseHDFSSuite
 
   override def beforeAll(): Unit = {
     super.beforeAll()
-    deleteCache()
   }
 
   override protected def beforeEach(): Unit = {
@@ -110,19 +109,19 @@ class GlutenClickHouseHDFSSuite
     }
   }
 
-  test("test hdfs cache") {
+  ignore("test hdfs cache") {
     runWithoutCache()
     runWithCache()
   }
 
-  test("test cache file command") {
+  ignore("test cache file command") {
     runSql(
       s"CACHE FILES select * from '$HDFS_URL_ENDPOINT/tpch-data/lineitem'",
       noFallBack = false) { _ => }
     runWithCache()
   }
 
-  test("test no cache by query") {
+  ignore("test no cache by query") {
     withSQLConf(
       
s"$CH_SETTING_PREFIX.read_from_filesystem_cache_if_exists_otherwise_bypass_cache"
 -> "true") {
       runWithoutCache()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to