Skip to content

Commit 909ef0e

Browse files
author
Shlomi Noach
authored
Merge pull request #707 from github/tests-updates
minor updates to test
2 parents b12ac78 + 1327e30 commit 909ef0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

localtests/datetime-submillis/create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ create event gh_ost_test
1717
starts current_timestamp
1818
ends current_timestamp + interval 60 second
1919
on completion not preserve
20-
enable
20+
disable on slave
2121
do
2222
begin
2323
insert into gh_ost_test values (null, 11, now(), now(), now(), 0);

localtests/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ test_single() {
213213
diff $orig_content_output_file $ghost_content_output_file
214214

215215
echo "diff $orig_content_output_file $ghost_content_output_file"
216+
216217
return 1
217218
fi
218219
}

0 commit comments

Comments
 (0)