Skip to content

Commit 5442be3

Browse files
committed
:(
1 parent 0f9ade0 commit 5442be3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

regression-test/suites/cold_heat_separation/policy/drop.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ suite("drop_policy") {
8484
CREATE STORAGE POLICY ${use_policy}
8585
PROPERTIES(
8686
"storage_resource" = "${resource_table_use}",
87-
"cooldown_datetime" = "2025-06-08 00:00:00"
87+
"cooldown_datetime" = "2035-06-08 00:00:00"
8888
);
8989
"""
9090
assertEquals(storage_exist.call(use_policy), true)
@@ -105,7 +105,7 @@ suite("drop_policy") {
105105
CREATE STORAGE POLICY IF NOT EXISTS drop_policy_test_has_table_binded
106106
PROPERTIES(
107107
"storage_resource" = "${resource_table_use}",
108-
"cooldown_datetime" = "2025-06-08 00:00:00"
108+
"cooldown_datetime" = "2035-06-08 00:00:00"
109109
);
110110
"""
111111
assertEquals(storage_exist.call("drop_policy_test_has_table_binded"), true)
@@ -114,7 +114,7 @@ suite("drop_policy") {
114114
CREATE STORAGE POLICY IF NOT EXISTS drop_policy_test_has_table_bind_1
115115
PROPERTIES(
116116
"storage_resource" = "${resource_table_use}",
117-
"cooldown_datetime" = "2025-06-08 00:00:00"
117+
"cooldown_datetime" = "2035-06-08 00:00:00"
118118
);
119119
"""
120120
assertEquals(storage_exist.call("drop_policy_test_has_table_bind_1"), true)

regression-test/suites/cold_heat_separation/policy/drop_hdfs_reource.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ suite("drop_hdfs_policy") {
8080
CREATE STORAGE POLICY ${use_policy}
8181
PROPERTIES(
8282
"storage_resource" = "${resource_table_use}",
83-
"cooldown_datetime" = "2025-06-08 00:00:00"
83+
"cooldown_datetime" = "2035-06-08 00:00:00"
8484
);
8585
"""
8686
assertEquals(storage_exist.call(use_policy), true)
@@ -101,7 +101,7 @@ suite("drop_hdfs_policy") {
101101
CREATE STORAGE POLICY IF NOT EXISTS drop_policy_test_has_table_binded_hdfs
102102
PROPERTIES(
103103
"storage_resource" = "${resource_table_use}",
104-
"cooldown_datetime" = "2025-06-08 00:00:00"
104+
"cooldown_datetime" = "2035-06-08 00:00:00"
105105
);
106106
"""
107107
assertEquals(storage_exist.call("drop_policy_test_has_table_binded_hdfs"), true)

0 commit comments

Comments
 (0)