File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
regression-test/suites/cold_heat_separation/policy Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ suite("drop_policy") {
84
84
CREATE STORAGE POLICY ${ use_policy}
85
85
PROPERTIES(
86
86
"storage_resource" = "${ resource_table_use} ",
87
- "cooldown_datetime" = "2025 -06-08 00:00:00"
87
+ "cooldown_datetime" = "2035 -06-08 00:00:00"
88
88
);
89
89
"""
90
90
assertEquals (storage_exist. call(use_policy), true )
@@ -105,7 +105,7 @@ suite("drop_policy") {
105
105
CREATE STORAGE POLICY IF NOT EXISTS drop_policy_test_has_table_binded
106
106
PROPERTIES(
107
107
"storage_resource" = "${ resource_table_use} ",
108
- "cooldown_datetime" = "2025 -06-08 00:00:00"
108
+ "cooldown_datetime" = "2035 -06-08 00:00:00"
109
109
);
110
110
"""
111
111
assertEquals (storage_exist. call(" drop_policy_test_has_table_binded" ), true )
@@ -114,7 +114,7 @@ suite("drop_policy") {
114
114
CREATE STORAGE POLICY IF NOT EXISTS drop_policy_test_has_table_bind_1
115
115
PROPERTIES(
116
116
"storage_resource" = "${ resource_table_use} ",
117
- "cooldown_datetime" = "2025 -06-08 00:00:00"
117
+ "cooldown_datetime" = "2035 -06-08 00:00:00"
118
118
);
119
119
"""
120
120
assertEquals (storage_exist. call(" drop_policy_test_has_table_bind_1" ), true )
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ suite("drop_hdfs_policy") {
80
80
CREATE STORAGE POLICY ${ use_policy}
81
81
PROPERTIES(
82
82
"storage_resource" = "${ resource_table_use} ",
83
- "cooldown_datetime" = "2025 -06-08 00:00:00"
83
+ "cooldown_datetime" = "2035 -06-08 00:00:00"
84
84
);
85
85
"""
86
86
assertEquals (storage_exist. call(use_policy), true )
@@ -101,7 +101,7 @@ suite("drop_hdfs_policy") {
101
101
CREATE STORAGE POLICY IF NOT EXISTS drop_policy_test_has_table_binded_hdfs
102
102
PROPERTIES(
103
103
"storage_resource" = "${ resource_table_use} ",
104
- "cooldown_datetime" = "2025 -06-08 00:00:00"
104
+ "cooldown_datetime" = "2035 -06-08 00:00:00"
105
105
);
106
106
"""
107
107
assertEquals (storage_exist. call(" drop_policy_test_has_table_binded_hdfs" ), true )
You can’t perform that action at this time.
0 commit comments