Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 62b316b

Browse files
author
Vladimir Ershov
committed
move back
1 parent 19750e1 commit 62b316b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/make_test_env.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ SELECT schedule.create_job(
108108
'{
109109
"name": "Test #2: every 15 minute, not sngl transaction",
110110
"cron": "*/15 * * * *",
111-
"cron": "* * * * *",
112111
"commands": [
113112
"insert into result2 (time_mark, n, text) values (now(), 1, ''start job'')",
114113
"insert into result2 (time_mark, n, text) values (now(), 2, random_finish())"
@@ -122,7 +121,6 @@ SELECT schedule.create_job(
122121
'{
123122
"name": "Test #3: 2/3 minute, sngl transaction",
124123
"cron": "*/15 * * * *",
125-
"cron": "* * * * *",
126124
"commands": [
127125
"insert into result3 (time_mark, n, text) values (now(), 1, ''start job'')",
128126
"insert into result3 (time_mark, n, text) values (now(), 2, random_finish())"

0 commit comments

Comments
 (0)