minor updates to test

This commit is contained in:
Shlomi Noach 2017-11-01 09:51:45 +02:00
parent 82b7f2a564
commit 0fd4603ae6
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ create event gh_ost_test
starts current_timestamp
ends current_timestamp + interval 60 second
on completion not preserve
enable
disable on slave
do
begin
insert into gh_ost_test values (null, 11, now(), now(), now(), 0);

View File

@ -164,6 +164,7 @@ test_single() {
diff $orig_content_output_file $ghost_content_output_file
echo "diff $orig_content_output_file $ghost_content_output_file"
return 1
fi
}