We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edac2ec commit c9ac2b0Copy full SHA for c9ac2b0
regression-test/suites/cold_heat_separation/policy/drop.groovy
@@ -114,7 +114,7 @@ suite("drop_policy") {
114
CREATE STORAGE POLICY IF NOT EXISTS drop_policy_test_has_table_bind_1
115
PROPERTIES(
116
"storage_resource" = "${resource_table_use}",
117
- "cooldown_datetime" = "2025-06-08 00:00:00"
+ "cooldown_datetime" = "2035-06-08 00:00:00"
118
);
119
"""
120
assertEquals(storage_exist.call("drop_policy_test_has_table_bind_1"), true)
0 commit comments