1894.2.2
by Stewart Smith
add test for drizzleslap output being consumed by a drizzle command line client |
1 |
--echo run slap |
2 |
--exec $DRIZZLE_SLAP --number-int-cols=2 --auto-generate-sql --auto-generate-sql-guid-primary --auto-generate-sql-load-type=update --auto-generate-sql-execute-number=5 --auto-generate-sql-write-number=2 --iterations=2 --commit=2 --only-print 2>&1 > $DRIZZLETEST_VARDIR/tmp/slap.out |
|
3 |
||
4 |
--echo pipe into drizzle command line utility |
|
5 |
--exec $DRIZZLE test < $DRIZZLETEST_VARDIR/tmp/slap.out |
|
6 |
||
7 |
--echo remove tmp file |
|
1894.2.3
by Stewart Smith
also remove temp file |
8 |
--remove_file $DRIZZLETEST_VARDIR/tmp/slap.out |
1894.2.2
by Stewart Smith
add test for drizzleslap output being consumed by a drizzle command line client |
9 |