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.
- checksums.yaml +4 -4
- data/Rakefile +1 -19
- data/lib/cronjobs/definitions.rb +23 -0
- data/lib/cronjobs/proxy.rb +1 -1
- data/lib/cronjobs/railtie.rb +5 -1
- data/lib/cronjobs/version.rb +3 -1
- data/lib/cronjobs.rb +19 -27
- data/lib/generators/cronjobs/install/install_generator.rb +15 -0
- data/lib/generators/cronjobs/{templates/definitions.rb → install/templates/configuration.rb} +0 -0
- data/lib/tasks/cronjobs.rake +2 -2
- data/test/{cronjobs_test.rb → definition_test.rb} +5 -3
- data/test/dummy/app/views/layouts/application.html.erb +9 -11
- data/test/dummy/bin/bundle +1 -0
- data/test/dummy/bin/rails +1 -0
- data/test/dummy/bin/rake +1 -0
- data/test/dummy/bin/setup +1 -0
- data/test/dummy/config/environments/development.rb +1 -1
- data/test/dummy/config/environments/production.rb +1 -1
- data/test/dummy/config/environments/test.rb +2 -2
- data/test/dummy/config/initializers/wrap_parameters.rb +5 -0
- data/test/dummy/config/secrets.yml +2 -2
- data/test/dummy/log/test.log +34 -1635
- data/test/dummy/public/404.html +57 -63
- data/test/dummy/public/422.html +57 -63
- data/test/dummy/public/500.html +56 -62
- data/test/generator_test.rb +4 -5
- data/test/{tasks_test.rb → task_test.rb} +6 -6
- data/test/test_helper.rb +1 -1
- metadata +10 -11
- data/lib/generators/cronjobs/install_generator.rb +0 -15
- data/test/dummy/log/development.log +0 -35
data/test/dummy/log/test.log
CHANGED
@@ -1,1637 +1,36 @@
|
|
1
|
-
[1m[36m (111.8ms)[0m [1mDROP DATABASE IF EXISTS "cachers_test"[0m
|
2
|
-
[1m[35m (445.2ms)[0m CREATE DATABASE "cachers_test" ENCODING = 'utf8'
|
3
|
-
[1m[36mSQL (1.2ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
4
|
-
[1m[35m (5.1ms)[0m CREATE TABLE "users" ("id" serial primary key, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
|
5
|
-
[1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
|
6
|
-
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
7
|
-
[1m[36m (0.3ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
8
|
-
[1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160918232127')
|
9
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
10
|
-
[1m[35m (0.2ms)[0m BEGIN
|
11
|
-
----------------------
|
12
|
-
CachersTest: test_crud
|
13
|
-
----------------------
|
14
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
15
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
17
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
18
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
19
|
-
[1m[35m (0.2ms)[0m BEGIN
|
20
|
-
----------------------
|
21
|
-
CachersTest: test_crud
|
22
|
-
----------------------
|
23
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
24
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
26
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
27
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
28
|
-
[1m[35m (0.2ms)[0m BEGIN
|
29
|
-
----------------------
|
30
|
-
CachersTest: test_crud
|
31
|
-
----------------------
|
32
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
33
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
35
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
36
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
37
|
-
[1m[35m (0.2ms)[0m BEGIN
|
38
|
-
----------------------
|
39
|
-
CachersTest: test_crud
|
40
|
-
----------------------
|
41
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
42
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
44
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
45
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
46
|
-
[1m[35m (0.2ms)[0m BEGIN
|
47
|
-
----------------------
|
48
|
-
CachersTest: test_crud
|
49
|
-
----------------------
|
50
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
54
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
55
|
-
[1m[35m (0.2ms)[0m BEGIN
|
56
|
-
----------------------
|
57
|
-
CachersTest: test_crud
|
58
|
-
----------------------
|
59
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
60
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
63
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
64
|
-
[1m[35m (0.2ms)[0m BEGIN
|
65
|
-
----------------------
|
66
|
-
CachersTest: test_crud
|
67
|
-
----------------------
|
68
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
69
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
71
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
72
|
-
[1m[35m (0.2ms)[0m BEGIN
|
73
|
-
----------------------
|
74
|
-
CachersTest: test_crud
|
75
|
-
----------------------
|
76
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
77
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
79
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
80
|
-
[1m[35m (0.2ms)[0m BEGIN
|
81
|
-
----------------------
|
82
|
-
CachersTest: test_crud
|
83
|
-
----------------------
|
84
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
85
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
87
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
88
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
89
|
-
[1m[35m (0.2ms)[0m BEGIN
|
90
|
-
----------------------
|
91
|
-
CachersTest: test_crud
|
92
|
-
----------------------
|
93
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
94
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
96
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
97
|
-
[1m[35m (0.2ms)[0m BEGIN
|
98
|
-
----------------------
|
99
|
-
CachersTest: test_crud
|
100
|
-
----------------------
|
101
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
102
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
104
|
-
[1m[35m (0.4ms)[0m ROLLBACK
|
105
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
106
|
-
[1m[35m (0.2ms)[0m BEGIN
|
107
|
-
----------------------
|
108
|
-
CachersTest: test_crud
|
109
|
-
----------------------
|
110
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
111
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
113
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
114
|
-
[1m[35m (0.2ms)[0m BEGIN
|
115
|
-
----------------------
|
116
|
-
CachersTest: test_crud
|
117
|
-
----------------------
|
118
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
119
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
121
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
122
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
123
|
-
[1m[35m (0.2ms)[0m BEGIN
|
124
|
-
----------------------
|
125
|
-
CachersTest: test_crud
|
126
|
-
----------------------
|
127
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
128
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
130
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
131
|
-
[1m[35m (0.2ms)[0m BEGIN
|
132
|
-
----------------------
|
133
|
-
CachersTest: test_crud
|
134
|
-
----------------------
|
135
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
136
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
138
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
139
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
140
|
-
[1m[35m (0.2ms)[0m BEGIN
|
141
|
-
----------------------
|
142
|
-
CachersTest: test_crud
|
143
|
-
----------------------
|
144
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
145
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
147
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
148
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
149
|
-
[1m[35m (0.2ms)[0m BEGIN
|
150
|
-
----------------------
|
151
|
-
CachersTest: test_crud
|
152
|
-
----------------------
|
153
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
154
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
156
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
157
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
158
|
-
[1m[35m (0.2ms)[0m BEGIN
|
159
|
-
----------------------
|
160
|
-
CachersTest: test_crud
|
161
|
-
----------------------
|
162
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
163
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
165
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
166
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
167
|
-
[1m[35m (0.2ms)[0m BEGIN
|
168
|
-
----------------------
|
169
|
-
CachersTest: test_crud
|
170
|
-
----------------------
|
171
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
172
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
174
|
-
[1m[35m (0.3ms)[0m ROLLBACK
|
175
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
176
|
-
[1m[35m (0.2ms)[0m BEGIN
|
177
|
-
----------------------
|
178
|
-
CachersTest: test_crud
|
179
|
-
----------------------
|
180
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
181
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
183
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
184
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
185
|
-
[1m[35m (0.2ms)[0m BEGIN
|
186
|
-
----------------------
|
187
|
-
CachersTest: test_crud
|
188
|
-
----------------------
|
189
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
190
|
-
[1m[35m (7.6ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
191
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
192
|
-
[1m[35m (0.3ms)[0m BEGIN
|
193
|
-
----------------------
|
194
|
-
CachersTest: test_crud
|
195
|
-
----------------------
|
196
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
197
|
-
[1m[35m (1.3ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
198
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
199
|
-
[1m[35m (0.2ms)[0m BEGIN
|
200
|
-
----------------------
|
201
|
-
CachersTest: test_crud
|
202
|
-
----------------------
|
203
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
204
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.6ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
206
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
207
|
-
[1m[35m (0.2ms)[0m BEGIN
|
208
|
-
----------------------
|
209
|
-
CachersTest: test_crud
|
210
|
-
----------------------
|
211
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
212
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
214
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
215
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
216
|
-
[1m[35m (0.2ms)[0m BEGIN
|
217
|
-
----------------------
|
218
|
-
CachersTest: test_crud
|
219
|
-
----------------------
|
220
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
221
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
223
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
224
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
225
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
226
|
-
[1m[35m (0.2ms)[0m BEGIN
|
227
|
-
----------------------
|
228
|
-
CachersTest: test_crud
|
229
|
-
----------------------
|
230
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
231
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
233
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
234
|
-
[1m[35m (0.2ms)[0m BEGIN
|
235
|
-
----------------------
|
236
|
-
CachersTest: test_crud
|
237
|
-
----------------------
|
238
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
239
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
241
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
242
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:34:08.213461"], ["id", 25]]
|
243
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
244
|
-
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
245
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
246
|
-
[1m[35m (0.2ms)[0m BEGIN
|
247
|
-
----------------------
|
248
|
-
CachersTest: test_crud
|
249
|
-
----------------------
|
250
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
251
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
253
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
254
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:34:22.415869"], ["id", 26]]
|
255
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
256
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
257
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 26]]
|
258
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
259
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
260
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
261
|
-
[1m[35m (0.2ms)[0m BEGIN
|
262
|
-
----------------------
|
263
|
-
CachersTest: test_crud
|
264
|
-
----------------------
|
265
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
266
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
268
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
269
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:34:36.098857"], ["id", 27]]
|
270
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
271
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
272
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 27]]
|
273
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
274
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
275
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
276
|
-
[1m[35m (0.2ms)[0m BEGIN
|
277
|
-
----------------------
|
278
|
-
CachersTest: test_crud
|
279
|
-
----------------------
|
280
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
281
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
283
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
284
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
285
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
286
|
-
[1m[35m (0.2ms)[0m BEGIN
|
287
|
-
----------------------
|
288
|
-
CachersTest: test_crud
|
289
|
-
----------------------
|
290
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
291
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
293
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
294
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:36:34.785088"], ["id", 29]]
|
295
|
-
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
296
|
-
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
297
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
298
|
-
[1m[35m (0.2ms)[0m BEGIN
|
299
|
-
----------------------
|
300
|
-
CachersTest: test_crud
|
301
|
-
----------------------
|
302
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
303
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
305
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
306
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:36:56.699391"], ["id", 30]]
|
307
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
308
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
309
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 30]]
|
310
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
311
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
312
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
313
|
-
[1m[35m (0.3ms)[0m BEGIN
|
314
|
-
----------------------
|
315
|
-
CachersTest: test_crud
|
316
|
-
----------------------
|
317
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
318
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
320
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
321
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:38:41.009564"], ["id", 31]]
|
322
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
323
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
324
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 31]]
|
325
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
326
|
-
[1m[35m (0.7ms)[0m ROLLBACK
|
327
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
328
|
-
[1m[35m (0.2ms)[0m BEGIN
|
329
|
-
----------------------
|
330
|
-
CachersTest: test_crud
|
331
|
-
----------------------
|
332
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
333
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
335
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
336
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
337
|
-
[1m[35m (0.2ms)[0m BEGIN
|
338
|
-
----------------------
|
339
|
-
CachersTest: test_crud
|
340
|
-
----------------------
|
341
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
342
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
344
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
345
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:40:24.642380"], ["id", 33]]
|
346
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
347
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
348
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 33]]
|
349
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
350
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
351
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
352
|
-
[1m[35m (0.2ms)[0m BEGIN
|
353
|
-
----------------------
|
354
|
-
CachersTest: test_crud
|
355
|
-
----------------------
|
356
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
357
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
359
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
360
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:41:34.685329"], ["id", 34]]
|
361
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
362
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
363
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 34]]
|
364
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
365
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
366
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
367
|
-
[1m[35m (0.2ms)[0m BEGIN
|
368
|
-
--------------------------
|
369
|
-
RecordTest: test_callbacks
|
370
|
-
--------------------------
|
371
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
372
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
374
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
375
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 04:43:19.502644"], ["id", 35]]
|
376
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
377
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
378
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 35]]
|
379
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
380
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
381
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
382
|
-
[1m[35m (0.2ms)[0m BEGIN
|
383
1
|
---------------------
|
384
|
-
|
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
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
387
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
389
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
390
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 10:30:53.702565"], ["updated_at", "2016-09-19 10:30:53.702565"]]
|
391
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
392
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
393
|
-
[1m[35m (0.1ms)[0m BEGIN
|
394
|
-
--------------------------
|
395
|
-
RecordTest: test_callbacks
|
396
|
-
--------------------------
|
397
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
398
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
400
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
401
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 10:30:53.737616"], ["id", 38]]
|
402
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
403
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
404
|
-
[1m[35mSQL (0.1ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 38]]
|
405
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
406
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
407
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
408
|
-
[1m[35m (0.2ms)[0m BEGIN
|
409
|
-
---------------------
|
410
|
-
TasksTest: test_tasks
|
411
|
-
---------------------
|
412
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
413
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
415
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
416
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 10:31:56.747352"], ["updated_at", "2016-09-19 10:31:56.747352"]]
|
417
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
418
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
419
|
-
[1m[35m (0.1ms)[0m BEGIN
|
420
|
-
--------------------------
|
421
|
-
RecordTest: test_callbacks
|
422
|
-
--------------------------
|
423
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
424
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
426
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
427
|
-
[1m[36mSQL (0.4ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 10:31:56.756849"], ["id", 41]]
|
428
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
429
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
430
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 41]]
|
431
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
432
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
433
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
434
|
-
[1m[35m (0.2ms)[0m BEGIN
|
435
|
-
--------------------------
|
436
|
-
RecordTest: test_callbacks
|
437
|
-
--------------------------
|
438
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
439
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
441
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
442
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 10:33:46.481176"], ["id", 42]]
|
443
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
444
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
445
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 42]]
|
446
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
447
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
448
|
-
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
449
|
-
---------------------
|
450
|
-
TasksTest: test_tasks
|
451
|
-
---------------------
|
452
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
453
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 10:33:46.494057"], ["updated_at", "2016-09-19 10:33:46.494057"]]
|
454
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
455
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
456
|
-
[1m[35mSQL (0.1ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
458
|
-
[1m[35m (0.5ms)[0m ROLLBACK
|
459
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
460
|
-
[1m[35m (0.3ms)[0m BEGIN
|
461
|
-
--------------------------
|
462
|
-
RecordTest: test_callbacks
|
463
|
-
--------------------------
|
464
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
465
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
467
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
468
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 10:34:09.593761"], ["id", 45]]
|
469
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
470
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
471
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 45]]
|
472
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
473
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
474
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
475
|
-
---------------------
|
476
|
-
TasksTest: test_tasks
|
477
|
-
---------------------
|
478
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
479
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 10:34:09.605874"], ["updated_at", "2016-09-19 10:34:09.605874"]]
|
480
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
481
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
482
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
484
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
485
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
486
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
487
|
-
[1m[35m (0.2ms)[0m BEGIN
|
488
|
-
---------------------
|
489
|
-
TasksTest: test_tasks
|
490
|
-
---------------------
|
491
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
492
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
494
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
495
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 10:38:40.481059"], ["updated_at", "2016-09-19 10:38:40.481059"]]
|
496
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
497
|
-
[1m[36mUser Load (0.5ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
498
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
499
|
-
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
500
|
-
--------------------------
|
501
|
-
RecordTest: test_callbacks
|
502
|
-
--------------------------
|
503
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
504
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 10:38:40.493288"], ["updated_at", "2016-09-19 10:38:40.493288"]]
|
505
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
506
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
507
|
-
[1m[35mSQL (0.6ms)[0m 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
|
-
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
509
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
510
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 50]]
|
511
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
512
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
513
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
514
|
-
[1m[35m (0.2ms)[0m BEGIN
|
515
|
-
---------------------
|
516
|
-
TasksTest: test_tasks
|
517
|
-
---------------------
|
518
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
519
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
521
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
522
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 10:39:15.900619"], ["updated_at", "2016-09-19 10:39:15.900619"]]
|
523
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
524
|
-
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
525
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
526
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
527
|
-
--------------------------
|
528
|
-
RecordTest: test_callbacks
|
529
|
-
--------------------------
|
530
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
531
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 10:39:15.912940"], ["updated_at", "2016-09-19 10:39:15.912940"]]
|
532
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
533
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
534
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
536
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
537
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 53]]
|
538
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
539
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
540
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
541
|
-
[1m[35m (0.2ms)[0m BEGIN
|
542
|
-
---------------------
|
543
|
-
TasksTest: test_tasks
|
544
|
-
---------------------
|
545
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
546
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
548
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
549
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 10:40:45.563055"], ["updated_at", "2016-09-19 10:40:45.563055"]]
|
550
|
-
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
551
|
-
[1m[36mUser Load (0.6ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
552
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
553
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
554
|
-
--------------------------
|
555
|
-
RecordTest: test_callbacks
|
556
|
-
--------------------------
|
557
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
558
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 10:40:45.574354"], ["updated_at", "2016-09-19 10:40:45.574354"]]
|
559
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
560
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
561
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
563
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
564
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 56]]
|
565
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
566
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
567
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
568
|
-
[1m[35m (0.2ms)[0m BEGIN
|
569
|
-
---------------------
|
570
|
-
TasksTest: test_tasks
|
571
|
-
---------------------
|
572
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
573
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
575
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
576
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 10:45:18.169470"], ["updated_at", "2016-09-19 10:45:18.169470"]]
|
577
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
578
|
-
[1m[36mUser Load (0.5ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
579
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
580
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
581
|
-
--------------------------
|
582
|
-
RecordTest: test_callbacks
|
583
|
-
--------------------------
|
584
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
585
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 10:45:18.181500"], ["updated_at", "2016-09-19 10:45:18.181500"]]
|
586
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
587
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
588
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
590
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
591
|
-
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 59]]
|
592
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
593
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
594
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
595
|
-
[1m[35m (0.2ms)[0m BEGIN
|
596
|
-
--------------------------
|
597
|
-
RecordTest: test_callbacks
|
598
|
-
--------------------------
|
599
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
600
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
602
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
603
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 10:48:50.359656"], ["id", 60]]
|
604
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
605
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
606
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 60]]
|
607
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
608
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
609
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
610
|
-
---------------------
|
611
|
-
TasksTest: test_tasks
|
612
|
-
---------------------
|
613
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
614
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 10:48:50.371727"], ["updated_at", "2016-09-19 10:48:50.371727"]]
|
615
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
616
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
617
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
619
|
-
[1m[35mUser Load (0.5ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
620
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
621
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
622
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
623
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
624
|
-
[1m[35m (0.2ms)[0m BEGIN
|
625
|
-
--------------------------
|
626
|
-
RecordTest: test_callbacks
|
627
|
-
--------------------------
|
628
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
629
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
631
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
632
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 11:15:10.380757"], ["id", 63]]
|
633
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
634
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
635
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 63]]
|
636
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
637
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
638
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
639
|
-
---------------------
|
640
|
-
TasksTest: test_tasks
|
641
|
-
---------------------
|
642
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
643
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 11:15:10.392395"], ["updated_at", "2016-09-19 11:15:10.392395"]]
|
644
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
645
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
646
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
648
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
649
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
650
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
651
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
652
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
653
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
654
|
-
[1m[35m (0.2ms)[0m BEGIN
|
655
|
-
--------------------------
|
656
|
-
RecordTest: test_callbacks
|
657
|
-
--------------------------
|
658
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
659
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
661
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
662
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 12:16:09.691767"], ["id", 66]]
|
663
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
664
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
665
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 66]]
|
666
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
667
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
668
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
669
|
-
---------------------
|
670
|
-
TasksTest: test_tasks
|
671
|
-
---------------------
|
672
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
673
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:16:09.723766"], ["updated_at", "2016-09-19 12:16:09.723766"]]
|
674
|
-
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
675
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
676
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
678
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
679
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
680
|
-
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
681
|
-
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
682
|
-
[1m[35m (0.1ms)[0m BEGIN
|
683
|
-
------------------------------------
|
684
|
-
GeneratorsTest: test_file_generation
|
685
|
-
------------------------------------
|
686
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
687
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
688
|
-
[1m[35m (0.2ms)[0m BEGIN
|
689
|
-
------------------------------------
|
690
|
-
GeneratorsTest: test_file_generation
|
691
|
-
------------------------------------
|
692
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
693
|
-
[1m[35m (0.1ms)[0m BEGIN
|
694
|
-
---------------------
|
695
|
-
TasksTest: test_tasks
|
696
|
-
---------------------
|
697
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
698
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
700
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
701
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 12:16:30.057267"], ["updated_at", "2016-09-19 12:16:30.057267"]]
|
702
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
703
|
-
[1m[36mUser Load (0.5ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
704
|
-
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
705
|
-
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
706
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
707
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
708
|
-
--------------------------
|
709
|
-
RecordTest: test_callbacks
|
710
|
-
--------------------------
|
711
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
712
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:16:30.066117"], ["updated_at", "2016-09-19 12:16:30.066117"]]
|
713
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
714
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
715
|
-
[1m[35mSQL (0.9ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
717
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
718
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 71]]
|
719
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
720
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
721
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
722
|
-
[1m[35m (0.2ms)[0m BEGIN
|
723
|
-
---------------------
|
724
|
-
TasksTest: test_tasks
|
725
|
-
---------------------
|
726
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
727
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
729
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
730
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 12:16:45.925106"], ["updated_at", "2016-09-19 12:16:45.925106"]]
|
731
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
732
|
-
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
733
|
-
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
734
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
735
|
-
[1m[35m (0.5ms)[0m ROLLBACK
|
736
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
737
|
-
--------------------------
|
738
|
-
RecordTest: test_callbacks
|
739
|
-
--------------------------
|
740
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
741
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:16:45.954185"], ["updated_at", "2016-09-19 12:16:45.954185"]]
|
742
|
-
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
743
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
744
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
746
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
747
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 74]]
|
748
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
749
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
750
|
-
[1m[35m (0.1ms)[0m BEGIN
|
751
|
-
------------------------------------
|
752
|
-
GeneratorsTest: test_file_generation
|
753
|
-
------------------------------------
|
754
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
755
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
756
|
-
[1m[35m (0.2ms)[0m BEGIN
|
757
|
-
------------------------------------
|
758
|
-
GeneratorsTest: test_file_generation
|
759
|
-
------------------------------------
|
760
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
761
|
-
[1m[35m (0.1ms)[0m BEGIN
|
762
|
-
---------------------
|
763
|
-
TasksTest: test_tasks
|
764
|
-
---------------------
|
765
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
766
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
768
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
769
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 12:18:21.744972"], ["updated_at", "2016-09-19 12:18:21.744972"]]
|
770
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
771
|
-
[1m[36mUser Load (0.5ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
772
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
773
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
774
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
775
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
776
|
-
--------------------------
|
777
|
-
RecordTest: test_callbacks
|
778
|
-
--------------------------
|
779
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
780
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:18:21.767140"], ["updated_at", "2016-09-19 12:18:21.767140"]]
|
781
|
-
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
782
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
783
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
785
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
786
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 77]]
|
787
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
788
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
789
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
790
|
-
[1m[35m (0.2ms)[0m BEGIN
|
791
|
-
---------------------
|
792
|
-
TasksTest: test_tasks
|
793
|
-
---------------------
|
794
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
795
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
797
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
798
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 12:19:04.629119"], ["updated_at", "2016-09-19 12:19:04.629119"]]
|
799
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
800
|
-
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
801
|
-
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
802
|
-
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
803
|
-
[1m[35m (0.5ms)[0m ROLLBACK
|
804
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
805
|
-
------------------------------------
|
806
|
-
GeneratorsTest: test_file_generation
|
807
|
-
------------------------------------
|
808
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
809
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
810
|
-
--------------------------
|
811
|
-
RecordTest: test_callbacks
|
812
|
-
--------------------------
|
813
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
814
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:19:04.659953"], ["updated_at", "2016-09-19 12:19:04.659953"]]
|
815
|
-
[1m[35m (1.3ms)[0m RELEASE SAVEPOINT active_record_1
|
816
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
817
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
819
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
820
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 80]]
|
821
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
822
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
823
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
824
|
-
[1m[35m (0.2ms)[0m BEGIN
|
825
|
-
--------------------------
|
826
|
-
RecordTest: test_callbacks
|
827
|
-
--------------------------
|
828
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
829
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
831
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
832
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 12:21:25.562388"], ["id", 81]]
|
833
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
834
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
835
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 81]]
|
836
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
837
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
838
|
-
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
839
|
-
---------------------
|
840
|
-
TasksTest: test_tasks
|
841
|
-
---------------------
|
842
|
-
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
843
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:21:25.588101"], ["updated_at", "2016-09-19 12:21:25.588101"]]
|
844
|
-
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
845
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
846
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
848
|
-
[1m[35mUser Load (0.5ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
849
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
850
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
851
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
852
|
-
[1m[35m (0.1ms)[0m BEGIN
|
853
|
-
------------------------------------
|
854
|
-
GeneratorsTest: test_file_generation
|
855
|
-
------------------------------------
|
856
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
857
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
858
|
-
[1m[35m (1.5ms)[0m BEGIN
|
859
|
-
--------------------------
|
860
|
-
RecordTest: test_callbacks
|
861
|
-
--------------------------
|
862
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
863
|
-
[1m[35mSQL (0.6ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
865
|
-
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
866
|
-
[1m[36mSQL (0.4ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 12:22:15.163823"], ["id", 84]]
|
867
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
868
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
869
|
-
[1m[35mSQL (0.6ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 84]]
|
870
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
871
|
-
[1m[35m (0.3ms)[0m ROLLBACK
|
872
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
873
|
-
---------------------
|
874
|
-
TasksTest: test_tasks
|
875
|
-
---------------------
|
876
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
877
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:22:15.191340"], ["updated_at", "2016-09-19 12:22:15.191340"]]
|
878
|
-
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
879
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
880
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
882
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
883
|
-
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
884
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
885
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
886
|
-
[1m[35m (0.1ms)[0m BEGIN
|
887
|
-
------------------------------------
|
888
|
-
GeneratorsTest: test_file_generation
|
889
|
-
------------------------------------
|
890
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
891
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
892
|
-
[1m[35m (0.2ms)[0m BEGIN
|
893
|
-
------------------------------------
|
894
|
-
GeneratorsTest: test_file_generation
|
895
|
-
------------------------------------
|
896
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
897
|
-
[1m[35m (0.1ms)[0m BEGIN
|
898
|
-
--------------------------
|
899
|
-
RecordTest: test_callbacks
|
900
|
-
--------------------------
|
901
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
902
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
904
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
905
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 12:27:38.993333"], ["id", 87]]
|
906
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
907
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
908
|
-
[1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 87]]
|
909
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
910
|
-
[1m[35m (0.3ms)[0m ROLLBACK
|
911
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
912
|
-
---------------------
|
913
|
-
TasksTest: test_tasks
|
914
|
-
---------------------
|
915
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
916
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:27:39.011620"], ["updated_at", "2016-09-19 12:27:39.011620"]]
|
917
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
918
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
919
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
921
|
-
[1m[35mUser Load (0.5ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
922
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
923
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
924
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
925
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
926
|
-
[1m[35m (0.3ms)[0m BEGIN
|
927
|
-
--------------------------
|
928
|
-
RecordTest: test_callbacks
|
929
|
-
--------------------------
|
930
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
931
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
933
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
934
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 12:29:00.297973"], ["id", 90]]
|
935
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
936
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
937
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 90]]
|
938
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
939
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
940
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
941
|
-
---------------------
|
942
|
-
TasksTest: test_tasks
|
943
|
-
---------------------
|
944
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
945
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:29:00.306351"], ["updated_at", "2016-09-19 12:29:00.306351"]]
|
946
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
947
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
948
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
950
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
951
|
-
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
952
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
953
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
954
|
-
[1m[35m (0.1ms)[0m BEGIN
|
955
|
-
------------------------------------
|
956
|
-
GeneratorsTest: test_file_generation
|
957
|
-
------------------------------------
|
958
|
-
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
959
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
960
|
-
[1m[35m (0.2ms)[0m BEGIN
|
961
|
-
---------------------
|
962
|
-
TasksTest: test_tasks
|
963
|
-
---------------------
|
964
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
965
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
967
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
968
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 12:30:05.420699"], ["updated_at", "2016-09-19 12:30:05.420699"]]
|
969
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
970
|
-
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
971
|
-
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
972
|
-
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
973
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
974
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
975
|
-
------------------------------------
|
976
|
-
GeneratorsTest: test_file_generation
|
977
|
-
------------------------------------
|
978
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
979
|
-
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
980
|
-
--------------------------
|
981
|
-
RecordTest: test_callbacks
|
982
|
-
--------------------------
|
983
|
-
[1m[35m (1.1ms)[0m SAVEPOINT active_record_1
|
984
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:30:05.446005"], ["updated_at", "2016-09-19 12:30:05.446005"]]
|
985
|
-
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
986
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
987
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
989
|
-
[1m[35m (1.4ms)[0m SAVEPOINT active_record_1
|
990
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 95]]
|
991
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
992
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
993
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
994
|
-
[1m[35m (0.3ms)[0m BEGIN
|
995
|
-
--------------------------
|
996
|
-
RecordTest: test_callbacks
|
997
|
-
--------------------------
|
998
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
999
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1001
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1002
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 12:30:39.174684"], ["id", 96]]
|
1003
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1004
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1005
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 96]]
|
1006
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1007
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
1008
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1009
|
-
---------------------
|
1010
|
-
TasksTest: test_tasks
|
1011
|
-
---------------------
|
1012
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1013
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:30:39.182524"], ["updated_at", "2016-09-19 12:30:39.182524"]]
|
1014
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1015
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1016
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1018
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1019
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
1020
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1021
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1022
|
-
[1m[35m (0.2ms)[0m BEGIN
|
1023
|
-
------------------------------------
|
1024
|
-
GeneratorsTest: test_file_generation
|
1025
|
-
------------------------------------
|
1026
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1027
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1028
|
-
[1m[35m (0.2ms)[0m BEGIN
|
1029
|
-
------------------------------------
|
1030
|
-
GeneratorsTest: test_file_generation
|
1031
|
-
------------------------------------
|
1032
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1033
|
-
[1m[35m (0.2ms)[0m BEGIN
|
1034
|
-
--------------------------
|
1035
|
-
RecordTest: test_callbacks
|
1036
|
-
--------------------------
|
1037
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1038
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1040
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1041
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 12:31:01.644835"], ["id", 99]]
|
1042
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1043
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1044
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 99]]
|
1045
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1046
|
-
[1m[35m (0.8ms)[0m ROLLBACK
|
1047
|
-
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1048
|
-
---------------------
|
1049
|
-
TasksTest: test_tasks
|
1050
|
-
---------------------
|
1051
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1052
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:31:01.657358"], ["updated_at", "2016-09-19 12:31:01.657358"]]
|
1053
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1054
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1055
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1057
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1058
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
1059
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1060
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1061
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1062
|
-
[1m[35m (0.2ms)[0m BEGIN
|
1063
|
-
---------------------
|
1064
|
-
TasksTest: test_tasks
|
1065
|
-
---------------------
|
1066
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1067
|
-
[1m[35mSQL (0.4ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1069
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1070
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "john"], ["created_at", "2016-09-19 12:31:48.759186"], ["updated_at", "2016-09-19 12:31:48.759186"]]
|
1071
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1072
|
-
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
1073
|
-
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1074
|
-
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
1075
|
-
[1m[35m (0.3ms)[0m ROLLBACK
|
1076
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1077
|
-
--------------------------
|
1078
|
-
RecordTest: test_callbacks
|
1079
|
-
--------------------------
|
1080
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1081
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 12:31:48.773814"], ["updated_at", "2016-09-19 12:31:48.773814"]]
|
1082
|
-
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1083
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1084
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1086
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1087
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 104]]
|
1088
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1089
|
-
[1m[36m (1.3ms)[0m [1mROLLBACK[0m
|
1090
|
-
[1m[35m (0.3ms)[0m BEGIN
|
1091
|
-
------------------------------------
|
1092
|
-
GeneratorsTest: test_file_generation
|
1093
|
-
------------------------------------
|
1094
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1095
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1096
|
-
[1m[35m (0.3ms)[0m BEGIN
|
1097
|
-
--------------------------
|
1098
|
-
RecordTest: test_callbacks
|
1099
|
-
--------------------------
|
1100
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1101
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1103
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1104
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 15:00:47.196755"], ["id", 105]]
|
1105
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1106
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1107
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 105]]
|
1108
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1109
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
1110
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1111
|
-
---------------------
|
1112
|
-
TasksTest: test_tasks
|
1113
|
-
---------------------
|
1114
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1115
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 15:00:47.204941"], ["updated_at", "2016-09-19 15:00:47.204941"]]
|
1116
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1117
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1118
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1120
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1121
|
-
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
1122
|
-
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1123
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1124
|
-
[1m[35m (0.2ms)[0m BEGIN
|
1125
|
-
------------------------------------
|
1126
|
-
GeneratorsTest: test_file_generation
|
1127
|
-
------------------------------------
|
1128
|
-
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
1129
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1130
|
-
------------------------------------
|
1131
|
-
GeneratorsTest: test_file_generation
|
1132
|
-
------------------------------------
|
1133
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
1134
|
-
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1135
|
-
--------------------------
|
1136
|
-
RecordTest: test_callbacks
|
1137
|
-
--------------------------
|
1138
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1139
|
-
[1m[36mSQL (3.7ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["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
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1141
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1142
|
-
[1m[35m (0.1ms)[0m BEGIN
|
1143
|
-
---------------------
|
1144
|
-
TasksTest: test_tasks
|
1145
|
-
---------------------
|
1146
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1147
|
-
[1m[35mSQL (0.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1149
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1150
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["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
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1152
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1153
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1154
|
-
------------------------------------
|
1155
|
-
GeneratorsTest: test_file_generation
|
1156
|
-
------------------------------------
|
1157
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
1158
|
-
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1159
|
-
--------------------------
|
1160
|
-
RecordTest: test_callbacks
|
1161
|
-
--------------------------
|
1162
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1163
|
-
[1m[36mSQL (2.7ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["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
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1165
|
-
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
1166
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1167
|
-
------------------------------------
|
1168
|
-
GeneratorsTest: test_file_generation
|
1169
|
-
------------------------------------
|
1170
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
1171
|
-
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1172
|
-
--------------------------
|
1173
|
-
RecordTest: test_callbacks
|
1174
|
-
--------------------------
|
1175
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1176
|
-
[1m[36mSQL (3.0ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["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
|
-
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1178
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1179
|
-
[1m[35mSQL (0.5ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1181
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1182
|
-
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 112]]
|
1183
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1184
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1185
|
-
[1m[35m (0.1ms)[0m BEGIN
|
1186
|
-
---------------------
|
1187
|
-
TasksTest: test_tasks
|
1188
|
-
---------------------
|
1189
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1190
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1192
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1193
|
-
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["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
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1195
|
-
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
1196
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1197
|
-
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
1198
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
1199
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1200
|
-
[1m[35m (0.2ms)[0m BEGIN
|
1201
|
-
------------------------------------
|
1202
|
-
GeneratorsTest: test_file_generation
|
1203
|
-
------------------------------------
|
1204
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1205
|
-
[1m[35m (0.2ms)[0m BEGIN
|
1206
|
-
--------------------------
|
1207
|
-
RecordTest: test_callbacks
|
1208
|
-
--------------------------
|
1209
|
-
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
1210
|
-
[1m[35mSQL (6.3ms)[0m 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
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1212
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1213
|
-
[1m[36mSQL (0.4ms)[0m [1mUPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = $3[0m [["name", "john"], ["updated_at", "2016-09-19 23:56:52.507525"], ["id", 115]]
|
1214
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1215
|
-
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
1216
|
-
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 115]]
|
1217
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1218
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
1219
|
-
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1220
|
-
---------------------
|
1221
|
-
TasksTest: test_tasks
|
1222
|
-
---------------------
|
1223
|
-
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1224
|
-
[1m[36mSQL (14.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "mike"], ["created_at", "2016-09-19 23:56:52.524641"], ["updated_at", "2016-09-19 23:56:52.524641"]]
|
1225
|
-
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
1226
|
-
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1227
|
-
[1m[35mSQL (0.2ms)[0m 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
|
-
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1229
|
-
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1230
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000[0m
|
1231
|
-
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1000
|
1232
|
-
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
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
|
-
------------------------------------
|