1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-27 21:01:50 +03:00

change the syslogSetup test id number

This commit is contained in:
david hill
2016-08-02 08:56:19 -05:00
parent e2f540553c
commit af051987a6
2 changed files with 2 additions and 1 deletions

View File

@ -227,7 +227,7 @@ fi
check() { check() {
test -f $installdir/post/functions && . $installdir/post/functions test -f $installdir/post/functions && . $installdir/post/functions
number=$RANDOM number=$RANDOM
cplogger -i 100 "MariaDB Columnstore Log Test: $number" cplogger -i 104 "MariaDB Columnstore Log Test: $number"
sleep 3 sleep 3
egrep -qs "MariaDB Columnstore Log Test: $number" /var/log/mariadb/columnstore/info.log egrep -qs "MariaDB Columnstore Log Test: $number" /var/log/mariadb/columnstore/info.log
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then

View File

@ -114,3 +114,4 @@
101 Rollback Failed on PM%1%. 101 Rollback Failed on PM%1%.
102 Cleanup Failed on PM%1%. 102 Cleanup Failed on PM%1%.
103 Starting FBO for new %1% extent too large for current db file; %2% 103 Starting FBO for new %1% extent too large for current db file; %2%
104 Syslog Setup Test