Skip to content

Commit 6912389

Browse files
committed
tweak test case
1 parent 0bd6cff commit 6912389

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/query/storages/common/cache/src/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ impl CacheManager {
256256
Self::set_named_cache_items_capacity(cache, new_capacity, name);
257257
}
258258
MEMORY_CACHE_BLOOM_INDEX_FILE_META_DATA => {
259-
Self::set_named_cache_bytes_capacity(
259+
Self::set_named_cache_items_capacity(
260260
&self.bloom_index_meta_cache,
261261
new_capacity,
262262
name,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Error: APIError: ResponseError with 1063: Permission denied: privilege [Super] is required to invoke table function [set_cache_capacity] for user 'test'@'%' with roles [public]
2-
Error: APIError: ResponseError with 1063: Permission denied: privilege [Super] is required to invoke table function [set_cache_capacity] for user 'test'@'%' with roles [public]
1+
Error: APIError: QueryFailed: [1063]Permission denied: privilege [Super] is required to invoke table function [set_cache_capacity] for user 'test'@'%' with roles [public]
2+
Error: APIError: QueryFailed: [1063]Permission denied: privilege [Super] is required to invoke table function [set_cache_capacity] for user 'test'@'%' with roles [public]

0 commit comments

Comments
 (0)