Skip to content

Commit

Permalink
Merge pull request #707 from github/tests-updates
Browse files Browse the repository at this point in the history
minor updates to test
  • Loading branch information
Shlomi Noach authored Feb 10, 2019
2 parents b12ac78 + 1327e30 commit 909ef0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion localtests/datetime-submillis/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions localtests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,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
}
Expand Down

0 comments on commit 909ef0e

Please sign in to comment.