Skip to content

Commit

Permalink
tests: timepart_trunc --flaky
Browse files Browse the repository at this point in the history
Signed-off-by: Akshat Sikarwar <[email protected]>
  • Loading branch information
akshatsikarwar committed Jan 16, 2025
1 parent b31fedb commit f4664b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions tests/timepart_trunc.test/run.log.alpha
Original file line number Diff line number Diff line change
Expand Up @@ -1106,20 +1106,20 @@ cdb2sql ${CDB2_OPTIONS} --host MASTER dorintdb default select name, arg1, arg2,
(a=3000)
(a=4000)
(tablename='t17')
(out='table sqlite_stat1 sz 520.00KB 8% (dta 512.00KB, ix0 8.00KB)')
(out='table sqlite_stat4 sz 136.00KB 2% (dta 128.00KB, ix0 8.00KB)')
(out='table $0_F64CD191 sz 64.00KB 1% (dta 64.00KB) partition t')
(out='table $1_A2620AE4 sz 64.00KB 1% (dta 64.00KB) partition t')
(out='table $2_CE9DB8D sz 64.00KB 1% (dta 64.00KB) partition t2')
(out='table $0_43868980 sz 64.00KB 1% (dta 64.00KB) partition t2')
(out='table t4 sz 64.00KB 1% (dta 64.00KB)')
(out='table t11 sz 64.00KB 1% (dta 64.00KB)')
(out='table t14 sz 64.00KB 1% (dta 64.00KB)')
(out='table t15 sz 64.00KB 1% (dta 64.00KB)')
(out='table t17 sz 64.00KB 1% (dta 64.00KB)')
(out='table teststatsize sz 64.00KB 1% (dta 64.00KB) partition teststatsize sqlname $0_EC08F6C8')
(out='table $1_45259338 sz 64.00KB 1% (dta 64.00KB) partition teststatsize')
(out='table $2_91201505 sz 64.00KB 1% (dta 64.00KB) partition teststatsize')
(out='table sqlite_stat1 sz 520.00KB (dta 512.00KB, ix0 8.00KB)')
(out='table sqlite_stat4 sz 136.00KB (dta 128.00KB, ix0 8.00KB)')
(out='table $0_F64CD191 sz 64.00KB (dta 64.00KB) partition t')
(out='table $1_A2620AE4 sz 64.00KB (dta 64.00KB) partition t')
(out='table $2_CE9DB8D sz 64.00KB (dta 64.00KB) partition t2')
(out='table $0_43868980 sz 64.00KB (dta 64.00KB) partition t2')
(out='table t4 sz 64.00KB (dta 64.00KB)')
(out='table t11 sz 64.00KB (dta 64.00KB)')
(out='table t14 sz 64.00KB (dta 64.00KB)')
(out='table t15 sz 64.00KB (dta 64.00KB)')
(out='table t17 sz 64.00KB (dta 64.00KB)')
(out='table teststatsize sz 64.00KB (dta 64.00KB) partition teststatsize sqlname $0_EC08F6C8')
(out='table $1_45259338 sz 64.00KB (dta 64.00KB) partition teststatsize')
(out='table $2_91201505 sz 64.00KB (dta 64.00KB) partition teststatsize')
TEST 17
Test REBUILD partition
TEST 18
Expand Down
2 changes: 1 addition & 1 deletion tests/timepart_trunc.test/runit
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ echo $cmd "alter table teststatsize partitioned by time period 'daily' retention
$cmd "alter table teststatsize partitioned by time period 'daily' retention 3 start '20240101T'" >> $OUT 2>&1

echo $cmd "exec procedure sys.cmd.send('stat size')"
$cmd "exec procedure sys.cmd.send('stat size')" | egrep -v "GRAND|FILESYSTEM|log files|temp files" >> $OUT 2>&1
$cmd "exec procedure sys.cmd.send('stat size')" | sed 's/[[:digit:]]\+%//' | egrep -v "GRAND|FILESYSTEM|log files|temp files" >> $OUT 2>&1

header 17 "Test REBUILD partition"
echo $cmd "create table t18(a int) partitioned by time period 'daily' retention 2 start '20240101T'"
Expand Down

0 comments on commit f4664b7

Please sign in to comment.