~percona-dev/percona-server/bug693818

Viewing all changes in revision 178.

test "percona_slow_extended-combined":
start options: --use_global_long_query_time --log_slow_verbosity="full"
what I test: I test correct work two flags one by one, where first flag is bool value, second - some more.
Also I test correct processing of log_slow_verbosity flag ("full" should be rewrited by "microtime,query_plan,innodb")
Bug 691234 sensitive to incorrect bool's variable processing

test "percona_slow_extened-combined2"
start options: --use_global_log_slow_control="long_query_time"
what I test: I test correct processing command-line variable "use_global_log_slow_control":
1) variable should be setuped thought command-line option
2) use_global_long_query_time should be ON when variable "ues_global_log_slow_control" has value "long_query_time"

Next tests check what command-line bool variables processed correctly without argument:
percona_slow_extended-log_slow_sp_statements-cl
percona_slow_extended-log_slow_timestamp_every-cl
percona_slow_extended-log_slow_verbosity-cl
percona_slow_extended-slow_query_log_microseconds_timestamp-cl
percona_slow_extended-use_global_long_query_time-cl

In tests:
percona_slow_extended-slave_statements-and-use_global_long_query_time
percona_slow_extended-slave_statements

I replace incorrect "cat var/...." by "cat $MYSQLTEST_VARDIR/...". This is urgent for out-of-source build

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: