cronjobs 0.1.0 → 4.0.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1637 +1,36 @@
1
-  (111.8ms) DROP DATABASE IF EXISTS "cachers_test"
2
-  (445.2ms) CREATE DATABASE "cachers_test" ENCODING = 'utf8'
3
- SQL (1.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
4
-  (5.1ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
5
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
6
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7
-  (0.3ms) SELECT version FROM "schema_migrations"
8
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160918232127')
9
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10
-  (0.2ms) BEGIN
11
- ----------------------
12
- CachersTest: test_crud
13
- ----------------------
14
-  (0.1ms) SAVEPOINT active_record_1
15
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 03:32:43.846092"], ["updated_at", "2016-09-19 03:32:43.846092"]]
16
-  (0.2ms) RELEASE SAVEPOINT active_record_1
17
-  (0.2ms) ROLLBACK
18
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
19
-  (0.2ms) BEGIN
20
- ----------------------
21
- CachersTest: test_crud
22
- ----------------------
23
-  (0.1ms) SAVEPOINT active_record_1
24
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 03:40:11.680241"], ["updated_at", "2016-09-19 03:40:11.680241"]]
25
-  (0.1ms) RELEASE SAVEPOINT active_record_1
26
-  (0.2ms) ROLLBACK
27
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
28
-  (0.2ms) BEGIN
29
- ----------------------
30
- CachersTest: test_crud
31
- ----------------------
32
-  (0.1ms) SAVEPOINT active_record_1
33
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 03:53:34.452635"], ["updated_at", "2016-09-19 03:53:34.452635"]]
34
-  (0.1ms) RELEASE SAVEPOINT active_record_1
35
-  (0.2ms) ROLLBACK
36
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
37
-  (0.2ms) BEGIN
38
- ----------------------
39
- CachersTest: test_crud
40
- ----------------------
41
-  (0.1ms) SAVEPOINT active_record_1
42
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 03:53:45.003892"], ["updated_at", "2016-09-19 03:53:45.003892"]]
43
-  (0.1ms) RELEASE SAVEPOINT active_record_1
44
-  (0.2ms) ROLLBACK
45
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
46
-  (0.2ms) BEGIN
47
- ----------------------
48
- CachersTest: test_crud
49
- ----------------------
50
-  (0.1ms) SAVEPOINT active_record_1
51
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 03:55:05.594248"], ["updated_at", "2016-09-19 03:55:05.594248"]]
52
-  (0.1ms) RELEASE SAVEPOINT active_record_1
53
-  (0.2ms) ROLLBACK
54
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
55
-  (0.2ms) BEGIN
56
- ----------------------
57
- CachersTest: test_crud
58
- ----------------------
59
-  (0.2ms) SAVEPOINT active_record_1
60
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 03:55:25.999964"], ["updated_at", "2016-09-19 03:55:25.999964"]]
61
-  (0.1ms) RELEASE SAVEPOINT active_record_1
62
-  (0.2ms) ROLLBACK
63
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
64
-  (0.2ms) BEGIN
65
- ----------------------
66
- CachersTest: test_crud
67
- ----------------------
68
-  (0.1ms) SAVEPOINT active_record_1
69
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 03:56:03.990496"], ["updated_at", "2016-09-19 03:56:03.990496"]]
70
-  (0.1ms) RELEASE SAVEPOINT active_record_1
71
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
72
-  (0.2ms) BEGIN
73
- ----------------------
74
- CachersTest: test_crud
75
- ----------------------
76
-  (0.1ms) SAVEPOINT active_record_1
77
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:00:12.211999"], ["updated_at", "2016-09-19 04:00:12.211999"]]
78
-  (0.1ms) RELEASE SAVEPOINT active_record_1
79
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
80
-  (0.2ms) BEGIN
81
- ----------------------
82
- CachersTest: test_crud
83
- ----------------------
84
-  (0.1ms) SAVEPOINT active_record_1
85
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:00:30.371587"], ["updated_at", "2016-09-19 04:00:30.371587"]]
86
-  (0.1ms) RELEASE SAVEPOINT active_record_1
87
-  (0.2ms) ROLLBACK
88
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
89
-  (0.2ms) BEGIN
90
- ----------------------
91
- CachersTest: test_crud
92
- ----------------------
93
-  (0.1ms) SAVEPOINT active_record_1
94
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:00:39.187220"], ["updated_at", "2016-09-19 04:00:39.187220"]]
95
-  (0.1ms) RELEASE SAVEPOINT active_record_1
96
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
97
-  (0.2ms) BEGIN
98
- ----------------------
99
- CachersTest: test_crud
100
- ----------------------
101
-  (0.2ms) SAVEPOINT active_record_1
102
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:01:47.375081"], ["updated_at", "2016-09-19 04:01:47.375081"]]
103
-  (0.1ms) RELEASE SAVEPOINT active_record_1
104
-  (0.4ms) ROLLBACK
105
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
106
-  (0.2ms) BEGIN
107
- ----------------------
108
- CachersTest: test_crud
109
- ----------------------
110
-  (0.1ms) SAVEPOINT active_record_1
111
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:02:05.488095"], ["updated_at", "2016-09-19 04:02:05.488095"]]
112
-  (0.1ms) RELEASE SAVEPOINT active_record_1
113
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
114
-  (0.2ms) BEGIN
115
- ----------------------
116
- CachersTest: test_crud
117
- ----------------------
118
-  (0.1ms) SAVEPOINT active_record_1
119
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:03:08.616791"], ["updated_at", "2016-09-19 04:03:08.616791"]]
120
-  (0.1ms) RELEASE SAVEPOINT active_record_1
121
-  (0.2ms) ROLLBACK
122
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
123
-  (0.2ms) BEGIN
124
- ----------------------
125
- CachersTest: test_crud
126
- ----------------------
127
-  (0.1ms) SAVEPOINT active_record_1
128
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:04:19.601411"], ["updated_at", "2016-09-19 04:04:19.601411"]]
129
-  (0.1ms) RELEASE SAVEPOINT active_record_1
130
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
131
-  (0.2ms) BEGIN
132
- ----------------------
133
- CachersTest: test_crud
134
- ----------------------
135
-  (0.1ms) SAVEPOINT active_record_1
136
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:11:08.118905"], ["updated_at", "2016-09-19 04:11:08.118905"]]
137
-  (0.1ms) RELEASE SAVEPOINT active_record_1
138
-  (0.2ms) ROLLBACK
139
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
140
-  (0.2ms) BEGIN
141
- ----------------------
142
- CachersTest: test_crud
143
- ----------------------
144
-  (0.1ms) SAVEPOINT active_record_1
145
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:11:49.864889"], ["updated_at", "2016-09-19 04:11:49.864889"]]
146
-  (0.1ms) RELEASE SAVEPOINT active_record_1
147
-  (0.2ms) ROLLBACK
148
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
149
-  (0.2ms) BEGIN
150
- ----------------------
151
- CachersTest: test_crud
152
- ----------------------
153
-  (0.2ms) SAVEPOINT active_record_1
154
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:17:16.468134"], ["updated_at", "2016-09-19 04:17:16.468134"]]
155
-  (0.1ms) RELEASE SAVEPOINT active_record_1
156
-  (0.2ms) ROLLBACK
157
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
158
-  (0.2ms) BEGIN
159
- ----------------------
160
- CachersTest: test_crud
161
- ----------------------
162
-  (0.1ms) SAVEPOINT active_record_1
163
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:20:09.066181"], ["updated_at", "2016-09-19 04:20:09.066181"]]
164
-  (0.2ms) RELEASE SAVEPOINT active_record_1
165
-  (0.2ms) ROLLBACK
166
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
167
-  (0.2ms) BEGIN
168
- ----------------------
169
- CachersTest: test_crud
170
- ----------------------
171
-  (0.2ms) SAVEPOINT active_record_1
172
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:20:47.945225"], ["updated_at", "2016-09-19 04:20:47.945225"]]
173
-  (0.1ms) RELEASE SAVEPOINT active_record_1
174
-  (0.3ms) ROLLBACK
175
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
176
-  (0.2ms) BEGIN
177
- ----------------------
178
- CachersTest: test_crud
179
- ----------------------
180
-  (0.2ms) SAVEPOINT active_record_1
181
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:21:53.990821"], ["updated_at", "2016-09-19 04:21:53.990821"]]
182
-  (0.1ms) RELEASE SAVEPOINT active_record_1
183
-  (0.2ms) ROLLBACK
184
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
185
-  (0.2ms) BEGIN
186
- ----------------------
187
- CachersTest: test_crud
188
- ----------------------
189
-  (0.2ms) SAVEPOINT active_record_1
190
-  (7.6ms) ROLLBACK TO SAVEPOINT active_record_1
191
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
192
-  (0.3ms) BEGIN
193
- ----------------------
194
- CachersTest: test_crud
195
- ----------------------
196
-  (0.2ms) SAVEPOINT active_record_1
197
-  (1.3ms) ROLLBACK TO SAVEPOINT active_record_1
198
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
199
-  (0.2ms) BEGIN
200
- ----------------------
201
- CachersTest: test_crud
202
- ----------------------
203
-  (0.2ms) SAVEPOINT active_record_1
204
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:22:41.229189"], ["updated_at", "2016-09-19 04:22:41.229189"]]
205
-  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1
206
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
207
-  (0.2ms) BEGIN
208
- ----------------------
209
- CachersTest: test_crud
210
- ----------------------
211
-  (0.1ms) SAVEPOINT active_record_1
212
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:23:13.237431"], ["updated_at", "2016-09-19 04:23:13.237431"]]
213
-  (0.1ms) RELEASE SAVEPOINT active_record_1
214
-  (0.2ms) ROLLBACK
215
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
216
-  (0.2ms) BEGIN
217
- ----------------------
218
- CachersTest: test_crud
219
- ----------------------
220
-  (0.2ms) SAVEPOINT active_record_1
221
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:23:20.608409"], ["updated_at", "2016-09-19 04:23:20.608409"]]
222
-  (0.1ms) RELEASE SAVEPOINT active_record_1
223
-  (0.2ms) ROLLBACK
224
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
225
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
226
-  (0.2ms) BEGIN
227
- ----------------------
228
- CachersTest: test_crud
229
- ----------------------
230
-  (0.2ms) SAVEPOINT active_record_1
231
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:33:55.025900"], ["updated_at", "2016-09-19 04:33:55.025900"]]
232
-  (0.1ms) RELEASE SAVEPOINT active_record_1
233
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
234
-  (0.2ms) BEGIN
235
- ----------------------
236
- CachersTest: test_crud
237
- ----------------------
238
-  (0.1ms) SAVEPOINT active_record_1
239
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:34:08.208228"], ["updated_at", "2016-09-19 04:34:08.208228"]]
240
-  (0.1ms) RELEASE SAVEPOINT active_record_1
241
-  (0.1ms) SAVEPOINT active_record_1
242
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:34:08.213461"], ["id", 25]]
243
-  (0.1ms) RELEASE SAVEPOINT active_record_1
244
-  (0.4ms) ROLLBACK
245
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
246
-  (0.2ms) BEGIN
247
- ----------------------
248
- CachersTest: test_crud
249
- ----------------------
250
-  (0.2ms) SAVEPOINT active_record_1
251
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:34:22.409935"], ["updated_at", "2016-09-19 04:34:22.409935"]]
252
-  (0.2ms) RELEASE SAVEPOINT active_record_1
253
-  (0.2ms) SAVEPOINT active_record_1
254
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:34:22.415869"], ["id", 26]]
255
-  (0.1ms) RELEASE SAVEPOINT active_record_1
256
-  (0.2ms) SAVEPOINT active_record_1
257
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 26]]
258
-  (0.1ms) RELEASE SAVEPOINT active_record_1
259
-  (0.2ms) ROLLBACK
260
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
261
-  (0.2ms) BEGIN
262
- ----------------------
263
- CachersTest: test_crud
264
- ----------------------
265
-  (0.1ms) SAVEPOINT active_record_1
266
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:34:36.093119"], ["updated_at", "2016-09-19 04:34:36.093119"]]
267
-  (0.1ms) RELEASE SAVEPOINT active_record_1
268
-  (0.2ms) SAVEPOINT active_record_1
269
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:34:36.098857"], ["id", 27]]
270
-  (0.1ms) RELEASE SAVEPOINT active_record_1
271
-  (0.1ms) SAVEPOINT active_record_1
272
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 27]]
273
-  (0.1ms) RELEASE SAVEPOINT active_record_1
274
-  (0.2ms) ROLLBACK
275
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
276
-  (0.2ms) BEGIN
277
- ----------------------
278
- CachersTest: test_crud
279
- ----------------------
280
-  (0.1ms) SAVEPOINT active_record_1
281
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:35:30.409015"], ["updated_at", "2016-09-19 04:35:30.409015"]]
282
-  (0.1ms) RELEASE SAVEPOINT active_record_1
283
-  (0.2ms) ROLLBACK
284
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
285
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
286
-  (0.2ms) BEGIN
287
- ----------------------
288
- CachersTest: test_crud
289
- ----------------------
290
-  (0.1ms) SAVEPOINT active_record_1
291
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:36:34.780507"], ["updated_at", "2016-09-19 04:36:34.780507"]]
292
-  (0.1ms) RELEASE SAVEPOINT active_record_1
293
-  (0.1ms) SAVEPOINT active_record_1
294
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:36:34.785088"], ["id", 29]]
295
-  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
296
-  (0.3ms) ROLLBACK
297
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
298
-  (0.2ms) BEGIN
299
- ----------------------
300
- CachersTest: test_crud
301
- ----------------------
302
-  (0.1ms) SAVEPOINT active_record_1
303
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:36:56.693647"], ["updated_at", "2016-09-19 04:36:56.693647"]]
304
-  (0.2ms) RELEASE SAVEPOINT active_record_1
305
-  (0.2ms) SAVEPOINT active_record_1
306
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:36:56.699391"], ["id", 30]]
307
-  (0.1ms) RELEASE SAVEPOINT active_record_1
308
-  (0.1ms) SAVEPOINT active_record_1
309
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 30]]
310
-  (0.1ms) RELEASE SAVEPOINT active_record_1
311
-  (0.2ms) ROLLBACK
312
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
313
-  (0.3ms) BEGIN
314
- ----------------------
315
- CachersTest: test_crud
316
- ----------------------
317
-  (0.1ms) SAVEPOINT active_record_1
318
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:38:41.003910"], ["updated_at", "2016-09-19 04:38:41.003910"]]
319
-  (0.1ms) RELEASE SAVEPOINT active_record_1
320
-  (0.1ms) SAVEPOINT active_record_1
321
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:38:41.009564"], ["id", 31]]
322
-  (0.1ms) RELEASE SAVEPOINT active_record_1
323
-  (0.1ms) SAVEPOINT active_record_1
324
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 31]]
325
-  (0.1ms) RELEASE SAVEPOINT active_record_1
326
-  (0.7ms) ROLLBACK
327
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
328
-  (0.2ms) BEGIN
329
- ----------------------
330
- CachersTest: test_crud
331
- ----------------------
332
-  (0.1ms) SAVEPOINT active_record_1
333
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:40:02.583665"], ["updated_at", "2016-09-19 04:40:02.583665"]]
334
-  (0.2ms) RELEASE SAVEPOINT active_record_1
335
-  (0.2ms) ROLLBACK
336
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
337
-  (0.2ms) BEGIN
338
- ----------------------
339
- CachersTest: test_crud
340
- ----------------------
341
-  (0.1ms) SAVEPOINT active_record_1
342
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:40:24.636341"], ["updated_at", "2016-09-19 04:40:24.636341"]]
343
-  (0.2ms) RELEASE SAVEPOINT active_record_1
344
-  (0.2ms) SAVEPOINT active_record_1
345
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:40:24.642380"], ["id", 33]]
346
-  (0.1ms) RELEASE SAVEPOINT active_record_1
347
-  (0.1ms) SAVEPOINT active_record_1
348
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 33]]
349
-  (0.1ms) RELEASE SAVEPOINT active_record_1
350
-  (0.2ms) ROLLBACK
351
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
352
-  (0.2ms) BEGIN
353
- ----------------------
354
- CachersTest: test_crud
355
- ----------------------
356
-  (0.1ms) SAVEPOINT active_record_1
357
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:41:34.679627"], ["updated_at", "2016-09-19 04:41:34.679627"]]
358
-  (0.1ms) RELEASE SAVEPOINT active_record_1
359
-  (0.1ms) SAVEPOINT active_record_1
360
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:41:34.685329"], ["id", 34]]
361
-  (0.1ms) RELEASE SAVEPOINT active_record_1
362
-  (0.1ms) SAVEPOINT active_record_1
363
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 34]]
364
-  (0.1ms) RELEASE SAVEPOINT active_record_1
365
-  (0.2ms) ROLLBACK
366
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
367
-  (0.2ms) BEGIN
368
- --------------------------
369
- RecordTest: test_callbacks
370
- --------------------------
371
-  (0.2ms) SAVEPOINT active_record_1
372
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 04:43:19.497138"], ["updated_at", "2016-09-19 04:43:19.497138"]]
373
-  (0.2ms) RELEASE SAVEPOINT active_record_1
374
-  (0.1ms) SAVEPOINT active_record_1
375
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 04:43:19.502644"], ["id", 35]]
376
-  (0.1ms) RELEASE SAVEPOINT active_record_1
377
-  (0.1ms) SAVEPOINT active_record_1
378
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 35]]
379
-  (0.1ms) RELEASE SAVEPOINT active_record_1
380
-  (0.2ms) ROLLBACK
381
- ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
382
-  (0.2ms) BEGIN
383
1
  ---------------------
384
- TasksTest: test_tasks
2
+ TaskTest: test_update
3
+ ---------------------
4
+ -------------------------
5
+ CronjobsTest: test_update
6
+ -------------------------
7
+ ---------------------------
8
+ GeneratorTest: test_install
9
+ ---------------------------
10
+ ---------------------
11
+ TaskTest: test_update
12
+ ---------------------
13
+ -------------------------
14
+ CronjobsTest: test_update
15
+ -------------------------
16
+ ---------------------------
17
+ GeneratorTest: test_install
18
+ ---------------------------
19
+ ---------------------------
20
+ GeneratorTest: test_install
21
+ ---------------------------
22
+ ---------------------
23
+ TaskTest: test_update
24
+ ---------------------
25
+ -------------------------
26
+ CronjobsTest: test_update
27
+ -------------------------
28
+ -------------------------
29
+ CronjobsTest: test_update
30
+ -------------------------
31
+ ---------------------------
32
+ GeneratorTest: test_install
33
+ ---------------------------
34
+ ---------------------
35
+ TaskTest: test_update
385
36
  ---------------------
386
-  (0.2ms) SAVEPOINT active_record_1
387
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:30:53.698385"], ["updated_at", "2016-09-19 10:30:53.698385"]]
388
-  (0.1ms) RELEASE SAVEPOINT active_record_1
389
-  (0.1ms) SAVEPOINT active_record_1
390
- SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:30:53.702565"], ["updated_at", "2016-09-19 10:30:53.702565"]]
391
-  (0.1ms) RELEASE SAVEPOINT active_record_1
392
-  (0.2ms) ROLLBACK
393
-  (0.1ms) BEGIN
394
- --------------------------
395
- RecordTest: test_callbacks
396
- --------------------------
397
-  (0.1ms) SAVEPOINT active_record_1
398
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:30:53.735581"], ["updated_at", "2016-09-19 10:30:53.735581"]]
399
-  (0.1ms) RELEASE SAVEPOINT active_record_1
400
-  (0.1ms) SAVEPOINT active_record_1
401
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:30:53.737616"], ["id", 38]]
402
-  (0.1ms) RELEASE SAVEPOINT active_record_1
403
-  (0.1ms) SAVEPOINT active_record_1
404
- SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 38]]
405
-  (0.1ms) RELEASE SAVEPOINT active_record_1
406
-  (0.2ms) ROLLBACK
407
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
408
-  (0.2ms) BEGIN
409
- ---------------------
410
- TasksTest: test_tasks
411
- ---------------------
412
-  (0.1ms) SAVEPOINT active_record_1
413
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:31:56.742210"], ["updated_at", "2016-09-19 10:31:56.742210"]]
414
-  (0.2ms) RELEASE SAVEPOINT active_record_1
415
-  (0.1ms) SAVEPOINT active_record_1
416
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:31:56.747352"], ["updated_at", "2016-09-19 10:31:56.747352"]]
417
-  (0.1ms) RELEASE SAVEPOINT active_record_1
418
-  (0.2ms) ROLLBACK
419
-  (0.1ms) BEGIN
420
- --------------------------
421
- RecordTest: test_callbacks
422
- --------------------------
423
-  (0.2ms) SAVEPOINT active_record_1
424
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:31:56.755159"], ["updated_at", "2016-09-19 10:31:56.755159"]]
425
-  (0.1ms) RELEASE SAVEPOINT active_record_1
426
-  (0.1ms) SAVEPOINT active_record_1
427
- SQL (0.4ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:31:56.756849"], ["id", 41]]
428
-  (0.1ms) RELEASE SAVEPOINT active_record_1
429
-  (0.1ms) SAVEPOINT active_record_1
430
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 41]]
431
-  (0.1ms) RELEASE SAVEPOINT active_record_1
432
-  (0.1ms) ROLLBACK
433
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
434
-  (0.2ms) BEGIN
435
- --------------------------
436
- RecordTest: test_callbacks
437
- --------------------------
438
-  (0.1ms) SAVEPOINT active_record_1
439
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:33:46.475827"], ["updated_at", "2016-09-19 10:33:46.475827"]]
440
-  (0.2ms) RELEASE SAVEPOINT active_record_1
441
-  (0.1ms) SAVEPOINT active_record_1
442
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:33:46.481176"], ["id", 42]]
443
-  (0.1ms) RELEASE SAVEPOINT active_record_1
444
-  (0.1ms) SAVEPOINT active_record_1
445
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 42]]
446
-  (0.1ms) RELEASE SAVEPOINT active_record_1
447
-  (0.2ms) ROLLBACK
448
-  (0.2ms) BEGIN
449
- ---------------------
450
- TasksTest: test_tasks
451
- ---------------------
452
-  (0.1ms) SAVEPOINT active_record_1
453
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:33:46.494057"], ["updated_at", "2016-09-19 10:33:46.494057"]]
454
-  (0.1ms) RELEASE SAVEPOINT active_record_1
455
-  (0.1ms) SAVEPOINT active_record_1
456
- SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:33:46.495377"], ["updated_at", "2016-09-19 10:33:46.495377"]]
457
-  (0.1ms) RELEASE SAVEPOINT active_record_1
458
-  (0.5ms) ROLLBACK
459
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
460
-  (0.3ms) BEGIN
461
- --------------------------
462
- RecordTest: test_callbacks
463
- --------------------------
464
-  (0.1ms) SAVEPOINT active_record_1
465
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:34:09.588618"], ["updated_at", "2016-09-19 10:34:09.588618"]]
466
-  (0.3ms) RELEASE SAVEPOINT active_record_1
467
-  (0.2ms) SAVEPOINT active_record_1
468
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:34:09.593761"], ["id", 45]]
469
-  (0.1ms) RELEASE SAVEPOINT active_record_1
470
-  (0.1ms) SAVEPOINT active_record_1
471
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 45]]
472
-  (0.1ms) RELEASE SAVEPOINT active_record_1
473
-  (0.2ms) ROLLBACK
474
-  (0.1ms) BEGIN
475
- ---------------------
476
- TasksTest: test_tasks
477
- ---------------------
478
-  (0.1ms) SAVEPOINT active_record_1
479
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:34:09.605874"], ["updated_at", "2016-09-19 10:34:09.605874"]]
480
-  (0.1ms) RELEASE SAVEPOINT active_record_1
481
-  (0.1ms) SAVEPOINT active_record_1
482
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:34:09.607483"], ["updated_at", "2016-09-19 10:34:09.607483"]]
483
-  (0.1ms) RELEASE SAVEPOINT active_record_1
484
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
485
-  (0.2ms) ROLLBACK
486
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
487
-  (0.2ms) BEGIN
488
- ---------------------
489
- TasksTest: test_tasks
490
- ---------------------
491
-  (0.1ms) SAVEPOINT active_record_1
492
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:38:40.476745"], ["updated_at", "2016-09-19 10:38:40.476745"]]
493
-  (0.1ms) RELEASE SAVEPOINT active_record_1
494
-  (0.1ms) SAVEPOINT active_record_1
495
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:38:40.481059"], ["updated_at", "2016-09-19 10:38:40.481059"]]
496
-  (0.1ms) RELEASE SAVEPOINT active_record_1
497
- User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
498
-  (0.2ms) ROLLBACK
499
-  (0.2ms) BEGIN
500
- --------------------------
501
- RecordTest: test_callbacks
502
- --------------------------
503
-  (0.1ms) SAVEPOINT active_record_1
504
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:38:40.493288"], ["updated_at", "2016-09-19 10:38:40.493288"]]
505
-  (0.1ms) RELEASE SAVEPOINT active_record_1
506
-  (0.1ms) SAVEPOINT active_record_1
507
- SQL (0.6ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:38:40.494917"], ["id", 50]]
508
-  (0.5ms) RELEASE SAVEPOINT active_record_1
509
-  (0.2ms) SAVEPOINT active_record_1
510
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 50]]
511
-  (0.1ms) RELEASE SAVEPOINT active_record_1
512
-  (0.2ms) ROLLBACK
513
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
514
-  (0.2ms) BEGIN
515
- ---------------------
516
- TasksTest: test_tasks
517
- ---------------------
518
-  (0.1ms) SAVEPOINT active_record_1
519
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:39:15.897495"], ["updated_at", "2016-09-19 10:39:15.897495"]]
520
-  (0.2ms) RELEASE SAVEPOINT active_record_1
521
-  (0.1ms) SAVEPOINT active_record_1
522
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:39:15.900619"], ["updated_at", "2016-09-19 10:39:15.900619"]]
523
-  (0.1ms) RELEASE SAVEPOINT active_record_1
524
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
525
-  (0.2ms) ROLLBACK
526
-  (0.1ms) BEGIN
527
- --------------------------
528
- RecordTest: test_callbacks
529
- --------------------------
530
-  (0.1ms) SAVEPOINT active_record_1
531
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:39:15.912940"], ["updated_at", "2016-09-19 10:39:15.912940"]]
532
-  (0.1ms) RELEASE SAVEPOINT active_record_1
533
-  (0.1ms) SAVEPOINT active_record_1
534
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:39:15.914494"], ["id", 53]]
535
-  (0.1ms) RELEASE SAVEPOINT active_record_1
536
-  (0.1ms) SAVEPOINT active_record_1
537
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 53]]
538
-  (0.1ms) RELEASE SAVEPOINT active_record_1
539
-  (0.2ms) ROLLBACK
540
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
541
-  (0.2ms) BEGIN
542
- ---------------------
543
- TasksTest: test_tasks
544
- ---------------------
545
-  (0.1ms) SAVEPOINT active_record_1
546
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:40:45.559918"], ["updated_at", "2016-09-19 10:40:45.559918"]]
547
-  (0.1ms) RELEASE SAVEPOINT active_record_1
548
-  (0.1ms) SAVEPOINT active_record_1
549
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:40:45.563055"], ["updated_at", "2016-09-19 10:40:45.563055"]]
550
-  (0.2ms) RELEASE SAVEPOINT active_record_1
551
- User Load (0.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
552
-  (0.2ms) ROLLBACK
553
-  (0.1ms) BEGIN
554
- --------------------------
555
- RecordTest: test_callbacks
556
- --------------------------
557
-  (0.1ms) SAVEPOINT active_record_1
558
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:40:45.574354"], ["updated_at", "2016-09-19 10:40:45.574354"]]
559
-  (0.1ms) RELEASE SAVEPOINT active_record_1
560
-  (0.2ms) SAVEPOINT active_record_1
561
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:40:45.575989"], ["id", 56]]
562
-  (0.1ms) RELEASE SAVEPOINT active_record_1
563
-  (0.2ms) SAVEPOINT active_record_1
564
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 56]]
565
-  (0.1ms) RELEASE SAVEPOINT active_record_1
566
-  (0.2ms) ROLLBACK
567
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
568
-  (0.2ms) BEGIN
569
- ---------------------
570
- TasksTest: test_tasks
571
- ---------------------
572
-  (0.2ms) SAVEPOINT active_record_1
573
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:45:18.166029"], ["updated_at", "2016-09-19 10:45:18.166029"]]
574
-  (0.1ms) RELEASE SAVEPOINT active_record_1
575
-  (0.1ms) SAVEPOINT active_record_1
576
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:45:18.169470"], ["updated_at", "2016-09-19 10:45:18.169470"]]
577
-  (0.1ms) RELEASE SAVEPOINT active_record_1
578
- User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
579
-  (0.2ms) ROLLBACK
580
-  (0.1ms) BEGIN
581
- --------------------------
582
- RecordTest: test_callbacks
583
- --------------------------
584
-  (0.1ms) SAVEPOINT active_record_1
585
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:45:18.181500"], ["updated_at", "2016-09-19 10:45:18.181500"]]
586
-  (0.1ms) RELEASE SAVEPOINT active_record_1
587
-  (0.1ms) SAVEPOINT active_record_1
588
- SQL (0.2ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:45:18.183135"], ["id", 59]]
589
-  (0.1ms) RELEASE SAVEPOINT active_record_1
590
-  (0.1ms) SAVEPOINT active_record_1
591
- SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 59]]
592
-  (0.1ms) RELEASE SAVEPOINT active_record_1
593
-  (0.1ms) ROLLBACK
594
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
595
-  (0.2ms) BEGIN
596
- --------------------------
597
- RecordTest: test_callbacks
598
- --------------------------
599
-  (0.1ms) SAVEPOINT active_record_1
600
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:48:50.355139"], ["updated_at", "2016-09-19 10:48:50.355139"]]
601
-  (0.1ms) RELEASE SAVEPOINT active_record_1
602
-  (0.1ms) SAVEPOINT active_record_1
603
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 10:48:50.359656"], ["id", 60]]
604
-  (0.1ms) RELEASE SAVEPOINT active_record_1
605
-  (0.1ms) SAVEPOINT active_record_1
606
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 60]]
607
-  (0.1ms) RELEASE SAVEPOINT active_record_1
608
-  (0.2ms) ROLLBACK
609
-  (0.1ms) BEGIN
610
- ---------------------
611
- TasksTest: test_tasks
612
- ---------------------
613
-  (0.1ms) SAVEPOINT active_record_1
614
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 10:48:50.371727"], ["updated_at", "2016-09-19 10:48:50.371727"]]
615
-  (0.1ms) RELEASE SAVEPOINT active_record_1
616
-  (0.1ms) SAVEPOINT active_record_1
617
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 10:48:50.372885"], ["updated_at", "2016-09-19 10:48:50.372885"]]
618
-  (0.1ms) RELEASE SAVEPOINT active_record_1
619
- User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
620
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
621
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
622
-  (0.1ms) ROLLBACK
623
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
624
-  (0.2ms) BEGIN
625
- --------------------------
626
- RecordTest: test_callbacks
627
- --------------------------
628
-  (0.1ms) SAVEPOINT active_record_1
629
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 11:15:10.376287"], ["updated_at", "2016-09-19 11:15:10.376287"]]
630
-  (0.1ms) RELEASE SAVEPOINT active_record_1
631
-  (0.1ms) SAVEPOINT active_record_1
632
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 11:15:10.380757"], ["id", 63]]
633
-  (0.1ms) RELEASE SAVEPOINT active_record_1
634
-  (0.1ms) SAVEPOINT active_record_1
635
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 63]]
636
-  (0.1ms) RELEASE SAVEPOINT active_record_1
637
-  (0.2ms) ROLLBACK
638
-  (0.1ms) BEGIN
639
- ---------------------
640
- TasksTest: test_tasks
641
- ---------------------
642
-  (0.1ms) SAVEPOINT active_record_1
643
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 11:15:10.392395"], ["updated_at", "2016-09-19 11:15:10.392395"]]
644
-  (0.1ms) RELEASE SAVEPOINT active_record_1
645
-  (0.1ms) SAVEPOINT active_record_1
646
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 11:15:10.393534"], ["updated_at", "2016-09-19 11:15:10.393534"]]
647
-  (0.1ms) RELEASE SAVEPOINT active_record_1
648
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
649
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
650
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
651
-  (0.2ms) ROLLBACK
652
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
653
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
654
-  (0.2ms) BEGIN
655
- --------------------------
656
- RecordTest: test_callbacks
657
- --------------------------
658
-  (0.2ms) SAVEPOINT active_record_1
659
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:16:09.686101"], ["updated_at", "2016-09-19 12:16:09.686101"]]
660
-  (0.1ms) RELEASE SAVEPOINT active_record_1
661
-  (0.2ms) SAVEPOINT active_record_1
662
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:16:09.691767"], ["id", 66]]
663
-  (0.1ms) RELEASE SAVEPOINT active_record_1
664
-  (0.1ms) SAVEPOINT active_record_1
665
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 66]]
666
-  (0.1ms) RELEASE SAVEPOINT active_record_1
667
-  (0.2ms) ROLLBACK
668
-  (0.1ms) BEGIN
669
- ---------------------
670
- TasksTest: test_tasks
671
- ---------------------
672
-  (0.2ms) SAVEPOINT active_record_1
673
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:16:09.723766"], ["updated_at", "2016-09-19 12:16:09.723766"]]
674
-  (0.2ms) RELEASE SAVEPOINT active_record_1
675
-  (0.2ms) SAVEPOINT active_record_1
676
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:16:09.725080"], ["updated_at", "2016-09-19 12:16:09.725080"]]
677
-  (0.2ms) RELEASE SAVEPOINT active_record_1
678
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
679
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
680
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
681
-  (0.3ms) ROLLBACK
682
-  (0.1ms) BEGIN
683
- ------------------------------------
684
- GeneratorsTest: test_file_generation
685
- ------------------------------------
686
-  (0.2ms) ROLLBACK
687
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
688
-  (0.2ms) BEGIN
689
- ------------------------------------
690
- GeneratorsTest: test_file_generation
691
- ------------------------------------
692
-  (0.2ms) ROLLBACK
693
-  (0.1ms) BEGIN
694
- ---------------------
695
- TasksTest: test_tasks
696
- ---------------------
697
-  (0.1ms) SAVEPOINT active_record_1
698
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:16:30.054087"], ["updated_at", "2016-09-19 12:16:30.054087"]]
699
-  (0.1ms) RELEASE SAVEPOINT active_record_1
700
-  (0.1ms) SAVEPOINT active_record_1
701
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:16:30.057267"], ["updated_at", "2016-09-19 12:16:30.057267"]]
702
-  (0.1ms) RELEASE SAVEPOINT active_record_1
703
- User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
704
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
705
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
706
-  (0.2ms) ROLLBACK
707
-  (0.1ms) BEGIN
708
- --------------------------
709
- RecordTest: test_callbacks
710
- --------------------------
711
-  (0.1ms) SAVEPOINT active_record_1
712
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:16:30.066117"], ["updated_at", "2016-09-19 12:16:30.066117"]]
713
-  (0.1ms) RELEASE SAVEPOINT active_record_1
714
-  (0.1ms) SAVEPOINT active_record_1
715
- SQL (0.9ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:16:30.067634"], ["id", 71]]
716
-  (0.2ms) RELEASE SAVEPOINT active_record_1
717
-  (0.2ms) SAVEPOINT active_record_1
718
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 71]]
719
-  (0.1ms) RELEASE SAVEPOINT active_record_1
720
-  (0.1ms) ROLLBACK
721
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
722
-  (0.2ms) BEGIN
723
- ---------------------
724
- TasksTest: test_tasks
725
- ---------------------
726
-  (0.2ms) SAVEPOINT active_record_1
727
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:16:45.921104"], ["updated_at", "2016-09-19 12:16:45.921104"]]
728
-  (0.2ms) RELEASE SAVEPOINT active_record_1
729
-  (0.1ms) SAVEPOINT active_record_1
730
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:16:45.925106"], ["updated_at", "2016-09-19 12:16:45.925106"]]
731
-  (0.1ms) RELEASE SAVEPOINT active_record_1
732
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
733
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
734
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
735
-  (0.5ms) ROLLBACK
736
-  (0.1ms) BEGIN
737
- --------------------------
738
- RecordTest: test_callbacks
739
- --------------------------
740
-  (0.1ms) SAVEPOINT active_record_1
741
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:16:45.954185"], ["updated_at", "2016-09-19 12:16:45.954185"]]
742
-  (0.2ms) RELEASE SAVEPOINT active_record_1
743
-  (0.2ms) SAVEPOINT active_record_1
744
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:16:45.956087"], ["id", 74]]
745
-  (0.1ms) RELEASE SAVEPOINT active_record_1
746
-  (0.1ms) SAVEPOINT active_record_1
747
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 74]]
748
-  (0.1ms) RELEASE SAVEPOINT active_record_1
749
-  (0.2ms) ROLLBACK
750
-  (0.1ms) BEGIN
751
- ------------------------------------
752
- GeneratorsTest: test_file_generation
753
- ------------------------------------
754
-  (0.2ms) ROLLBACK
755
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
756
-  (0.2ms) BEGIN
757
- ------------------------------------
758
- GeneratorsTest: test_file_generation
759
- ------------------------------------
760
-  (0.2ms) ROLLBACK
761
-  (0.1ms) BEGIN
762
- ---------------------
763
- TasksTest: test_tasks
764
- ---------------------
765
-  (0.2ms) SAVEPOINT active_record_1
766
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:18:21.741142"], ["updated_at", "2016-09-19 12:18:21.741142"]]
767
-  (0.1ms) RELEASE SAVEPOINT active_record_1
768
-  (0.1ms) SAVEPOINT active_record_1
769
- SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:18:21.744972"], ["updated_at", "2016-09-19 12:18:21.744972"]]
770
-  (0.1ms) RELEASE SAVEPOINT active_record_1
771
- User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
772
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
773
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
774
-  (0.2ms) ROLLBACK
775
-  (0.1ms) BEGIN
776
- --------------------------
777
- RecordTest: test_callbacks
778
- --------------------------
779
-  (0.2ms) SAVEPOINT active_record_1
780
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:18:21.767140"], ["updated_at", "2016-09-19 12:18:21.767140"]]
781
-  (0.2ms) RELEASE SAVEPOINT active_record_1
782
-  (0.1ms) SAVEPOINT active_record_1
783
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:18:21.768716"], ["id", 77]]
784
-  (0.1ms) RELEASE SAVEPOINT active_record_1
785
-  (0.1ms) SAVEPOINT active_record_1
786
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 77]]
787
-  (0.1ms) RELEASE SAVEPOINT active_record_1
788
-  (0.1ms) ROLLBACK
789
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
790
-  (0.2ms) BEGIN
791
- ---------------------
792
- TasksTest: test_tasks
793
- ---------------------
794
-  (0.1ms) SAVEPOINT active_record_1
795
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:19:04.624867"], ["updated_at", "2016-09-19 12:19:04.624867"]]
796
-  (0.1ms) RELEASE SAVEPOINT active_record_1
797
-  (0.1ms) SAVEPOINT active_record_1
798
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:19:04.629119"], ["updated_at", "2016-09-19 12:19:04.629119"]]
799
-  (0.1ms) RELEASE SAVEPOINT active_record_1
800
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
801
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
802
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
803
-  (0.5ms) ROLLBACK
804
-  (0.1ms) BEGIN
805
- ------------------------------------
806
- GeneratorsTest: test_file_generation
807
- ------------------------------------
808
-  (0.1ms) ROLLBACK
809
-  (0.1ms) BEGIN
810
- --------------------------
811
- RecordTest: test_callbacks
812
- --------------------------
813
-  (0.1ms) SAVEPOINT active_record_1
814
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:19:04.659953"], ["updated_at", "2016-09-19 12:19:04.659953"]]
815
-  (1.3ms) RELEASE SAVEPOINT active_record_1
816
-  (0.1ms) SAVEPOINT active_record_1
817
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:19:04.663227"], ["id", 80]]
818
-  (0.1ms) RELEASE SAVEPOINT active_record_1
819
-  (0.1ms) SAVEPOINT active_record_1
820
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 80]]
821
-  (0.1ms) RELEASE SAVEPOINT active_record_1
822
-  (0.2ms) ROLLBACK
823
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
824
-  (0.2ms) BEGIN
825
- --------------------------
826
- RecordTest: test_callbacks
827
- --------------------------
828
-  (0.2ms) SAVEPOINT active_record_1
829
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:21:25.556957"], ["updated_at", "2016-09-19 12:21:25.556957"]]
830
-  (0.1ms) RELEASE SAVEPOINT active_record_1
831
-  (0.1ms) SAVEPOINT active_record_1
832
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:21:25.562388"], ["id", 81]]
833
-  (0.1ms) RELEASE SAVEPOINT active_record_1
834
-  (0.1ms) SAVEPOINT active_record_1
835
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 81]]
836
-  (0.1ms) RELEASE SAVEPOINT active_record_1
837
-  (0.2ms) ROLLBACK
838
-  (0.4ms) BEGIN
839
- ---------------------
840
- TasksTest: test_tasks
841
- ---------------------
842
-  (0.3ms) SAVEPOINT active_record_1
843
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:21:25.588101"], ["updated_at", "2016-09-19 12:21:25.588101"]]
844
-  (0.2ms) RELEASE SAVEPOINT active_record_1
845
-  (0.1ms) SAVEPOINT active_record_1
846
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:21:25.589907"], ["updated_at", "2016-09-19 12:21:25.589907"]]
847
-  (0.1ms) RELEASE SAVEPOINT active_record_1
848
- User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
849
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
850
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
851
-  (0.2ms) ROLLBACK
852
-  (0.1ms) BEGIN
853
- ------------------------------------
854
- GeneratorsTest: test_file_generation
855
- ------------------------------------
856
-  (0.2ms) ROLLBACK
857
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
858
-  (1.5ms) BEGIN
859
- --------------------------
860
- RecordTest: test_callbacks
861
- --------------------------
862
-  (0.2ms) SAVEPOINT active_record_1
863
- SQL (0.6ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:22:15.157316"], ["updated_at", "2016-09-19 12:22:15.157316"]]
864
-  (0.2ms) RELEASE SAVEPOINT active_record_1
865
-  (0.3ms) SAVEPOINT active_record_1
866
- SQL (0.4ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:22:15.163823"], ["id", 84]]
867
-  (0.1ms) RELEASE SAVEPOINT active_record_1
868
-  (0.1ms) SAVEPOINT active_record_1
869
- SQL (0.6ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 84]]
870
-  (0.2ms) RELEASE SAVEPOINT active_record_1
871
-  (0.3ms) ROLLBACK
872
-  (0.1ms) BEGIN
873
- ---------------------
874
- TasksTest: test_tasks
875
- ---------------------
876
-  (0.2ms) SAVEPOINT active_record_1
877
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:22:15.191340"], ["updated_at", "2016-09-19 12:22:15.191340"]]
878
-  (0.4ms) RELEASE SAVEPOINT active_record_1
879
-  (0.2ms) SAVEPOINT active_record_1
880
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:22:15.194465"], ["updated_at", "2016-09-19 12:22:15.194465"]]
881
-  (0.2ms) RELEASE SAVEPOINT active_record_1
882
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
883
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
884
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
885
-  (0.2ms) ROLLBACK
886
-  (0.1ms) BEGIN
887
- ------------------------------------
888
- GeneratorsTest: test_file_generation
889
- ------------------------------------
890
-  (0.2ms) ROLLBACK
891
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
892
-  (0.2ms) BEGIN
893
- ------------------------------------
894
- GeneratorsTest: test_file_generation
895
- ------------------------------------
896
-  (0.2ms) ROLLBACK
897
-  (0.1ms) BEGIN
898
- --------------------------
899
- RecordTest: test_callbacks
900
- --------------------------
901
-  (0.1ms) SAVEPOINT active_record_1
902
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:27:38.988822"], ["updated_at", "2016-09-19 12:27:38.988822"]]
903
-  (0.1ms) RELEASE SAVEPOINT active_record_1
904
-  (0.2ms) SAVEPOINT active_record_1
905
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:27:38.993333"], ["id", 87]]
906
-  (0.1ms) RELEASE SAVEPOINT active_record_1
907
-  (0.2ms) SAVEPOINT active_record_1
908
- SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 87]]
909
-  (0.2ms) RELEASE SAVEPOINT active_record_1
910
-  (0.3ms) ROLLBACK
911
-  (0.1ms) BEGIN
912
- ---------------------
913
- TasksTest: test_tasks
914
- ---------------------
915
-  (0.1ms) SAVEPOINT active_record_1
916
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:27:39.011620"], ["updated_at", "2016-09-19 12:27:39.011620"]]
917
-  (0.1ms) RELEASE SAVEPOINT active_record_1
918
-  (0.1ms) SAVEPOINT active_record_1
919
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:27:39.012975"], ["updated_at", "2016-09-19 12:27:39.012975"]]
920
-  (0.3ms) RELEASE SAVEPOINT active_record_1
921
- User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
922
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
923
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
924
-  (0.2ms) ROLLBACK
925
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
926
-  (0.3ms) BEGIN
927
- --------------------------
928
- RecordTest: test_callbacks
929
- --------------------------
930
-  (0.2ms) SAVEPOINT active_record_1
931
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:29:00.292732"], ["updated_at", "2016-09-19 12:29:00.292732"]]
932
-  (0.2ms) RELEASE SAVEPOINT active_record_1
933
-  (0.1ms) SAVEPOINT active_record_1
934
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:29:00.297973"], ["id", 90]]
935
-  (0.1ms) RELEASE SAVEPOINT active_record_1
936
-  (0.2ms) SAVEPOINT active_record_1
937
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 90]]
938
-  (0.1ms) RELEASE SAVEPOINT active_record_1
939
-  (0.2ms) ROLLBACK
940
-  (0.1ms) BEGIN
941
- ---------------------
942
- TasksTest: test_tasks
943
- ---------------------
944
-  (0.1ms) SAVEPOINT active_record_1
945
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:29:00.306351"], ["updated_at", "2016-09-19 12:29:00.306351"]]
946
-  (0.1ms) RELEASE SAVEPOINT active_record_1
947
-  (0.1ms) SAVEPOINT active_record_1
948
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:29:00.307541"], ["updated_at", "2016-09-19 12:29:00.307541"]]
949
-  (0.2ms) RELEASE SAVEPOINT active_record_1
950
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
951
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
952
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
953
-  (0.1ms) ROLLBACK
954
-  (0.1ms) BEGIN
955
- ------------------------------------
956
- GeneratorsTest: test_file_generation
957
- ------------------------------------
958
-  (0.3ms) ROLLBACK
959
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
960
-  (0.2ms) BEGIN
961
- ---------------------
962
- TasksTest: test_tasks
963
- ---------------------
964
-  (0.1ms) SAVEPOINT active_record_1
965
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:30:05.417272"], ["updated_at", "2016-09-19 12:30:05.417272"]]
966
-  (0.1ms) RELEASE SAVEPOINT active_record_1
967
-  (0.1ms) SAVEPOINT active_record_1
968
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:30:05.420699"], ["updated_at", "2016-09-19 12:30:05.420699"]]
969
-  (0.1ms) RELEASE SAVEPOINT active_record_1
970
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
971
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
972
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
973
-  (0.2ms) ROLLBACK
974
-  (0.1ms) BEGIN
975
- ------------------------------------
976
- GeneratorsTest: test_file_generation
977
- ------------------------------------
978
-  (0.2ms) ROLLBACK
979
-  (0.2ms) BEGIN
980
- --------------------------
981
- RecordTest: test_callbacks
982
- --------------------------
983
-  (1.1ms) SAVEPOINT active_record_1
984
- SQL (0.7ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:30:05.446005"], ["updated_at", "2016-09-19 12:30:05.446005"]]
985
-  (0.2ms) RELEASE SAVEPOINT active_record_1
986
-  (0.2ms) SAVEPOINT active_record_1
987
- SQL (0.4ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:30:05.449777"], ["id", 95]]
988
-  (0.1ms) RELEASE SAVEPOINT active_record_1
989
-  (1.4ms) SAVEPOINT active_record_1
990
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 95]]
991
-  (0.1ms) RELEASE SAVEPOINT active_record_1
992
-  (0.2ms) ROLLBACK
993
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
994
-  (0.3ms) BEGIN
995
- --------------------------
996
- RecordTest: test_callbacks
997
- --------------------------
998
-  (0.2ms) SAVEPOINT active_record_1
999
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:30:39.169109"], ["updated_at", "2016-09-19 12:30:39.169109"]]
1000
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1001
-  (0.2ms) SAVEPOINT active_record_1
1002
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:30:39.174684"], ["id", 96]]
1003
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1004
-  (0.1ms) SAVEPOINT active_record_1
1005
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 96]]
1006
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1007
-  (0.2ms) ROLLBACK
1008
-  (0.1ms) BEGIN
1009
- ---------------------
1010
- TasksTest: test_tasks
1011
- ---------------------
1012
-  (0.1ms) SAVEPOINT active_record_1
1013
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:30:39.182524"], ["updated_at", "2016-09-19 12:30:39.182524"]]
1014
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1015
-  (0.2ms) SAVEPOINT active_record_1
1016
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:30:39.183815"], ["updated_at", "2016-09-19 12:30:39.183815"]]
1017
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1018
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1019
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1020
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1021
-  (0.2ms) ROLLBACK
1022
-  (0.2ms) BEGIN
1023
- ------------------------------------
1024
- GeneratorsTest: test_file_generation
1025
- ------------------------------------
1026
-  (0.2ms) ROLLBACK
1027
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1028
-  (0.2ms) BEGIN
1029
- ------------------------------------
1030
- GeneratorsTest: test_file_generation
1031
- ------------------------------------
1032
-  (0.2ms) ROLLBACK
1033
-  (0.2ms) BEGIN
1034
- --------------------------
1035
- RecordTest: test_callbacks
1036
- --------------------------
1037
-  (0.2ms) SAVEPOINT active_record_1
1038
- SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:31:01.640434"], ["updated_at", "2016-09-19 12:31:01.640434"]]
1039
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1040
-  (0.1ms) SAVEPOINT active_record_1
1041
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:31:01.644835"], ["id", 99]]
1042
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1043
-  (0.1ms) SAVEPOINT active_record_1
1044
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 99]]
1045
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1046
-  (0.8ms) ROLLBACK
1047
-  (0.3ms) BEGIN
1048
- ---------------------
1049
- TasksTest: test_tasks
1050
- ---------------------
1051
-  (0.1ms) SAVEPOINT active_record_1
1052
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:31:01.657358"], ["updated_at", "2016-09-19 12:31:01.657358"]]
1053
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1054
-  (0.1ms) SAVEPOINT active_record_1
1055
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:31:01.658715"], ["updated_at", "2016-09-19 12:31:01.658715"]]
1056
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1057
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1058
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1059
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1060
-  (0.2ms) ROLLBACK
1061
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1062
-  (0.2ms) BEGIN
1063
- ---------------------
1064
- TasksTest: test_tasks
1065
- ---------------------
1066
-  (0.1ms) SAVEPOINT active_record_1
1067
- SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:31:48.755309"], ["updated_at", "2016-09-19 12:31:48.755309"]]
1068
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1069
-  (0.2ms) SAVEPOINT active_record_1
1070
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 12:31:48.759186"], ["updated_at", "2016-09-19 12:31:48.759186"]]
1071
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1072
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1073
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1074
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1075
-  (0.3ms) ROLLBACK
1076
-  (0.1ms) BEGIN
1077
- --------------------------
1078
- RecordTest: test_callbacks
1079
- --------------------------
1080
-  (0.2ms) SAVEPOINT active_record_1
1081
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 12:31:48.773814"], ["updated_at", "2016-09-19 12:31:48.773814"]]
1082
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1083
-  (0.1ms) SAVEPOINT active_record_1
1084
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 12:31:48.775616"], ["id", 104]]
1085
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1086
-  (0.1ms) SAVEPOINT active_record_1
1087
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 104]]
1088
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1089
-  (1.3ms) ROLLBACK
1090
-  (0.3ms) BEGIN
1091
- ------------------------------------
1092
- GeneratorsTest: test_file_generation
1093
- ------------------------------------
1094
-  (0.2ms) ROLLBACK
1095
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1096
-  (0.3ms) BEGIN
1097
- --------------------------
1098
- RecordTest: test_callbacks
1099
- --------------------------
1100
-  (0.2ms) SAVEPOINT active_record_1
1101
- SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 15:00:47.191518"], ["updated_at", "2016-09-19 15:00:47.191518"]]
1102
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1103
-  (0.1ms) SAVEPOINT active_record_1
1104
- SQL (0.3ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 15:00:47.196755"], ["id", 105]]
1105
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1106
-  (0.1ms) SAVEPOINT active_record_1
1107
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 105]]
1108
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1109
-  (0.2ms) ROLLBACK
1110
-  (0.1ms) BEGIN
1111
- ---------------------
1112
- TasksTest: test_tasks
1113
- ---------------------
1114
-  (0.1ms) SAVEPOINT active_record_1
1115
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 15:00:47.204941"], ["updated_at", "2016-09-19 15:00:47.204941"]]
1116
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1117
-  (0.1ms) SAVEPOINT active_record_1
1118
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 15:00:47.206203"], ["updated_at", "2016-09-19 15:00:47.206203"]]
1119
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1120
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1121
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1122
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1123
-  (0.2ms) ROLLBACK
1124
-  (0.2ms) BEGIN
1125
- ------------------------------------
1126
- GeneratorsTest: test_file_generation
1127
- ------------------------------------
1128
-  (0.4ms) ROLLBACK
1129
-  (0.1ms) BEGIN
1130
- ------------------------------------
1131
- GeneratorsTest: test_file_generation
1132
- ------------------------------------
1133
-  (0.2ms) ROLLBACK
1134
-  (0.2ms) BEGIN
1135
- --------------------------
1136
- RecordTest: test_callbacks
1137
- --------------------------
1138
-  (0.2ms) SAVEPOINT active_record_1
1139
- SQL (3.7ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 19 Sep 2016 16:01:19 UTC +00:00], ["name", "mike"], ["updated_at", Mon, 19 Sep 2016 16:01:19 UTC +00:00]]
1140
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1141
-  (0.2ms) ROLLBACK
1142
-  (0.1ms) BEGIN
1143
- ---------------------
1144
- TasksTest: test_tasks
1145
- ---------------------
1146
-  (0.1ms) SAVEPOINT active_record_1
1147
- SQL (0.3ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 19 Sep 2016 16:01:19 UTC +00:00], ["name", "mike"], ["updated_at", Mon, 19 Sep 2016 16:01:19 UTC +00:00]]
1148
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1149
-  (0.1ms) SAVEPOINT active_record_1
1150
- SQL (0.2ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 19 Sep 2016 16:01:19 UTC +00:00], ["name", "john"], ["updated_at", Mon, 19 Sep 2016 16:01:19 UTC +00:00]]
1151
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1152
-  (0.2ms) ROLLBACK
1153
-  (0.1ms) BEGIN
1154
- ------------------------------------
1155
- GeneratorsTest: test_file_generation
1156
- ------------------------------------
1157
-  (0.2ms) ROLLBACK
1158
-  (0.2ms) BEGIN
1159
- --------------------------
1160
- RecordTest: test_callbacks
1161
- --------------------------
1162
-  (0.2ms) SAVEPOINT active_record_1
1163
- SQL (2.7ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 19 Sep 2016 16:01:46 UTC +00:00], ["name", "mike"], ["updated_at", Mon, 19 Sep 2016 16:01:46 UTC +00:00]]
1164
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1165
-  (0.4ms) ROLLBACK
1166
-  (0.1ms) BEGIN
1167
- ------------------------------------
1168
- GeneratorsTest: test_file_generation
1169
- ------------------------------------
1170
-  (0.2ms) ROLLBACK
1171
-  (0.2ms) BEGIN
1172
- --------------------------
1173
- RecordTest: test_callbacks
1174
- --------------------------
1175
-  (0.2ms) SAVEPOINT active_record_1
1176
- SQL (3.0ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 19 Sep 2016 16:04:49 UTC +00:00], ["name", "mike"], ["updated_at", Mon, 19 Sep 2016 16:04:49 UTC +00:00]]
1177
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1178
-  (0.1ms) SAVEPOINT active_record_1
1179
- SQL (0.5ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = 112 [["name", "john"], ["updated_at", Mon, 19 Sep 2016 16:04:49 UTC +00:00]]
1180
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1181
-  (0.1ms) SAVEPOINT active_record_1
1182
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 112]]
1183
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1184
-  (0.1ms) ROLLBACK
1185
-  (0.1ms) BEGIN
1186
- ---------------------
1187
- TasksTest: test_tasks
1188
- ---------------------
1189
-  (0.1ms) SAVEPOINT active_record_1
1190
- SQL (0.2ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 19 Sep 2016 16:04:49 UTC +00:00], ["name", "mike"], ["updated_at", Mon, 19 Sep 2016 16:04:49 UTC +00:00]]
1191
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1192
-  (0.1ms) SAVEPOINT active_record_1
1193
- SQL (1.4ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 19 Sep 2016 16:04:49 UTC +00:00], ["name", "john"], ["updated_at", Mon, 19 Sep 2016 16:04:49 UTC +00:00]]
1194
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1195
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1196
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1197
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1198
-  (0.1ms) ROLLBACK
1199
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
1200
-  (0.2ms) BEGIN
1201
- ------------------------------------
1202
- GeneratorsTest: test_file_generation
1203
- ------------------------------------
1204
-  (0.2ms) ROLLBACK
1205
-  (0.2ms) BEGIN
1206
- --------------------------
1207
- RecordTest: test_callbacks
1208
- --------------------------
1209
-  (0.3ms) SAVEPOINT active_record_1
1210
- SQL (6.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 23:56:52.497038"], ["updated_at", "2016-09-19 23:56:52.497038"]]
1211
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1212
-  (0.1ms) SAVEPOINT active_record_1
1213
- SQL (0.4ms) UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["name", "john"], ["updated_at", "2016-09-19 23:56:52.507525"], ["id", 115]]
1214
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1215
-  (0.3ms) SAVEPOINT active_record_1
1216
- SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 115]]
1217
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1218
-  (0.2ms) ROLLBACK
1219
-  (0.2ms) BEGIN
1220
- ---------------------
1221
- TasksTest: test_tasks
1222
- ---------------------
1223
-  (0.2ms) SAVEPOINT active_record_1
1224
- SQL (14.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "mike"], ["created_at", "2016-09-19 23:56:52.524641"], ["updated_at", "2016-09-19 23:56:52.524641"]]
1225
-  (0.3ms) RELEASE SAVEPOINT active_record_1
1226
-  (0.2ms) SAVEPOINT active_record_1
1227
- SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "john"], ["created_at", "2016-09-19 23:56:52.540538"], ["updated_at", "2016-09-19 23:56:52.540538"]]
1228
-  (0.2ms) RELEASE SAVEPOINT active_record_1
1229
- User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1230
- User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1231
- User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
1232
-  (0.3ms) ROLLBACK
1233
- ------------------------
1234
- CronjobsTest: test_write
1235
- ------------------------
1236
- ---------------------
1237
- TasksTest: test_tasks
1238
- ---------------------
1239
- ------------------------------------
1240
- GeneratorsTest: test_file_generation
1241
- ------------------------------------
1242
- ------------------------------------
1243
- GeneratorsTest: test_file_generation
1244
- ------------------------------------
1245
- ------------------------
1246
- CronjobsTest: test_write
1247
- ------------------------
1248
- ---------------------
1249
- TasksTest: test_tasks
1250
- ---------------------
1251
- ---------------------
1252
- TasksTest: test_tasks
1253
- ---------------------
1254
- ------------------------
1255
- CronjobsTest: test_write
1256
- ------------------------
1257
- ------------------------------------
1258
- GeneratorsTest: test_file_generation
1259
- ------------------------------------
1260
- ---------------------
1261
- TasksTest: test_tasks
1262
- ---------------------
1263
- ------------------------------------
1264
- GeneratorsTest: test_file_generation
1265
- ------------------------------------
1266
- ------------------------
1267
- CronjobsTest: test_write
1268
- ------------------------
1269
- ------------------------------------
1270
- GeneratorsTest: test_file_generation
1271
- ------------------------------------
1272
- ------------------------
1273
- CronjobsTest: test_write
1274
- ------------------------
1275
- ---------------------
1276
- TasksTest: test_tasks
1277
- ---------------------
1278
- ------------------------------------
1279
- GeneratorsTest: test_file_generation
1280
- ------------------------------------
1281
- ---------------------
1282
- TasksTest: test_tasks
1283
- ---------------------
1284
- ------------------------
1285
- CronjobsTest: test_write
1286
- ------------------------
1287
- ------------------------------------
1288
- GeneratorsTest: test_file_generation
1289
- ------------------------------------
1290
- ------------------------
1291
- CronjobsTest: test_write
1292
- ------------------------
1293
- ---------------------
1294
- TasksTest: test_tasks
1295
- ---------------------
1296
- ---------------------
1297
- TasksTest: test_tasks
1298
- ---------------------
1299
- ------------------------------------
1300
- GeneratorsTest: test_file_generation
1301
- ------------------------------------
1302
- ------------------------
1303
- CronjobsTest: test_write
1304
- ------------------------
1305
- ------------------------------------
1306
- GeneratorsTest: test_file_generation
1307
- ------------------------------------
1308
- ---------------------
1309
- TasksTest: test_tasks
1310
- ---------------------
1311
- ------------------------
1312
- CronjobsTest: test_write
1313
- ------------------------
1314
- ------------------------
1315
- CronjobsTest: test_write
1316
- ------------------------
1317
- ------------------------------------
1318
- GeneratorsTest: test_file_generation
1319
- ------------------------------------
1320
- ---------------------
1321
- TasksTest: test_tasks
1322
- ---------------------
1323
- ------------------------
1324
- CronjobsTest: test_write
1325
- ------------------------
1326
- ---------------------
1327
- TasksTest: test_tasks
1328
- ---------------------
1329
- ------------------------------------
1330
- GeneratorsTest: test_file_generation
1331
- ------------------------------------
1332
- ------------------------------------
1333
- GeneratorsTest: test_file_generation
1334
- ------------------------------------
1335
- ------------------------
1336
- CronjobsTest: test_write
1337
- ------------------------
1338
- ---------------------
1339
- TasksTest: test_tasks
1340
- ---------------------
1341
- ------------------------------------
1342
- GeneratorsTest: test_file_generation
1343
- ------------------------------------
1344
- ---------------------
1345
- TasksTest: test_tasks
1346
- ---------------------
1347
- ------------------------
1348
- CronjobsTest: test_write
1349
- ------------------------
1350
- ---------------------
1351
- TasksTest: test_tasks
1352
- ---------------------
1353
- ------------------------------------
1354
- GeneratorsTest: test_file_generation
1355
- ------------------------------------
1356
- ------------------------
1357
- CronjobsTest: test_write
1358
- ------------------------
1359
- ------------------------
1360
- CronjobsTest: test_write
1361
- ------------------------
1362
- ------------------------------------
1363
- GeneratorsTest: test_file_generation
1364
- ------------------------------------
1365
- ---------------------
1366
- TasksTest: test_tasks
1367
- ---------------------
1368
- ------------------------
1369
- CronjobsTest: test_write
1370
- ------------------------
1371
- ---------------------
1372
- TasksTest: test_tasks
1373
- ---------------------
1374
- ------------------------------------
1375
- GeneratorsTest: test_file_generation
1376
- ------------------------------------
1377
- ---------------------
1378
- TasksTest: test_tasks
1379
- ---------------------
1380
- ------------------------
1381
- CronjobsTest: test_write
1382
- ------------------------
1383
- ------------------------------------
1384
- GeneratorsTest: test_file_generation
1385
- ------------------------------------
1386
- ------------------------------------
1387
- GeneratorsTest: test_file_generation
1388
- ------------------------------------
1389
- ---------------------
1390
- TasksTest: test_tasks
1391
- ---------------------
1392
- ------------------------
1393
- CronjobsTest: test_write
1394
- ------------------------
1395
- ------------------------
1396
- CronjobsTest: test_write
1397
- ------------------------
1398
- ------------------------------------
1399
- GeneratorsTest: test_file_generation
1400
- ------------------------------------
1401
- ---------------------
1402
- TasksTest: test_tasks
1403
- ---------------------
1404
- ------------------------
1405
- CronjobsTest: test_write
1406
- ------------------------
1407
- ------------------------------------
1408
- GeneratorsTest: test_file_generation
1409
- ------------------------------------
1410
- ---------------------
1411
- TasksTest: test_tasks
1412
- ---------------------
1413
- ------------------------------------
1414
- GeneratorsTest: test_file_generation
1415
- ------------------------------------
1416
- ------------------------
1417
- CronjobsTest: test_write
1418
- ------------------------
1419
- ---------------------
1420
- TasksTest: test_tasks
1421
- ---------------------
1422
- ------------------------
1423
- CronjobsTest: test_write
1424
- ------------------------
1425
- ------------------------
1426
- CronjobsTest: test_write
1427
- ------------------------
1428
- ------------------------------------
1429
- GeneratorsTest: test_file_generation
1430
- ------------------------------------
1431
- ---------------------
1432
- TasksTest: test_tasks
1433
- ---------------------
1434
- ------------------------
1435
- CronjobsTest: test_write
1436
- ------------------------
1437
- ------------------------------------
1438
- GeneratorsTest: test_file_generation
1439
- ------------------------------------
1440
- ------------------------
1441
- CronjobsTest: test_write
1442
- ------------------------
1443
- ---------------------
1444
- TasksTest: test_tasks
1445
- ---------------------
1446
- ---------------------
1447
- TasksTest: test_tasks
1448
- ---------------------
1449
- ------------------------------------
1450
- GeneratorsTest: test_file_generation
1451
- ------------------------------------
1452
- ------------------------
1453
- CronjobsTest: test_write
1454
- ------------------------
1455
- ------------------------
1456
- CronjobsTest: test_write
1457
- ------------------------
1458
- ------------------------------------
1459
- GeneratorsTest: test_file_generation
1460
- ------------------------------------
1461
- ---------------------
1462
- TasksTest: test_tasks
1463
- ---------------------
1464
- ------------------------
1465
- CronjobsTest: test_write
1466
- ------------------------
1467
- ---------------------
1468
- TasksTest: test_tasks
1469
- ---------------------
1470
- ------------------------------------
1471
- GeneratorsTest: test_file_generation
1472
- ------------------------------------
1473
- ------------------------
1474
- CronjobsTest: test_write
1475
- ------------------------
1476
- ---------------------
1477
- TasksTest: test_tasks
1478
- ---------------------
1479
- ------------------------
1480
- CronjobsTest: test_write
1481
- ------------------------
1482
- ------------------------------------
1483
- GeneratorsTest: test_file_generation
1484
- ------------------------------------
1485
- ------------------------------------
1486
- GeneratorsTest: test_file_generation
1487
- ------------------------------------
1488
- ---------------------
1489
- TasksTest: test_tasks
1490
- ---------------------
1491
- ------------------------
1492
- CronjobsTest: test_write
1493
- ------------------------
1494
- ---------------------
1495
- TasksTest: test_tasks
1496
- ---------------------
1497
- ------------------------
1498
- CronjobsTest: test_write
1499
- ------------------------
1500
- ------------------------------------
1501
- GeneratorsTest: test_file_generation
1502
- ------------------------------------
1503
- ------------------------
1504
- CronjobsTest: test_write
1505
- ------------------------
1506
- ------------------------------------
1507
- GeneratorsTest: test_file_generation
1508
- ------------------------------------
1509
- ---------------------
1510
- TasksTest: test_tasks
1511
- ---------------------
1512
- ------------------------------------
1513
- GeneratorsTest: test_file_generation
1514
- ------------------------------------
1515
- ------------------------
1516
- CronjobsTest: test_write
1517
- ------------------------
1518
- ---------------------
1519
- TasksTest: test_tasks
1520
- ---------------------
1521
- ---------------------
1522
- TasksTest: test_tasks
1523
- ---------------------
1524
- ------------------------------------
1525
- GeneratorsTest: test_file_generation
1526
- ------------------------------------
1527
- ------------------------
1528
- CronjobsTest: test_write
1529
- ------------------------
1530
- ------------------------------------
1531
- GeneratorsTest: test_file_generation
1532
- ------------------------------------
1533
- ------------------------
1534
- CronjobsTest: test_write
1535
- ------------------------
1536
- ---------------------
1537
- TasksTest: test_tasks
1538
- ---------------------
1539
- ---------------------
1540
- TasksTest: test_tasks
1541
- ---------------------
1542
- ------------------------------------
1543
- GeneratorsTest: test_file_generation
1544
- ------------------------------------
1545
- ------------------------
1546
- CronjobsTest: test_write
1547
- ------------------------
1548
- ------------------------
1549
- CronjobsTest: test_write
1550
- ------------------------
1551
- ------------------------------------
1552
- GeneratorsTest: test_file_generation
1553
- ------------------------------------
1554
- ---------------------
1555
- TasksTest: test_tasks
1556
- ---------------------
1557
- ------------------------
1558
- CronjobsTest: test_write
1559
- ------------------------
1560
- ------------------------------------
1561
- GeneratorsTest: test_file_generation
1562
- ------------------------------------
1563
- ---------------------
1564
- TasksTest: test_check
1565
- ---------------------
1566
- ------------------------------------
1567
- GeneratorsTest: test_file_generation
1568
- ------------------------------------
1569
- ------------------------
1570
- CronjobsTest: test_write
1571
- ------------------------
1572
- ---------------------
1573
- TasksTest: test_check
1574
- ---------------------
1575
- ---------------------
1576
- TasksTest: test_check
1577
- ---------------------
1578
- ------------------------
1579
- CronjobsTest: test_write
1580
- ------------------------
1581
- ------------------------------------
1582
- GeneratorsTest: test_file_generation
1583
- ------------------------------------
1584
- ------------------------
1585
- CronjobsTest: test_write
1586
- ------------------------
1587
- ---------------------
1588
- TasksTest: test_check
1589
- ---------------------
1590
- ------------------------------------
1591
- GeneratorsTest: test_file_generation
1592
- ------------------------------------
1593
- ------------------------
1594
- CronjobsTest: test_write
1595
- ------------------------
1596
- ---------------------
1597
- TasksTest: test_check
1598
- ---------------------
1599
- ------------------------------------
1600
- GeneratorsTest: test_file_generation
1601
- ------------------------------------
1602
- ------------------------
1603
- CronjobsTest: test_write
1604
- ------------------------
1605
- ---------------------
1606
- TasksTest: test_check
1607
- ---------------------
1608
- ------------------------------------
1609
- GeneratorsTest: test_file_generation
1610
- ------------------------------------
1611
- ------------------------------------
1612
- GeneratorsTest: test_file_generation
1613
- ------------------------------------
1614
- ------------------------
1615
- CronjobsTest: test_write
1616
- ------------------------
1617
- ---------------------
1618
- TasksTest: test_check
1619
- ---------------------
1620
- ------------------------
1621
- CronjobsTest: test_write
1622
- ------------------------
1623
- ------------------------------------
1624
- GeneratorsTest: test_file_generation
1625
- ------------------------------------
1626
- ---------------------
1627
- TasksTest: test_check
1628
- ---------------------
1629
- ------------------------
1630
- CronjobsTest: test_write
1631
- ------------------------
1632
- ---------------------
1633
- TasksTest: test_check
1634
- ---------------------
1635
- ------------------------------------
1636
- GeneratorsTest: test_file_generation
1637
- ------------------------------------