Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFan2002 authored and drmingdrmer committed Jan 11, 2025
1 parent 6263d87 commit 5f203f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ls /tmp/test_vacuum_drop_aggregating_index/"$PREFIX"/_i_a/ | wc -l

stmt "drop aggregating index index"

stmt "set data_retention_time_in_days=0; select * from fuse_vacuum_drop_aggregating_index('test_vacuum_drop_aggregating_index','agg')"
stmt "set data_retention_time_in_days=0; select * from fuse_vacuum_drop_aggregating_index('test_vacuum_drop_aggregating_index','agg')" > /dev/null

echo "after vacuum, should be 0 index dir"
find /tmp/test_vacuum_drop_aggregating_index/"$PREFIX"/_i_a/ -type f | wc -l
Expand Down Expand Up @@ -80,7 +80,7 @@ echo "before vacuum, should be 1 index dir"

find /tmp/test_vacuum_drop_aggregating_index/"$PREFIX_2"/_i_a/ -type f | wc -l

stmt "set data_retention_time_in_days=0; select * from fuse_vacuum_drop_aggregating_index()"
stmt "set data_retention_time_in_days=0; select * from fuse_vacuum_drop_aggregating_index()" > /dev/null

echo "after vacuum, should be 0 index dir"

Expand Down

0 comments on commit 5f203f8

Please sign in to comment.