minor updates to test
This commit is contained in:
parent
82b7f2a564
commit
0fd4603ae6
@ -17,7 +17,7 @@ create event gh_ost_test
|
|||||||
starts current_timestamp
|
starts current_timestamp
|
||||||
ends current_timestamp + interval 60 second
|
ends current_timestamp + interval 60 second
|
||||||
on completion not preserve
|
on completion not preserve
|
||||||
enable
|
disable on slave
|
||||||
do
|
do
|
||||||
begin
|
begin
|
||||||
insert into gh_ost_test values (null, 11, now(), now(), now(), 0);
|
insert into gh_ost_test values (null, 11, now(), now(), now(), 0);
|
||||||
|
@ -164,6 +164,7 @@ test_single() {
|
|||||||
diff $orig_content_output_file $ghost_content_output_file
|
diff $orig_content_output_file $ghost_content_output_file
|
||||||
|
|
||||||
echo "diff $orig_content_output_file $ghost_content_output_file"
|
echo "diff $orig_content_output_file $ghost_content_output_file"
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user