deforest 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -15156,3 +15156,3130 @@ DeforestTest: test_parse_and_save_log_file
15156
15156
  DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15157
15157
  -----------------------------------------------------------------------
15158
15158
   (0.1ms) rollback transaction
15159
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15160
+  (0.1ms) PRAGMA foreign_keys
15161
+  (0.0ms) PRAGMA foreign_keys = OFF
15162
+  (0.1ms) begin transaction
15163
+ Fixture Delete (0.6ms) DELETE FROM "posts"
15164
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:19:16.490432', '2023-02-21 19:19:16.490432', 980190962)
15165
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:19:16.490432', '2023-02-21 19:19:16.490432', 298486374)
15166
+ Fixture Delete (0.7ms) DELETE FROM "deforest_logs"
15167
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:19:16.494323', '2023-02-21 19:19:16.494323', 980190962)
15168
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:19:16.494323', '2023-02-21 19:19:16.494323', 298486374)
15169
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:19:16.494323', '2023-02-21 19:19:16.494323', 113629430)
15170
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:19:16.494323', '2023-02-21 19:19:16.494323', 933434481)
15171
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:19:16.494323', '2023-02-21 19:19:16.494323', 303968118)
15172
+  (0.8ms) commit transaction
15173
+  (0.0ms) PRAGMA foreign_keys = 1
15174
+  (0.0ms) begin transaction
15175
+ ---------------------------------------------------------------------
15176
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15177
+ ---------------------------------------------------------------------
15178
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15179
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 19:19:16 UTC', '2023-02-21 19:19:16 UTC');
15180
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15181
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15182
+  (0.3ms) rollback transaction
15183
+  (0.0ms) begin transaction
15184
+ ------------------------------------------------------------------------
15185
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15186
+ ------------------------------------------------------------------------
15187
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15188
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15189
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15190
+  (0.1ms) rollback transaction
15191
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15192
+  (0.1ms) PRAGMA foreign_keys
15193
+  (0.0ms) PRAGMA foreign_keys = OFF
15194
+  (0.1ms) begin transaction
15195
+ Fixture Delete (1.0ms) DELETE FROM "posts"
15196
+ Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:28:39.168055', '2023-02-21 19:28:39.168055', 980190962)
15197
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:28:39.168055', '2023-02-21 19:28:39.168055', 298486374)
15198
+ Fixture Delete (0.6ms) DELETE FROM "deforest_logs"
15199
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:28:39.172565', '2023-02-21 19:28:39.172565', 980190962)
15200
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:28:39.172565', '2023-02-21 19:28:39.172565', 298486374)
15201
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:28:39.172565', '2023-02-21 19:28:39.172565', 113629430)
15202
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:28:39.172565', '2023-02-21 19:28:39.172565', 933434481)
15203
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:28:39.172565', '2023-02-21 19:28:39.172565', 303968118)
15204
+  (1.4ms) commit transaction
15205
+  (0.1ms) PRAGMA foreign_keys = 1
15206
+  (0.0ms) begin transaction
15207
+ ------------------------------------------------------------------------
15208
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15209
+ ------------------------------------------------------------------------
15210
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15211
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15212
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15213
+  (0.0ms) rollback transaction
15214
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15215
+  (0.1ms) PRAGMA foreign_keys
15216
+  (0.0ms) PRAGMA foreign_keys = OFF
15217
+  (0.1ms) begin transaction
15218
+ Fixture Delete (0.7ms) DELETE FROM "posts"
15219
+ Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:30:35.157209', '2023-02-21 19:30:35.157209', 980190962)
15220
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:30:35.157209', '2023-02-21 19:30:35.157209', 298486374)
15221
+ Fixture Delete (0.5ms) DELETE FROM "deforest_logs"
15222
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:30:35.160852', '2023-02-21 19:30:35.160852', 980190962)
15223
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:30:35.160852', '2023-02-21 19:30:35.160852', 298486374)
15224
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:30:35.160852', '2023-02-21 19:30:35.160852', 113629430)
15225
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:30:35.160852', '2023-02-21 19:30:35.160852', 933434481)
15226
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:30:35.160852', '2023-02-21 19:30:35.160852', 303968118)
15227
+  (1.3ms) commit transaction
15228
+  (0.1ms) PRAGMA foreign_keys = 1
15229
+  (0.0ms) begin transaction
15230
+ --------------------------------------
15231
+ Deforest::LogTest: test_get_model_name
15232
+ --------------------------------------
15233
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
15234
+  (0.1ms) rollback transaction
15235
+  (0.0ms) begin transaction
15236
+ ----------------------------------
15237
+ Deforest::LogTest: test_percentile
15238
+ ----------------------------------
15239
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15240
+  (0.0ms) rollback transaction
15241
+  (0.1ms) begin transaction
15242
+ -----------------------------------------------------
15243
+ Deforest::LogTest: test_get_highlight_colors_for_file
15244
+ -----------------------------------------------------
15245
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15246
+  (0.0ms) rollback transaction
15247
+  (0.0ms) begin transaction
15248
+ -----------------------------------------------------------------------
15249
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15250
+ -----------------------------------------------------------------------
15251
+  (0.1ms) rollback transaction
15252
+  (0.1ms) begin transaction
15253
+ ---------------------------------------------------------------------------
15254
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15255
+ ---------------------------------------------------------------------------
15256
+  (0.0ms) rollback transaction
15257
+  (0.1ms) begin transaction
15258
+ -----------------------------------
15259
+ DeforestTest: test_insert_into_logs
15260
+ -----------------------------------
15261
+  (0.1ms) rollback transaction
15262
+  (0.1ms) begin transaction
15263
+ ------------------------------------------
15264
+ DeforestTest: test_parse_and_save_log_file
15265
+ ------------------------------------------
15266
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 19:30:35 UTC', '2023-02-21 19:30:35 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 19:30:35 UTC', '2023-02-21 19:30:35 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 19:30:35 UTC', '2023-02-21 19:30:35 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 19:30:35 UTC', '2023-02-21 19:30:35 UTC');
15267
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15268
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15269
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15270
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15271
+  (0.4ms) rollback transaction
15272
+  (0.1ms) begin transaction
15273
+ ---------------------------------------------------------------------
15274
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15275
+ ---------------------------------------------------------------------
15276
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15277
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 19:30:35 UTC', '2023-02-21 19:30:35 UTC');
15278
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15279
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15280
+  (0.5ms) rollback transaction
15281
+  (0.0ms) begin transaction
15282
+ ------------------------------------------------------------------------
15283
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15284
+ ------------------------------------------------------------------------
15285
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15286
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15287
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15288
+  (0.0ms) rollback transaction
15289
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15290
+  (0.1ms) PRAGMA foreign_keys
15291
+  (0.0ms) PRAGMA foreign_keys = OFF
15292
+  (0.1ms) begin transaction
15293
+ Fixture Delete (0.7ms) DELETE FROM "posts"
15294
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:33:59.403650', '2023-02-21 19:33:59.403650', 980190962)
15295
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:33:59.403650', '2023-02-21 19:33:59.403650', 298486374)
15296
+ Fixture Delete (0.5ms) DELETE FROM "deforest_logs"
15297
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:33:59.408856', '2023-02-21 19:33:59.408856', 980190962)
15298
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:33:59.408856', '2023-02-21 19:33:59.408856', 298486374)
15299
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:33:59.408856', '2023-02-21 19:33:59.408856', 113629430)
15300
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:33:59.408856', '2023-02-21 19:33:59.408856', 933434481)
15301
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:33:59.408856', '2023-02-21 19:33:59.408856', 303968118)
15302
+  (1.3ms) commit transaction
15303
+  (0.1ms) PRAGMA foreign_keys = 1
15304
+  (0.1ms) begin transaction
15305
+ -----------------------------------------------------------------------
15306
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15307
+ -----------------------------------------------------------------------
15308
+  (0.1ms) rollback transaction
15309
+  (0.1ms) begin transaction
15310
+ ---------------------------------------------------------------------------
15311
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15312
+ ---------------------------------------------------------------------------
15313
+  (0.1ms) rollback transaction
15314
+  (0.1ms) begin transaction
15315
+ -----------------------------------
15316
+ DeforestTest: test_insert_into_logs
15317
+ -----------------------------------
15318
+  (0.0ms) rollback transaction
15319
+  (0.0ms) begin transaction
15320
+ ------------------------------------------
15321
+ DeforestTest: test_parse_and_save_log_file
15322
+ ------------------------------------------
15323
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 19:33:59 UTC', '2023-02-21 19:33:59 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 19:33:59 UTC', '2023-02-21 19:33:59 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 19:33:59 UTC', '2023-02-21 19:33:59 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 19:33:59 UTC', '2023-02-21 19:33:59 UTC');
15324
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15325
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15326
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15327
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15328
+  (0.2ms) rollback transaction
15329
+  (0.0ms) begin transaction
15330
+ ---------------------------------------------------------------------
15331
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15332
+ ---------------------------------------------------------------------
15333
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
15334
+  (0.6ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 19:33:59 UTC', '2023-02-21 19:33:59 UTC');
15335
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
15336
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15337
+  (0.4ms) rollback transaction
15338
+  (0.1ms) begin transaction
15339
+ ------------------------------------------------------------------------
15340
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15341
+ ------------------------------------------------------------------------
15342
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15343
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15344
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15345
+  (0.0ms) rollback transaction
15346
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15347
+  (0.1ms) PRAGMA foreign_keys
15348
+  (0.0ms) PRAGMA foreign_keys = OFF
15349
+  (0.1ms) begin transaction
15350
+ Fixture Delete (0.9ms) DELETE FROM "posts"
15351
+ Fixture Insert (0.7ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:47:09.661894', '2023-02-21 19:47:09.661894', 980190962)
15352
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:47:09.661894', '2023-02-21 19:47:09.661894', 298486374)
15353
+ Fixture Delete (0.7ms) DELETE FROM "deforest_logs"
15354
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:47:09.666447', '2023-02-21 19:47:09.666447', 980190962)
15355
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:47:09.666447', '2023-02-21 19:47:09.666447', 298486374)
15356
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:47:09.666447', '2023-02-21 19:47:09.666447', 113629430)
15357
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:47:09.666447', '2023-02-21 19:47:09.666447', 933434481)
15358
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:47:09.666447', '2023-02-21 19:47:09.666447', 303968118)
15359
+  (1.4ms) commit transaction
15360
+  (0.1ms) PRAGMA foreign_keys = 1
15361
+  (0.1ms) begin transaction
15362
+ -----------------------------------------------------
15363
+ Deforest::LogTest: test_get_highlight_colors_for_file
15364
+ -----------------------------------------------------
15365
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15366
+  (0.1ms) rollback transaction
15367
+  (0.1ms) begin transaction
15368
+ --------------------------------------
15369
+ Deforest::LogTest: test_get_model_name
15370
+ --------------------------------------
15371
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
15372
+  (0.0ms) rollback transaction
15373
+  (0.0ms) begin transaction
15374
+ ----------------------------------
15375
+ Deforest::LogTest: test_percentile
15376
+ ----------------------------------
15377
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15378
+  (0.0ms) rollback transaction
15379
+  (0.0ms) begin transaction
15380
+ -----------------------------------
15381
+ DeforestTest: test_insert_into_logs
15382
+ -----------------------------------
15383
+  (0.1ms) rollback transaction
15384
+  (0.0ms) begin transaction
15385
+ ---------------------------------------------------------------------------
15386
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15387
+ ---------------------------------------------------------------------------
15388
+  (0.1ms) rollback transaction
15389
+  (0.0ms) begin transaction
15390
+ -----------------------------------------------------------------------
15391
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15392
+ -----------------------------------------------------------------------
15393
+  (0.1ms) rollback transaction
15394
+  (0.0ms) begin transaction
15395
+ ------------------------------------------
15396
+ DeforestTest: test_parse_and_save_log_file
15397
+ ------------------------------------------
15398
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 19:47:09 UTC', '2023-02-21 19:47:09 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 19:47:09 UTC', '2023-02-21 19:47:09 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 19:47:09 UTC', '2023-02-21 19:47:09 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 19:47:09 UTC', '2023-02-21 19:47:09 UTC');
15399
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15400
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15401
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15402
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15403
+  (0.3ms) rollback transaction
15404
+  (0.0ms) begin transaction
15405
+ ------------------------------------------------------------------------
15406
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15407
+ ------------------------------------------------------------------------
15408
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
15409
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15410
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
15411
+  (0.1ms) rollback transaction
15412
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15413
+  (0.2ms) PRAGMA foreign_keys
15414
+  (0.1ms) PRAGMA foreign_keys = OFF
15415
+  (0.0ms) begin transaction
15416
+ Fixture Delete (0.3ms) DELETE FROM "posts"
15417
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:47:30.568726', '2023-02-21 19:47:30.568726', 980190962)
15418
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:47:30.568726', '2023-02-21 19:47:30.568726', 298486374)
15419
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
15420
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:47:30.571308', '2023-02-21 19:47:30.571308', 980190962)
15421
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:47:30.571308', '2023-02-21 19:47:30.571308', 298486374)
15422
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:47:30.571308', '2023-02-21 19:47:30.571308', 113629430)
15423
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:47:30.571308', '2023-02-21 19:47:30.571308', 933434481)
15424
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:47:30.571308', '2023-02-21 19:47:30.571308', 303968118)
15425
+  (1.0ms) commit transaction
15426
+  (0.1ms) PRAGMA foreign_keys = 1
15427
+  (0.0ms) begin transaction
15428
+ -----------------------------------------------------
15429
+ Deforest::LogTest: test_get_highlight_colors_for_file
15430
+ -----------------------------------------------------
15431
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15432
+  (0.1ms) rollback transaction
15433
+  (0.0ms) begin transaction
15434
+ --------------------------------------
15435
+ Deforest::LogTest: test_get_model_name
15436
+ --------------------------------------
15437
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
15438
+  (0.0ms) rollback transaction
15439
+  (0.0ms) begin transaction
15440
+ ----------------------------------
15441
+ Deforest::LogTest: test_percentile
15442
+ ----------------------------------
15443
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15444
+  (0.0ms) rollback transaction
15445
+  (0.0ms) begin transaction
15446
+ ------------------------------------------------------------------------
15447
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15448
+ ------------------------------------------------------------------------
15449
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
15450
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15451
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15452
+  (0.0ms) rollback transaction
15453
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15454
+  (0.1ms) PRAGMA foreign_keys
15455
+  (0.0ms) PRAGMA foreign_keys = OFF
15456
+  (0.0ms) begin transaction
15457
+ Fixture Delete (0.3ms) DELETE FROM "posts"
15458
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:50:34.020399', '2023-02-21 19:50:34.020399', 980190962)
15459
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:50:34.020399', '2023-02-21 19:50:34.020399', 298486374)
15460
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
15461
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:50:34.022518', '2023-02-21 19:50:34.022518', 980190962)
15462
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:50:34.022518', '2023-02-21 19:50:34.022518', 298486374)
15463
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:50:34.022518', '2023-02-21 19:50:34.022518', 113629430)
15464
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:50:34.022518', '2023-02-21 19:50:34.022518', 933434481)
15465
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:50:34.022518', '2023-02-21 19:50:34.022518', 303968118)
15466
+  (2.1ms) commit transaction
15467
+  (0.1ms) PRAGMA foreign_keys = 1
15468
+  (0.0ms) begin transaction
15469
+ -----------------------------------
15470
+ DeforestTest: test_insert_into_logs
15471
+ -----------------------------------
15472
+  (0.1ms) rollback transaction
15473
+  (0.1ms) begin transaction
15474
+ ------------------------------------------
15475
+ DeforestTest: test_parse_and_save_log_file
15476
+ ------------------------------------------
15477
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 19:50:34 UTC', '2023-02-21 19:50:34 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 19:50:34 UTC', '2023-02-21 19:50:34 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 19:50:34 UTC', '2023-02-21 19:50:34 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 19:50:34 UTC', '2023-02-21 19:50:34 UTC');
15478
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15479
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15480
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15481
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15482
+  (0.6ms) rollback transaction
15483
+  (0.1ms) begin transaction
15484
+ ---------------------------------------------------------------------------
15485
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15486
+ ---------------------------------------------------------------------------
15487
+  (0.0ms) rollback transaction
15488
+  (0.0ms) begin transaction
15489
+ -----------------------------------------------------------------------
15490
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15491
+ -----------------------------------------------------------------------
15492
+  (0.1ms) rollback transaction
15493
+  (0.0ms) begin transaction
15494
+ --------------------------------------
15495
+ Deforest::LogTest: test_get_model_name
15496
+ --------------------------------------
15497
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
15498
+  (0.0ms) rollback transaction
15499
+  (0.0ms) begin transaction
15500
+ -----------------------------------------------------
15501
+ Deforest::LogTest: test_get_highlight_colors_for_file
15502
+ -----------------------------------------------------
15503
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15504
+  (0.0ms) rollback transaction
15505
+  (0.0ms) begin transaction
15506
+ ----------------------------------
15507
+ Deforest::LogTest: test_percentile
15508
+ ----------------------------------
15509
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15510
+  (0.0ms) rollback transaction
15511
+  (0.0ms) begin transaction
15512
+ ------------------------------------------------------------------------
15513
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15514
+ ------------------------------------------------------------------------
15515
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15516
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15517
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15518
+  (0.0ms) rollback transaction
15519
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15520
+  (0.1ms) PRAGMA foreign_keys
15521
+  (0.0ms) PRAGMA foreign_keys = OFF
15522
+  (0.1ms) begin transaction
15523
+ Fixture Delete (0.8ms) DELETE FROM "posts"
15524
+ Fixture Insert (0.7ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:55:33.216596', '2023-02-21 19:55:33.216596', 980190962)
15525
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:55:33.216596', '2023-02-21 19:55:33.216596', 298486374)
15526
+ Fixture Delete (0.7ms) DELETE FROM "deforest_logs"
15527
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:55:33.221579', '2023-02-21 19:55:33.221579', 980190962)
15528
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:55:33.221579', '2023-02-21 19:55:33.221579', 298486374)
15529
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:55:33.221579', '2023-02-21 19:55:33.221579', 113629430)
15530
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:55:33.221579', '2023-02-21 19:55:33.221579', 933434481)
15531
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:55:33.221579', '2023-02-21 19:55:33.221579', 303968118)
15532
+  (2.0ms) commit transaction
15533
+  (0.1ms) PRAGMA foreign_keys = 1
15534
+  (0.0ms) begin transaction
15535
+ ---------------------------------------------------------------------------
15536
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15537
+ ---------------------------------------------------------------------------
15538
+  (0.1ms) rollback transaction
15539
+  (0.1ms) begin transaction
15540
+ -----------------------------------------------------------------------
15541
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15542
+ -----------------------------------------------------------------------
15543
+  (0.0ms) rollback transaction
15544
+  (0.0ms) begin transaction
15545
+ -----------------------------------
15546
+ DeforestTest: test_insert_into_logs
15547
+ -----------------------------------
15548
+  (0.0ms) rollback transaction
15549
+  (0.0ms) begin transaction
15550
+ ------------------------------------------
15551
+ DeforestTest: test_parse_and_save_log_file
15552
+ ------------------------------------------
15553
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 19:55:33 UTC', '2023-02-21 19:55:33 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 19:55:33 UTC', '2023-02-21 19:55:33 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 19:55:33 UTC', '2023-02-21 19:55:33 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 19:55:33 UTC', '2023-02-21 19:55:33 UTC');
15554
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15555
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15556
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15557
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15558
+  (0.2ms) rollback transaction
15559
+  (0.0ms) begin transaction
15560
+ ---------------------------------------------------------------------
15561
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15562
+ ---------------------------------------------------------------------
15563
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15564
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 19:55:33 UTC', '2023-02-21 19:55:33 UTC');
15565
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15566
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15567
+  (0.4ms) rollback transaction
15568
+  (0.1ms) begin transaction
15569
+ -----------------------------
15570
+ PostTest: test_get_app_models
15571
+ -----------------------------
15572
+  (0.1ms) rollback transaction
15573
+  (0.1ms) begin transaction
15574
+ ------------------------------------------------------------------------
15575
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15576
+ ------------------------------------------------------------------------
15577
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15578
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15579
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15580
+  (0.0ms) rollback transaction
15581
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15582
+  (0.1ms) PRAGMA foreign_keys
15583
+  (0.0ms) PRAGMA foreign_keys = OFF
15584
+  (0.1ms) begin transaction
15585
+ Fixture Delete (0.8ms) DELETE FROM "posts"
15586
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:55:57.537404', '2023-02-21 19:55:57.537404', 980190962)
15587
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 19:55:57.537404', '2023-02-21 19:55:57.537404', 298486374)
15588
+ Fixture Delete (0.6ms) DELETE FROM "deforest_logs"
15589
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 19:55:57.541929', '2023-02-21 19:55:57.541929', 980190962)
15590
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 19:55:57.541929', '2023-02-21 19:55:57.541929', 298486374)
15591
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 19:55:57.541929', '2023-02-21 19:55:57.541929', 113629430)
15592
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 19:55:57.541929', '2023-02-21 19:55:57.541929', 933434481)
15593
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 19:55:57.541929', '2023-02-21 19:55:57.541929', 303968118)
15594
+  (1.2ms) commit transaction
15595
+  (0.1ms) PRAGMA foreign_keys = 1
15596
+  (0.1ms) begin transaction
15597
+ ---------------------------------------------------------------------
15598
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15599
+ ---------------------------------------------------------------------
15600
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15601
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 19:55:57 UTC', '2023-02-21 19:55:57 UTC');
15602
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
15603
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15604
+  (0.3ms) rollback transaction
15605
+  (0.1ms) begin transaction
15606
+ -----------------------------
15607
+ PostTest: test_get_app_models
15608
+ -----------------------------
15609
+  (0.0ms) rollback transaction
15610
+  (0.0ms) begin transaction
15611
+ ------------------------------------------------------------------------
15612
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15613
+ ------------------------------------------------------------------------
15614
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15615
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15616
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15617
+  (0.0ms) rollback transaction
15618
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15619
+  (0.1ms) PRAGMA foreign_keys
15620
+  (0.1ms) PRAGMA foreign_keys = OFF
15621
+  (0.1ms) begin transaction
15622
+ Fixture Delete (0.7ms) DELETE FROM "posts"
15623
+ Fixture Insert (0.5ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:01:18.084204', '2023-02-21 20:01:18.084204', 980190962)
15624
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:01:18.084204', '2023-02-21 20:01:18.084204', 298486374)
15625
+ Fixture Delete (0.7ms) DELETE FROM "deforest_logs"
15626
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 20:01:18.088169', '2023-02-21 20:01:18.088169', 980190962)
15627
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 20:01:18.088169', '2023-02-21 20:01:18.088169', 298486374)
15628
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 20:01:18.088169', '2023-02-21 20:01:18.088169', 113629430)
15629
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 20:01:18.088169', '2023-02-21 20:01:18.088169', 933434481)
15630
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 20:01:18.088169', '2023-02-21 20:01:18.088169', 303968118)
15631
+  (1.3ms) commit transaction
15632
+  (0.1ms) PRAGMA foreign_keys = 1
15633
+  (0.1ms) begin transaction
15634
+ ---------------------------------------------------------------------------
15635
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15636
+ ---------------------------------------------------------------------------
15637
+  (0.1ms) rollback transaction
15638
+  (0.1ms) begin transaction
15639
+ -----------------------------------
15640
+ DeforestTest: test_insert_into_logs
15641
+ -----------------------------------
15642
+  (0.1ms) rollback transaction
15643
+  (0.1ms) begin transaction
15644
+ -----------------------------------------------------------------------
15645
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15646
+ -----------------------------------------------------------------------
15647
+  (0.1ms) rollback transaction
15648
+  (0.1ms) begin transaction
15649
+ ------------------------------------------
15650
+ DeforestTest: test_parse_and_save_log_file
15651
+ ------------------------------------------
15652
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 20:01:18 UTC', '2023-02-21 20:01:18 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 20:01:18 UTC', '2023-02-21 20:01:18 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 20:01:18 UTC', '2023-02-21 20:01:18 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 20:01:18 UTC', '2023-02-21 20:01:18 UTC');
15653
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15654
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15655
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15656
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15657
+  (0.2ms) rollback transaction
15658
+  (0.0ms) begin transaction
15659
+ ---------------------------------------------------------------------
15660
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15661
+ ---------------------------------------------------------------------
15662
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
15663
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 20:01:18 UTC', '2023-02-21 20:01:18 UTC');
15664
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15665
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15666
+  (0.5ms) rollback transaction
15667
+  (0.0ms) begin transaction
15668
+ ------------------------------------------------------------------------
15669
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15670
+ ------------------------------------------------------------------------
15671
+  (0.3ms) SELECT COUNT(*) FROM "deforest_logs"
15672
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15673
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15674
+  (0.1ms) rollback transaction
15675
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15676
+  (0.1ms) PRAGMA foreign_keys
15677
+  (0.1ms) PRAGMA foreign_keys = OFF
15678
+  (0.1ms) begin transaction
15679
+ Fixture Delete (0.9ms) DELETE FROM "posts"
15680
+ Fixture Insert (0.5ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:03:06.148550', '2023-02-21 20:03:06.148550', 980190962)
15681
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:03:06.148550', '2023-02-21 20:03:06.148550', 298486374)
15682
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
15683
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 20:03:06.153270', '2023-02-21 20:03:06.153270', 980190962)
15684
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 20:03:06.153270', '2023-02-21 20:03:06.153270', 298486374)
15685
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 20:03:06.153270', '2023-02-21 20:03:06.153270', 113629430)
15686
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 20:03:06.153270', '2023-02-21 20:03:06.153270', 933434481)
15687
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 20:03:06.153270', '2023-02-21 20:03:06.153270', 303968118)
15688
+  (2.1ms) commit transaction
15689
+  (0.1ms) PRAGMA foreign_keys = 1
15690
+  (0.0ms) begin transaction
15691
+ -----------------------------------------------------
15692
+ Deforest::LogTest: test_get_highlight_colors_for_file
15693
+ -----------------------------------------------------
15694
+ Deforest::Log Load (0.5ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15695
+  (0.1ms) rollback transaction
15696
+  (0.1ms) begin transaction
15697
+ --------------------------------------
15698
+ Deforest::LogTest: test_get_model_name
15699
+ --------------------------------------
15700
+ Deforest::Log Load (0.3ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
15701
+  (0.0ms) rollback transaction
15702
+  (0.0ms) begin transaction
15703
+ ----------------------------------
15704
+ Deforest::LogTest: test_percentile
15705
+ ----------------------------------
15706
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15707
+  (0.1ms) rollback transaction
15708
+  (0.5ms) begin transaction
15709
+ ---------------------------------------------------------------------
15710
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15711
+ ---------------------------------------------------------------------
15712
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15713
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 20:03:06 UTC', '2023-02-21 20:03:06 UTC');
15714
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15715
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15716
+  (0.8ms) rollback transaction
15717
+  (0.1ms) begin transaction
15718
+ ------------------------------------------------------------------------
15719
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15720
+ ------------------------------------------------------------------------
15721
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15722
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15723
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15724
+  (0.1ms) rollback transaction
15725
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15726
+  (0.1ms) PRAGMA foreign_keys
15727
+  (0.1ms) PRAGMA foreign_keys = OFF
15728
+  (0.1ms) begin transaction
15729
+ Fixture Delete (1.0ms) DELETE FROM "posts"
15730
+ Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:04:47.405462', '2023-02-21 20:04:47.405462', 980190962)
15731
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:04:47.405462', '2023-02-21 20:04:47.405462', 298486374)
15732
+ Fixture Delete (0.6ms) DELETE FROM "deforest_logs"
15733
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 20:04:47.409602', '2023-02-21 20:04:47.409602', 980190962)
15734
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 20:04:47.409602', '2023-02-21 20:04:47.409602', 298486374)
15735
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 20:04:47.409602', '2023-02-21 20:04:47.409602', 113629430)
15736
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 20:04:47.409602', '2023-02-21 20:04:47.409602', 933434481)
15737
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 20:04:47.409602', '2023-02-21 20:04:47.409602', 303968118)
15738
+  (1.4ms) commit transaction
15739
+  (0.1ms) PRAGMA foreign_keys = 1
15740
+  (0.1ms) begin transaction
15741
+ --------------------------------------
15742
+ Deforest::LogTest: test_get_model_name
15743
+ --------------------------------------
15744
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
15745
+  (0.1ms) rollback transaction
15746
+  (0.0ms) begin transaction
15747
+ -----------------------------------------------------
15748
+ Deforest::LogTest: test_get_highlight_colors_for_file
15749
+ -----------------------------------------------------
15750
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15751
+  (0.0ms) rollback transaction
15752
+  (0.0ms) begin transaction
15753
+ ----------------------------------
15754
+ Deforest::LogTest: test_percentile
15755
+ ----------------------------------
15756
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15757
+  (0.0ms) rollback transaction
15758
+  (0.1ms) begin transaction
15759
+ -----------------------------
15760
+ PostTest: test_get_app_models
15761
+ -----------------------------
15762
+  (0.1ms) rollback transaction
15763
+  (0.1ms) begin transaction
15764
+ ------------------------------------------------------------------------
15765
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15766
+ ------------------------------------------------------------------------
15767
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15768
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15769
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15770
+  (0.1ms) rollback transaction
15771
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15772
+  (0.1ms) PRAGMA foreign_keys
15773
+  (0.0ms) PRAGMA foreign_keys = OFF
15774
+  (0.0ms) begin transaction
15775
+ Fixture Delete (0.4ms) DELETE FROM "posts"
15776
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:06:12.760937', '2023-02-21 20:06:12.760937', 980190962)
15777
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:06:12.760937', '2023-02-21 20:06:12.760937', 298486374)
15778
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
15779
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 20:06:12.764121', '2023-02-21 20:06:12.764121', 980190962)
15780
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 20:06:12.764121', '2023-02-21 20:06:12.764121', 298486374)
15781
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 20:06:12.764121', '2023-02-21 20:06:12.764121', 113629430)
15782
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 20:06:12.764121', '2023-02-21 20:06:12.764121', 933434481)
15783
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 20:06:12.764121', '2023-02-21 20:06:12.764121', 303968118)
15784
+  (1.3ms) commit transaction
15785
+  (0.1ms) PRAGMA foreign_keys = 1
15786
+  (0.1ms) begin transaction
15787
+ ------------------------------------------------------------------------
15788
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15789
+ ------------------------------------------------------------------------
15790
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
15791
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15792
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15793
+  (0.0ms) rollback transaction
15794
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15795
+  (0.1ms) PRAGMA foreign_keys
15796
+  (0.0ms) PRAGMA foreign_keys = OFF
15797
+  (0.1ms) begin transaction
15798
+ Fixture Delete (1.0ms) DELETE FROM "posts"
15799
+ Fixture Insert (0.7ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:20:59.215559', '2023-02-21 20:20:59.215559', 980190962)
15800
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:20:59.215559', '2023-02-21 20:20:59.215559', 298486374)
15801
+ Fixture Delete (0.6ms) DELETE FROM "deforest_logs"
15802
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 20:20:59.219943', '2023-02-21 20:20:59.219943', 980190962)
15803
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 20:20:59.219943', '2023-02-21 20:20:59.219943', 298486374)
15804
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 20:20:59.219943', '2023-02-21 20:20:59.219943', 113629430)
15805
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 20:20:59.219943', '2023-02-21 20:20:59.219943', 933434481)
15806
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 20:20:59.219943', '2023-02-21 20:20:59.219943', 303968118)
15807
+  (1.7ms) commit transaction
15808
+  (0.1ms) PRAGMA foreign_keys = 1
15809
+  (0.1ms) begin transaction
15810
+ -----------------------------------------------------
15811
+ Deforest::LogTest: test_get_highlight_colors_for_file
15812
+ -----------------------------------------------------
15813
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15814
+  (0.1ms) rollback transaction
15815
+  (0.1ms) begin transaction
15816
+ --------------------------------------
15817
+ Deforest::LogTest: test_get_model_name
15818
+ --------------------------------------
15819
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
15820
+  (0.0ms) rollback transaction
15821
+  (0.1ms) begin transaction
15822
+ ----------------------------------
15823
+ Deforest::LogTest: test_percentile
15824
+ ----------------------------------
15825
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15826
+  (0.0ms) rollback transaction
15827
+  (0.0ms) begin transaction
15828
+ -----------------------------
15829
+ PostTest: test_get_app_models
15830
+ -----------------------------
15831
+  (0.1ms) rollback transaction
15832
+  (0.0ms) begin transaction
15833
+ ---------------------------------------------------------------------
15834
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15835
+ ---------------------------------------------------------------------
15836
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
15837
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 20:20:59 UTC', '2023-02-21 20:20:59 UTC');
15838
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15839
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15840
+  (0.3ms) rollback transaction
15841
+  (0.1ms) begin transaction
15842
+ ------------------------------------------------------------------------
15843
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15844
+ ------------------------------------------------------------------------
15845
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15846
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15847
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-21 20:20:59 UTC', '2023-02-21 20:20:59 UTC');
15848
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15849
+  (0.3ms) rollback transaction
15850
+  (0.0ms) begin transaction
15851
+ -----------------------------------
15852
+ DeforestTest: test_insert_into_logs
15853
+ -----------------------------------
15854
+  (0.1ms) rollback transaction
15855
+  (0.1ms) begin transaction
15856
+ ------------------------------------------
15857
+ DeforestTest: test_parse_and_save_log_file
15858
+ ------------------------------------------
15859
+  (0.6ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 20:20:59 UTC', '2023-02-21 20:20:59 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 20:20:59 UTC', '2023-02-21 20:20:59 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 20:20:59 UTC', '2023-02-21 20:20:59 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 20:20:59 UTC', '2023-02-21 20:20:59 UTC');
15860
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15861
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15862
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15863
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15864
+  (0.2ms) rollback transaction
15865
+  (0.0ms) begin transaction
15866
+ ---------------------------------------------------------------------------
15867
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15868
+ ---------------------------------------------------------------------------
15869
+  (0.0ms) rollback transaction
15870
+  (0.1ms) begin transaction
15871
+ -----------------------------------------------------------------------
15872
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15873
+ -----------------------------------------------------------------------
15874
+  (0.2ms) rollback transaction
15875
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15876
+  (0.1ms) PRAGMA foreign_keys
15877
+  (0.0ms) PRAGMA foreign_keys = OFF
15878
+  (0.1ms) begin transaction
15879
+ Fixture Delete (0.8ms) DELETE FROM "posts"
15880
+ Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:29:32.554078', '2023-02-21 20:29:32.554078', 980190962)
15881
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:29:32.554078', '2023-02-21 20:29:32.554078', 298486374)
15882
+ Fixture Delete (0.6ms) DELETE FROM "deforest_logs"
15883
+ Fixture Insert (5.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 20:29:32.557951', '2023-02-21 20:29:32.557951', 980190962)
15884
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 20:29:32.557951', '2023-02-21 20:29:32.557951', 298486374)
15885
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 20:29:32.557951', '2023-02-21 20:29:32.557951', 113629430)
15886
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 20:29:32.557951', '2023-02-21 20:29:32.557951', 933434481)
15887
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 20:29:32.557951', '2023-02-21 20:29:32.557951', 303968118)
15888
+  (0.7ms) commit transaction
15889
+  (0.0ms) PRAGMA foreign_keys = 1
15890
+  (0.0ms) begin transaction
15891
+ --------------------------------------
15892
+ Deforest::LogTest: test_get_model_name
15893
+ --------------------------------------
15894
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
15895
+  (0.1ms) rollback transaction
15896
+  (0.1ms) begin transaction
15897
+ ----------------------------------
15898
+ Deforest::LogTest: test_percentile
15899
+ ----------------------------------
15900
+ Deforest::Log Load (0.4ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15901
+  (0.1ms) rollback transaction
15902
+  (0.1ms) begin transaction
15903
+ -----------------------------------------------------
15904
+ Deforest::LogTest: test_get_highlight_colors_for_file
15905
+ -----------------------------------------------------
15906
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
15907
+  (0.1ms) rollback transaction
15908
+  (0.0ms) begin transaction
15909
+ ---------------------------------------------------------------------
15910
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
15911
+ ---------------------------------------------------------------------
15912
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15913
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 20:29:32 UTC', '2023-02-21 20:29:32 UTC');
15914
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
15915
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15916
+  (0.2ms) rollback transaction
15917
+  (0.0ms) begin transaction
15918
+ ------------------------------------------------------------------------
15919
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
15920
+ ------------------------------------------------------------------------
15921
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15922
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
15923
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-21 20:29:32 UTC', '2023-02-21 20:29:32 UTC');
15924
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
15925
+  (0.3ms) rollback transaction
15926
+  (0.0ms) begin transaction
15927
+ -----------------------------
15928
+ PostTest: test_get_app_models
15929
+ -----------------------------
15930
+  (0.0ms) rollback transaction
15931
+  (0.0ms) begin transaction
15932
+ -----------------------------------------------------------------------
15933
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15934
+ -----------------------------------------------------------------------
15935
+  (0.0ms) rollback transaction
15936
+  (0.0ms) begin transaction
15937
+ ---------------------------------------------------------------------------
15938
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15939
+ ---------------------------------------------------------------------------
15940
+  (0.0ms) rollback transaction
15941
+  (0.1ms) begin transaction
15942
+ ------------------------------------------
15943
+ DeforestTest: test_parse_and_save_log_file
15944
+ ------------------------------------------
15945
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 20:29:32 UTC', '2023-02-21 20:29:32 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 20:29:32 UTC', '2023-02-21 20:29:32 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 20:29:32 UTC', '2023-02-21 20:29:32 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 20:29:32 UTC', '2023-02-21 20:29:32 UTC');
15946
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15947
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15948
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15949
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15950
+  (0.4ms) rollback transaction
15951
+  (0.1ms) begin transaction
15952
+ -----------------------------------
15953
+ DeforestTest: test_insert_into_logs
15954
+ -----------------------------------
15955
+  (0.0ms) rollback transaction
15956
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15957
+  (0.1ms) PRAGMA foreign_keys
15958
+  (0.0ms) PRAGMA foreign_keys = OFF
15959
+  (0.1ms) begin transaction
15960
+ Fixture Delete (0.5ms) DELETE FROM "posts"
15961
+ Fixture Insert (0.3ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:30:22.897215', '2023-02-21 20:30:22.897215', 980190962)
15962
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-21 20:30:22.897215', '2023-02-21 20:30:22.897215', 298486374)
15963
+ Fixture Delete (0.5ms) DELETE FROM "deforest_logs"
15964
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-21 20:30:22.900322', '2023-02-21 20:30:22.900322', 980190962)
15965
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-21 20:30:22.900322', '2023-02-21 20:30:22.900322', 298486374)
15966
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-21 20:30:22.900322', '2023-02-21 20:30:22.900322', 113629430)
15967
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-21 20:30:22.900322', '2023-02-21 20:30:22.900322', 933434481)
15968
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-21 20:30:22.900322', '2023-02-21 20:30:22.900322', 303968118)
15969
+  (1.2ms) commit transaction
15970
+  (0.1ms) PRAGMA foreign_keys = 1
15971
+  (0.1ms) begin transaction
15972
+ ------------------------------------------
15973
+ DeforestTest: test_parse_and_save_log_file
15974
+ ------------------------------------------
15975
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-21 20:30:22 UTC', '2023-02-21 20:30:22 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-21 20:30:22 UTC', '2023-02-21 20:30:22 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-21 20:30:22 UTC', '2023-02-21 20:30:22 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-21 20:30:22 UTC', '2023-02-21 20:30:22 UTC');
15976
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
15977
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
15978
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
15979
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
15980
+  (0.3ms) rollback transaction
15981
+  (0.1ms) begin transaction
15982
+ ---------------------------------------------------------------------------
15983
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
15984
+ ---------------------------------------------------------------------------
15985
+  (0.0ms) rollback transaction
15986
+  (0.1ms) begin transaction
15987
+ -----------------------------------------------------------------------
15988
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
15989
+ -----------------------------------------------------------------------
15990
+  (0.1ms) rollback transaction
15991
+  (0.0ms) begin transaction
15992
+ -----------------------------------
15993
+ DeforestTest: test_insert_into_logs
15994
+ -----------------------------------
15995
+  (0.0ms) rollback transaction
15996
+  (0.0ms) begin transaction
15997
+ --------------------------------------
15998
+ Deforest::LogTest: test_get_model_name
15999
+ --------------------------------------
16000
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
16001
+  (0.0ms) rollback transaction
16002
+  (0.1ms) begin transaction
16003
+ ----------------------------------
16004
+ Deforest::LogTest: test_percentile
16005
+ ----------------------------------
16006
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16007
+  (0.1ms) rollback transaction
16008
+  (0.0ms) begin transaction
16009
+ -----------------------------------------------------
16010
+ Deforest::LogTest: test_get_highlight_colors_for_file
16011
+ -----------------------------------------------------
16012
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16013
+  (0.0ms) rollback transaction
16014
+  (0.0ms) begin transaction
16015
+ -----------------------------
16016
+ PostTest: test_get_app_models
16017
+ -----------------------------
16018
+  (0.0ms) rollback transaction
16019
+  (0.0ms) begin transaction
16020
+ ------------------------------------------------------------------------
16021
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16022
+ ------------------------------------------------------------------------
16023
+  (0.8ms) SELECT COUNT(*) FROM "deforest_logs"
16024
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
16025
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-21 20:30:22 UTC', '2023-02-21 20:30:22 UTC');
16026
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16027
+  (0.2ms) rollback transaction
16028
+  (0.0ms) begin transaction
16029
+ ---------------------------------------------------------------------
16030
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16031
+ ---------------------------------------------------------------------
16032
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16033
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-21 20:30:22 UTC', '2023-02-21 20:30:22 UTC');
16034
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
16035
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
16036
+  (0.4ms) rollback transaction
16037
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
16038
+  (0.1ms) PRAGMA foreign_keys
16039
+  (0.1ms) PRAGMA foreign_keys = OFF
16040
+  (0.1ms) begin transaction
16041
+ Fixture Delete (0.9ms) DELETE FROM "posts"
16042
+ Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 06:33:14.212797', '2023-02-22 06:33:14.212797', 980190962)
16043
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 06:33:14.212797', '2023-02-22 06:33:14.212797', 298486374)
16044
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
16045
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 06:33:14.218512', '2023-02-22 06:33:14.218512', 980190962)
16046
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 06:33:14.218512', '2023-02-22 06:33:14.218512', 298486374)
16047
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 06:33:14.218512', '2023-02-22 06:33:14.218512', 113629430)
16048
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 06:33:14.218512', '2023-02-22 06:33:14.218512', 933434481)
16049
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 06:33:14.218512', '2023-02-22 06:33:14.218512', 303968118)
16050
+  (1.5ms) commit transaction
16051
+  (0.1ms) PRAGMA foreign_keys = 1
16052
+  (0.1ms) begin transaction
16053
+ ----------------------------------
16054
+ Deforest::LogTest: test_percentile
16055
+ ----------------------------------
16056
+ Deforest::Log Load (0.9ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16057
+  (0.1ms) rollback transaction
16058
+  (0.0ms) begin transaction
16059
+ --------------------------------------
16060
+ Deforest::LogTest: test_get_model_name
16061
+ --------------------------------------
16062
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
16063
+  (0.0ms) rollback transaction
16064
+  (0.0ms) begin transaction
16065
+ -----------------------------------------------------
16066
+ Deforest::LogTest: test_get_highlight_colors_for_file
16067
+ -----------------------------------------------------
16068
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16069
+  (0.0ms) rollback transaction
16070
+  (0.0ms) begin transaction
16071
+ ---------------------------------------------------------------------
16072
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16073
+ ---------------------------------------------------------------------
16074
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16075
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 06:33:14 UTC', '2023-02-22 06:33:14 UTC');
16076
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
16077
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16078
+  (0.5ms) rollback transaction
16079
+  (0.0ms) begin transaction
16080
+ ------------------------------------------------------------------------
16081
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16082
+ ------------------------------------------------------------------------
16083
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16084
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
16085
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 06:33:14 UTC', '2023-02-22 06:33:14 UTC');
16086
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
16087
+  (0.3ms) rollback transaction
16088
+  (0.0ms) begin transaction
16089
+ -----------------------------
16090
+ PostTest: test_get_app_models
16091
+ -----------------------------
16092
+  (0.1ms) rollback transaction
16093
+  (0.1ms) begin transaction
16094
+ ---------------------------------------------------------------------------
16095
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16096
+ ---------------------------------------------------------------------------
16097
+  (0.0ms) rollback transaction
16098
+  (0.1ms) begin transaction
16099
+ -----------------------------------------------------------------------
16100
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16101
+ -----------------------------------------------------------------------
16102
+  (0.1ms) rollback transaction
16103
+  (0.0ms) begin transaction
16104
+ ------------------------------------------
16105
+ DeforestTest: test_parse_and_save_log_file
16106
+ ------------------------------------------
16107
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 06:33:14 UTC', '2023-02-22 06:33:14 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 06:33:14 UTC', '2023-02-22 06:33:14 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 06:33:14 UTC', '2023-02-22 06:33:14 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 06:33:14 UTC', '2023-02-22 06:33:14 UTC');
16108
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
16109
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
16110
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
16111
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
16112
+  (0.4ms) rollback transaction
16113
+  (0.0ms) begin transaction
16114
+ -----------------------------------
16115
+ DeforestTest: test_insert_into_logs
16116
+ -----------------------------------
16117
+  (0.0ms) rollback transaction
16118
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
16119
+  (0.1ms) PRAGMA foreign_keys
16120
+  (0.0ms) PRAGMA foreign_keys = OFF
16121
+  (0.0ms) begin transaction
16122
+ Fixture Delete (0.3ms) DELETE FROM "posts"
16123
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 06:33:31.350947', '2023-02-22 06:33:31.350947', 980190962)
16124
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 06:33:31.350947', '2023-02-22 06:33:31.350947', 298486374)
16125
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
16126
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 06:33:31.352890', '2023-02-22 06:33:31.352890', 980190962)
16127
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 06:33:31.352890', '2023-02-22 06:33:31.352890', 298486374)
16128
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 06:33:31.352890', '2023-02-22 06:33:31.352890', 113629430)
16129
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 06:33:31.352890', '2023-02-22 06:33:31.352890', 933434481)
16130
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 06:33:31.352890', '2023-02-22 06:33:31.352890', 303968118)
16131
+  (2.2ms) commit transaction
16132
+  (0.1ms) PRAGMA foreign_keys = 1
16133
+  (0.1ms) begin transaction
16134
+ -----------------------------------------------------
16135
+ Deforest::LogTest: test_get_highlight_colors_for_file
16136
+ -----------------------------------------------------
16137
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16138
+  (0.1ms) rollback transaction
16139
+  (0.1ms) begin transaction
16140
+ ----------------------------------
16141
+ Deforest::LogTest: test_percentile
16142
+ ----------------------------------
16143
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16144
+  (0.0ms) rollback transaction
16145
+  (0.0ms) begin transaction
16146
+ --------------------------------------
16147
+ Deforest::LogTest: test_get_model_name
16148
+ --------------------------------------
16149
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
16150
+  (0.0ms) rollback transaction
16151
+  (0.0ms) begin transaction
16152
+ ------------------------------------------------------------------------
16153
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16154
+ ------------------------------------------------------------------------
16155
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16156
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
16157
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 06:33:31 UTC', '2023-02-22 06:33:31 UTC');
16158
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16159
+  (0.3ms) rollback transaction
16160
+  (0.1ms) begin transaction
16161
+ -----------------------------
16162
+ PostTest: test_get_app_models
16163
+ -----------------------------
16164
+  (0.0ms) rollback transaction
16165
+  (0.1ms) begin transaction
16166
+ ---------------------------------------------------------------------
16167
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16168
+ ---------------------------------------------------------------------
16169
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
16170
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 06:33:31 UTC', '2023-02-22 06:33:31 UTC');
16171
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
16172
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16173
+  (0.2ms) rollback transaction
16174
+  (0.0ms) begin transaction
16175
+ -----------------------------------------------------------------------
16176
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16177
+ -----------------------------------------------------------------------
16178
+  (0.0ms) rollback transaction
16179
+  (0.0ms) begin transaction
16180
+ -----------------------------------
16181
+ DeforestTest: test_insert_into_logs
16182
+ -----------------------------------
16183
+  (0.1ms) rollback transaction
16184
+  (0.0ms) begin transaction
16185
+ ------------------------------------------
16186
+ DeforestTest: test_parse_and_save_log_file
16187
+ ------------------------------------------
16188
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 06:33:31 UTC', '2023-02-22 06:33:31 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 06:33:31 UTC', '2023-02-22 06:33:31 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 06:33:31 UTC', '2023-02-22 06:33:31 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 06:33:31 UTC', '2023-02-22 06:33:31 UTC');
16189
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
16190
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
16191
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
16192
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
16193
+  (0.4ms) rollback transaction
16194
+  (0.0ms) begin transaction
16195
+ ---------------------------------------------------------------------------
16196
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16197
+ ---------------------------------------------------------------------------
16198
+  (0.1ms) rollback transaction
16199
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
16200
+  (0.1ms) PRAGMA foreign_keys
16201
+  (0.0ms) PRAGMA foreign_keys = OFF
16202
+  (0.1ms) begin transaction
16203
+ Fixture Delete (0.3ms) DELETE FROM "posts"
16204
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 06:36:18.212610', '2023-02-22 06:36:18.212610', 980190962)
16205
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 06:36:18.212610', '2023-02-22 06:36:18.212610', 298486374)
16206
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
16207
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 06:36:18.214558', '2023-02-22 06:36:18.214558', 980190962)
16208
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 06:36:18.214558', '2023-02-22 06:36:18.214558', 298486374)
16209
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 06:36:18.214558', '2023-02-22 06:36:18.214558', 113629430)
16210
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 06:36:18.214558', '2023-02-22 06:36:18.214558', 933434481)
16211
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 06:36:18.214558', '2023-02-22 06:36:18.214558', 303968118)
16212
+  (2.1ms) commit transaction
16213
+  (0.1ms) PRAGMA foreign_keys = 1
16214
+  (0.0ms) begin transaction
16215
+ -----------------------------------------------------
16216
+ Deforest::LogTest: test_get_highlight_colors_for_file
16217
+ -----------------------------------------------------
16218
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16219
+  (0.1ms) rollback transaction
16220
+  (0.1ms) begin transaction
16221
+ --------------------------------------
16222
+ Deforest::LogTest: test_get_model_name
16223
+ --------------------------------------
16224
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT ? [["id", 980190962], ["LIMIT", 1]]
16225
+  (0.0ms) rollback transaction
16226
+  (0.0ms) begin transaction
16227
+ ----------------------------------
16228
+ Deforest::LogTest: test_percentile
16229
+ ----------------------------------
16230
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16231
+  (0.0ms) rollback transaction
16232
+  (0.0ms) begin transaction
16233
+ ---------------------------------------------------------------------
16234
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16235
+ ---------------------------------------------------------------------
16236
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16237
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 06:36:18 UTC', '2023-02-22 06:36:18 UTC');
16238
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16239
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16240
+  (0.3ms) rollback transaction
16241
+  (0.0ms) begin transaction
16242
+ -----------------------------
16243
+ PostTest: test_get_app_models
16244
+ -----------------------------
16245
+  (0.0ms) rollback transaction
16246
+  (0.1ms) begin transaction
16247
+ ------------------------------------------------------------------------
16248
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16249
+ ------------------------------------------------------------------------
16250
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16251
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT ? [["LIMIT", 1]]
16252
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 06:36:18 UTC', '2023-02-22 06:36:18 UTC');
16253
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16254
+  (0.3ms) rollback transaction
16255
+  (0.0ms) begin transaction
16256
+ ---------------------------------------------------------------------------
16257
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16258
+ ---------------------------------------------------------------------------
16259
+  (0.1ms) rollback transaction
16260
+  (0.0ms) begin transaction
16261
+ -----------------------------------------------------------------------
16262
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16263
+ -----------------------------------------------------------------------
16264
+  (0.1ms) rollback transaction
16265
+  (0.0ms) begin transaction
16266
+ ------------------------------------------
16267
+ DeforestTest: test_parse_and_save_log_file
16268
+ ------------------------------------------
16269
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 06:36:18 UTC', '2023-02-22 06:36:18 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 06:36:18 UTC', '2023-02-22 06:36:18 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 06:36:18 UTC', '2023-02-22 06:36:18 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 06:36:18 UTC', '2023-02-22 06:36:18 UTC');
16270
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"], ["LIMIT", 1]]
16271
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/post.rb"], ["LIMIT", 1]]
16272
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"], ["LIMIT", 1]]
16273
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT ? [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"], ["LIMIT", 1]]
16274
+  (0.3ms) rollback transaction
16275
+  (0.0ms) begin transaction
16276
+ -----------------------------------
16277
+ DeforestTest: test_insert_into_logs
16278
+ -----------------------------------
16279
+  (0.1ms) rollback transaction
16280
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
16281
+  (0.1ms) begin transaction
16282
+ Fixture Delete (0.6ms) DELETE FROM "posts"
16283
+ Fixture Insert (0.3ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 14:20:54', '2023-02-22 14:20:54', 980190962)
16284
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 14:20:54', '2023-02-22 14:20:54', 298486374)
16285
+ Fixture Delete (0.3ms) DELETE FROM "deforest_logs"
16286
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 14:20:54', '2023-02-22 14:20:54', 980190962)
16287
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 14:20:54', '2023-02-22 14:20:54', 298486374)
16288
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 14:20:54', '2023-02-22 14:20:54', 113629430)
16289
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 14:20:54', '2023-02-22 14:20:54', 933434481)
16290
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 14:20:54', '2023-02-22 14:20:54', 303968118)
16291
+  (1.1ms) commit transaction
16292
+  (0.0ms) begin transaction
16293
+ -----------------------------------------------------
16294
+ Deforest::LogTest: test_get_highlight_colors_for_file
16295
+ -----------------------------------------------------
16296
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16297
+  (0.0ms) rollback transaction
16298
+  (0.0ms) begin transaction
16299
+ --------------------------------------
16300
+ Deforest::LogTest: test_get_model_name
16301
+ --------------------------------------
16302
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16303
+  (0.0ms) rollback transaction
16304
+  (0.0ms) begin transaction
16305
+ ----------------------------------
16306
+ Deforest::LogTest: test_percentile
16307
+ ----------------------------------
16308
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16309
+  (0.0ms) rollback transaction
16310
+  (0.0ms) begin transaction
16311
+ -----------------------------------------------------------------------
16312
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16313
+ -----------------------------------------------------------------------
16314
+  (0.0ms) rollback transaction
16315
+  (0.1ms) begin transaction
16316
+ -----------------------------------
16317
+ DeforestTest: test_insert_into_logs
16318
+ -----------------------------------
16319
+  (0.0ms) rollback transaction
16320
+  (0.0ms) begin transaction
16321
+ ---------------------------------------------------------------------------
16322
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16323
+ ---------------------------------------------------------------------------
16324
+  (0.1ms) rollback transaction
16325
+  (0.1ms) begin transaction
16326
+ ------------------------------------------
16327
+ DeforestTest: test_parse_and_save_log_file
16328
+ ------------------------------------------
16329
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 14:20:54 UTC', '2023-02-22 14:20:54 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 14:20:54 UTC', '2023-02-22 14:20:54 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 14:20:54 UTC', '2023-02-22 14:20:54 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 14:20:54 UTC', '2023-02-22 14:20:54 UTC');
16330
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16331
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16332
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16333
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16334
+  (0.4ms) rollback transaction
16335
+  (0.0ms) begin transaction
16336
+ ------------------------------------------------------------------------
16337
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16338
+ ------------------------------------------------------------------------
16339
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16340
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16341
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 14:20:54 UTC', '2023-02-22 14:20:54 UTC');
16342
+  (0.3ms) SELECT COUNT(*) FROM "deforest_logs"
16343
+  (0.3ms) rollback transaction
16344
+  (0.0ms) begin transaction
16345
+ -----------------------------
16346
+ PostTest: test_get_app_models
16347
+ -----------------------------
16348
+  (0.0ms) rollback transaction
16349
+  (0.0ms) begin transaction
16350
+ ---------------------------------------------------------------------
16351
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16352
+ ---------------------------------------------------------------------
16353
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16354
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 14:20:54 UTC', '2023-02-22 14:20:54 UTC');
16355
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16356
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
16357
+  (0.2ms) rollback transaction
16358
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
16359
+  (0.1ms) begin transaction
16360
+ Fixture Delete (0.9ms) DELETE FROM "posts"
16361
+ Fixture Insert (0.5ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:17:35', '2023-02-22 15:17:35', 980190962)
16362
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:17:35', '2023-02-22 15:17:35', 298486374)
16363
+ Fixture Delete (0.3ms) DELETE FROM "deforest_logs"
16364
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 15:17:35', '2023-02-22 15:17:35', 980190962)
16365
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 15:17:35', '2023-02-22 15:17:35', 298486374)
16366
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 15:17:35', '2023-02-22 15:17:35', 113629430)
16367
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 15:17:35', '2023-02-22 15:17:35', 933434481)
16368
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 15:17:35', '2023-02-22 15:17:35', 303968118)
16369
+  (1.1ms) commit transaction
16370
+  (0.0ms) begin transaction
16371
+ ------------------------------------------------------------------------
16372
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16373
+ ------------------------------------------------------------------------
16374
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
16375
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16376
+  (0.1ms) rollback transaction
16377
+  (0.1ms) begin transaction
16378
+ -----------------------------
16379
+ PostTest: test_get_app_models
16380
+ -----------------------------
16381
+  (0.1ms) rollback transaction
16382
+  (0.0ms) begin transaction
16383
+ ---------------------------------------------------------------------
16384
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16385
+ ---------------------------------------------------------------------
16386
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16387
+  (0.0ms) rollback transaction
16388
+  (0.0ms) begin transaction
16389
+ -----------------------------------------------------
16390
+ Deforest::LogTest: test_get_highlight_colors_for_file
16391
+ -----------------------------------------------------
16392
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16393
+  (0.1ms) rollback transaction
16394
+  (0.0ms) begin transaction
16395
+ --------------------------------------
16396
+ Deforest::LogTest: test_get_model_name
16397
+ --------------------------------------
16398
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16399
+  (0.0ms) rollback transaction
16400
+  (0.0ms) begin transaction
16401
+ ----------------------------------
16402
+ Deforest::LogTest: test_percentile
16403
+ ----------------------------------
16404
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16405
+  (0.0ms) rollback transaction
16406
+  (0.0ms) begin transaction
16407
+ -----------------------------------------------------------------------
16408
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16409
+ -----------------------------------------------------------------------
16410
+  (0.0ms) rollback transaction
16411
+  (0.0ms) begin transaction
16412
+ ------------------------------------------
16413
+ DeforestTest: test_parse_and_save_log_file
16414
+ ------------------------------------------
16415
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 15:17:35 UTC', '2023-02-22 15:17:35 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 15:17:35 UTC', '2023-02-22 15:17:35 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 15:17:35 UTC', '2023-02-22 15:17:35 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 15:17:35 UTC', '2023-02-22 15:17:35 UTC');
16416
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16417
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16418
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16419
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16420
+  (0.3ms) rollback transaction
16421
+  (0.0ms) begin transaction
16422
+ ---------------------------------------------------------------------------
16423
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16424
+ ---------------------------------------------------------------------------
16425
+  (0.0ms) rollback transaction
16426
+  (0.0ms) begin transaction
16427
+ -----------------------------------
16428
+ DeforestTest: test_insert_into_logs
16429
+ -----------------------------------
16430
+  (0.1ms) rollback transaction
16431
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
16432
+  (0.1ms) begin transaction
16433
+ Fixture Delete (0.9ms) DELETE FROM "posts"
16434
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:19:07', '2023-02-22 15:19:07', 980190962)
16435
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:19:07', '2023-02-22 15:19:07', 298486374)
16436
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
16437
+ Fixture Insert (0.2ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 15:19:07', '2023-02-22 15:19:07', 980190962)
16438
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 15:19:07', '2023-02-22 15:19:07', 298486374)
16439
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 15:19:07', '2023-02-22 15:19:07', 113629430)
16440
+ Fixture Insert (0.3ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 15:19:07', '2023-02-22 15:19:07', 933434481)
16441
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 15:19:07', '2023-02-22 15:19:07', 303968118)
16442
+  (1.0ms) commit transaction
16443
+  (0.1ms) begin transaction
16444
+ ---------------------------------------------------------------------
16445
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16446
+ ---------------------------------------------------------------------
16447
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16448
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 15:19:07 UTC', '2023-02-22 15:19:07 UTC');
16449
+  (0.5ms) rollback transaction
16450
+  (0.0ms) begin transaction
16451
+ ------------------------------------------------------------------------
16452
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16453
+ ------------------------------------------------------------------------
16454
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16455
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16456
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 15:19:07 UTC', '2023-02-22 15:19:07 UTC');
16457
+  (0.3ms) rollback transaction
16458
+  (0.0ms) begin transaction
16459
+ -----------------------------
16460
+ PostTest: test_get_app_models
16461
+ -----------------------------
16462
+  (0.0ms) rollback transaction
16463
+  (0.0ms) begin transaction
16464
+ -----------------------------------------------------------------------
16465
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16466
+ -----------------------------------------------------------------------
16467
+  (0.1ms) rollback transaction
16468
+  (0.0ms) begin transaction
16469
+ ---------------------------------------------------------------------------
16470
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16471
+ ---------------------------------------------------------------------------
16472
+  (0.0ms) rollback transaction
16473
+  (0.0ms) begin transaction
16474
+ -----------------------------------
16475
+ DeforestTest: test_insert_into_logs
16476
+ -----------------------------------
16477
+  (0.0ms) rollback transaction
16478
+  (0.0ms) begin transaction
16479
+ ------------------------------------------
16480
+ DeforestTest: test_parse_and_save_log_file
16481
+ ------------------------------------------
16482
+  (0.8ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 15:19:07 UTC', '2023-02-22 15:19:07 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 15:19:07 UTC', '2023-02-22 15:19:07 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 15:19:07 UTC', '2023-02-22 15:19:07 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 15:19:07 UTC', '2023-02-22 15:19:07 UTC');
16483
+ Deforest::Log Load (0.3ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16484
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16485
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16486
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16487
+  (0.4ms) rollback transaction
16488
+  (0.0ms) begin transaction
16489
+ -----------------------------------------------------
16490
+ Deforest::LogTest: test_get_highlight_colors_for_file
16491
+ -----------------------------------------------------
16492
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16493
+  (0.1ms) rollback transaction
16494
+  (0.0ms) begin transaction
16495
+ --------------------------------------
16496
+ Deforest::LogTest: test_get_model_name
16497
+ --------------------------------------
16498
+ Deforest::Log Load (0.3ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16499
+  (0.1ms) rollback transaction
16500
+  (0.0ms) begin transaction
16501
+ ----------------------------------
16502
+ Deforest::LogTest: test_percentile
16503
+ ----------------------------------
16504
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16505
+  (0.0ms) rollback transaction
16506
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16507
+  (0.1ms) begin transaction
16508
+ Fixture Delete (0.3ms) DELETE FROM "posts"
16509
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:19:46', '2023-02-22 15:19:46', 980190962)
16510
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:19:46', '2023-02-22 15:19:46', 298486374)
16511
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
16512
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 15:19:46', '2023-02-22 15:19:46', 980190962)
16513
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 15:19:46', '2023-02-22 15:19:46', 298486374)
16514
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 15:19:46', '2023-02-22 15:19:46', 113629430)
16515
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 15:19:46', '2023-02-22 15:19:46', 933434481)
16516
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 15:19:46', '2023-02-22 15:19:46', 303968118)
16517
+  (2.2ms) commit transaction
16518
+  (0.0ms) begin transaction
16519
+ -----------------------------------------------------
16520
+ Deforest::LogTest: test_get_highlight_colors_for_file
16521
+ -----------------------------------------------------
16522
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16523
+  (0.0ms) rollback transaction
16524
+  (0.0ms) begin transaction
16525
+ ----------------------------------
16526
+ Deforest::LogTest: test_percentile
16527
+ ----------------------------------
16528
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16529
+  (0.1ms) rollback transaction
16530
+  (0.0ms) begin transaction
16531
+ --------------------------------------
16532
+ Deforest::LogTest: test_get_model_name
16533
+ --------------------------------------
16534
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16535
+  (0.0ms) rollback transaction
16536
+  (0.0ms) begin transaction
16537
+ -----------------------------------------------------------------------
16538
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16539
+ -----------------------------------------------------------------------
16540
+  (0.1ms) rollback transaction
16541
+  (0.0ms) begin transaction
16542
+ ---------------------------------------------------------------------------
16543
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16544
+ ---------------------------------------------------------------------------
16545
+  (0.1ms) rollback transaction
16546
+  (0.0ms) begin transaction
16547
+ -----------------------------------
16548
+ DeforestTest: test_insert_into_logs
16549
+ -----------------------------------
16550
+  (0.1ms) rollback transaction
16551
+  (0.1ms) begin transaction
16552
+ ------------------------------------------
16553
+ DeforestTest: test_parse_and_save_log_file
16554
+ ------------------------------------------
16555
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 15:19:46 UTC', '2023-02-22 15:19:46 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 15:19:46 UTC', '2023-02-22 15:19:46 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 15:19:46 UTC', '2023-02-22 15:19:46 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 15:19:46 UTC', '2023-02-22 15:19:46 UTC');
16556
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16557
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16558
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16559
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16560
+  (0.3ms) rollback transaction
16561
+  (0.1ms) begin transaction
16562
+ ---------------------------------------------------------------------
16563
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16564
+ ---------------------------------------------------------------------
16565
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
16566
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 15:19:46 UTC', '2023-02-22 15:19:46 UTC');
16567
+  (0.3ms) rollback transaction
16568
+  (0.1ms) begin transaction
16569
+ ------------------------------------------------------------------------
16570
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16571
+ ------------------------------------------------------------------------
16572
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16573
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16574
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 15:19:46 UTC', '2023-02-22 15:19:46 UTC');
16575
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16576
+  (0.3ms) rollback transaction
16577
+  (0.1ms) begin transaction
16578
+ -----------------------------
16579
+ PostTest: test_get_app_models
16580
+ -----------------------------
16581
+  (0.1ms) rollback transaction
16582
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
16583
+  (0.1ms) begin transaction
16584
+ Fixture Delete (0.9ms) DELETE FROM "posts"
16585
+ Fixture Insert (0.5ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:21:34', '2023-02-22 15:21:34', 980190962)
16586
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:21:34', '2023-02-22 15:21:34', 298486374)
16587
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
16588
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 15:21:34', '2023-02-22 15:21:34', 980190962)
16589
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 15:21:34', '2023-02-22 15:21:34', 298486374)
16590
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 15:21:34', '2023-02-22 15:21:34', 113629430)
16591
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 15:21:34', '2023-02-22 15:21:34', 933434481)
16592
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 15:21:34', '2023-02-22 15:21:34', 303968118)
16593
+  (1.3ms) commit transaction
16594
+  (0.1ms) begin transaction
16595
+ ---------------------------------------------------------------------
16596
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16597
+ ---------------------------------------------------------------------
16598
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16599
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16600
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16601
+  (0.1ms) rollback transaction
16602
+  (0.1ms) begin transaction
16603
+ -----------------------------
16604
+ PostTest: test_get_app_models
16605
+ -----------------------------
16606
+  (0.0ms) rollback transaction
16607
+  (0.0ms) begin transaction
16608
+ ------------------------------------------------------------------------
16609
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16610
+ ------------------------------------------------------------------------
16611
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
16612
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16613
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 15:21:34 UTC', '2023-02-22 15:21:34 UTC');
16614
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16615
+  (0.5ms) rollback transaction
16616
+  (0.0ms) begin transaction
16617
+ ----------------------------------
16618
+ Deforest::LogTest: test_percentile
16619
+ ----------------------------------
16620
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16621
+  (0.0ms) rollback transaction
16622
+  (0.1ms) begin transaction
16623
+ --------------------------------------
16624
+ Deforest::LogTest: test_get_model_name
16625
+ --------------------------------------
16626
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16627
+  (0.0ms) rollback transaction
16628
+  (0.0ms) begin transaction
16629
+ -----------------------------------------------------
16630
+ Deforest::LogTest: test_get_highlight_colors_for_file
16631
+ -----------------------------------------------------
16632
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16633
+  (0.0ms) rollback transaction
16634
+  (0.0ms) begin transaction
16635
+ ---------------------------------------------------------------------------
16636
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16637
+ ---------------------------------------------------------------------------
16638
+  (0.0ms) rollback transaction
16639
+  (0.0ms) begin transaction
16640
+ ------------------------------------------
16641
+ DeforestTest: test_parse_and_save_log_file
16642
+ ------------------------------------------
16643
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 15:21:34 UTC', '2023-02-22 15:21:34 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 15:21:34 UTC', '2023-02-22 15:21:34 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 15:21:34 UTC', '2023-02-22 15:21:34 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 15:21:34 UTC', '2023-02-22 15:21:34 UTC');
16644
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16645
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16646
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16647
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16648
+  (0.3ms) rollback transaction
16649
+  (0.0ms) begin transaction
16650
+ -----------------------------------------------------------------------
16651
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16652
+ -----------------------------------------------------------------------
16653
+  (0.0ms) rollback transaction
16654
+  (0.0ms) begin transaction
16655
+ -----------------------------------
16656
+ DeforestTest: test_insert_into_logs
16657
+ -----------------------------------
16658
+  (0.1ms) rollback transaction
16659
+ ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16660
+  (0.1ms) begin transaction
16661
+ Fixture Delete (0.8ms) DELETE FROM "posts"
16662
+ Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:27:03', '2023-02-22 15:27:03', 980190962)
16663
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:27:03', '2023-02-22 15:27:03', 298486374)
16664
+ Fixture Delete (0.6ms) DELETE FROM "deforest_logs"
16665
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 15:27:03', '2023-02-22 15:27:03', 980190962)
16666
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 15:27:03', '2023-02-22 15:27:03', 298486374)
16667
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 15:27:03', '2023-02-22 15:27:03', 113629430)
16668
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 15:27:03', '2023-02-22 15:27:03', 933434481)
16669
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 15:27:03', '2023-02-22 15:27:03', 303968118)
16670
+  (0.8ms) commit transaction
16671
+  (0.0ms) begin transaction
16672
+ ------------------------------------------------------------------------
16673
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16674
+ ------------------------------------------------------------------------
16675
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16676
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16677
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 15:27:03 UTC', '2023-02-22 15:27:03 UTC');
16678
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
16679
+  (0.3ms) rollback transaction
16680
+  (0.1ms) begin transaction
16681
+ -----------------------------
16682
+ PostTest: test_get_app_models
16683
+ -----------------------------
16684
+  (0.0ms) rollback transaction
16685
+  (0.0ms) begin transaction
16686
+ ---------------------------------------------------------------------
16687
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16688
+ ---------------------------------------------------------------------
16689
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16690
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16691
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
16692
+  (0.0ms) rollback transaction
16693
+  (0.0ms) begin transaction
16694
+ -----------------------------------
16695
+ DeforestTest: test_insert_into_logs
16696
+ -----------------------------------
16697
+  (0.0ms) rollback transaction
16698
+  (0.1ms) begin transaction
16699
+ ---------------------------------------------------------------------------
16700
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16701
+ ---------------------------------------------------------------------------
16702
+  (0.1ms) rollback transaction
16703
+  (0.1ms) begin transaction
16704
+ ------------------------------------------
16705
+ DeforestTest: test_parse_and_save_log_file
16706
+ ------------------------------------------
16707
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 15:27:03 UTC', '2023-02-22 15:27:03 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 15:27:03 UTC', '2023-02-22 15:27:03 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 15:27:03 UTC', '2023-02-22 15:27:03 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 15:27:03 UTC', '2023-02-22 15:27:03 UTC');
16708
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16709
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16710
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16711
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16712
+  (0.4ms) rollback transaction
16713
+  (0.1ms) begin transaction
16714
+ -----------------------------------------------------------------------
16715
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16716
+ -----------------------------------------------------------------------
16717
+  (0.0ms) rollback transaction
16718
+  (0.0ms) begin transaction
16719
+ ----------------------------------
16720
+ Deforest::LogTest: test_percentile
16721
+ ----------------------------------
16722
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16723
+  (0.0ms) rollback transaction
16724
+  (0.0ms) begin transaction
16725
+ -----------------------------------------------------
16726
+ Deforest::LogTest: test_get_highlight_colors_for_file
16727
+ -----------------------------------------------------
16728
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16729
+  (0.0ms) rollback transaction
16730
+  (0.0ms) begin transaction
16731
+ --------------------------------------
16732
+ Deforest::LogTest: test_get_model_name
16733
+ --------------------------------------
16734
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16735
+  (0.1ms) rollback transaction
16736
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
16737
+  (0.1ms) begin transaction
16738
+ Fixture Delete (0.6ms) DELETE FROM "posts"
16739
+ Fixture Insert (0.3ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:46:24', '2023-02-22 15:46:24', 980190962)
16740
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:46:24', '2023-02-22 15:46:24', 298486374)
16741
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
16742
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 15:46:24', '2023-02-22 15:46:24', 980190962)
16743
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 15:46:24', '2023-02-22 15:46:24', 298486374)
16744
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 15:46:24', '2023-02-22 15:46:24', 113629430)
16745
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 15:46:24', '2023-02-22 15:46:24', 933434481)
16746
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 15:46:24', '2023-02-22 15:46:24', 303968118)
16747
+  (0.9ms) commit transaction
16748
+  (0.0ms) begin transaction
16749
+ -----------------------------------------------------------------------
16750
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16751
+ -----------------------------------------------------------------------
16752
+  (0.1ms) rollback transaction
16753
+  (0.1ms) begin transaction
16754
+ ---------------------------------------------------------------------------
16755
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16756
+ ---------------------------------------------------------------------------
16757
+  (0.1ms) rollback transaction
16758
+  (0.1ms) begin transaction
16759
+ -----------------------------------
16760
+ DeforestTest: test_insert_into_logs
16761
+ -----------------------------------
16762
+  (0.1ms) rollback transaction
16763
+  (0.0ms) begin transaction
16764
+ ------------------------------------------
16765
+ DeforestTest: test_parse_and_save_log_file
16766
+ ------------------------------------------
16767
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 15:46:24 UTC', '2023-02-22 15:46:24 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 15:46:24 UTC', '2023-02-22 15:46:24 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 15:46:24 UTC', '2023-02-22 15:46:24 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 15:46:24 UTC', '2023-02-22 15:46:24 UTC');
16768
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16769
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16770
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16771
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16772
+  (0.2ms) rollback transaction
16773
+  (0.0ms) begin transaction
16774
+ --------------------------------------
16775
+ Deforest::LogTest: test_get_model_name
16776
+ --------------------------------------
16777
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16778
+  (0.0ms) rollback transaction
16779
+  (0.0ms) begin transaction
16780
+ ----------------------------------
16781
+ Deforest::LogTest: test_percentile
16782
+ ----------------------------------
16783
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16784
+  (0.0ms) rollback transaction
16785
+  (0.0ms) begin transaction
16786
+ -----------------------------------------------------
16787
+ Deforest::LogTest: test_get_highlight_colors_for_file
16788
+ -----------------------------------------------------
16789
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16790
+  (0.0ms) rollback transaction
16791
+  (0.0ms) begin transaction
16792
+ ---------------------------------------------------------------------
16793
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16794
+ ---------------------------------------------------------------------
16795
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16796
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16797
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16798
+  (0.0ms) rollback transaction
16799
+  (0.0ms) begin transaction
16800
+ ------------------------------------------------------------------------
16801
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16802
+ ------------------------------------------------------------------------
16803
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16804
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16805
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 15:46:24 UTC', '2023-02-22 15:46:24 UTC');
16806
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16807
+  (0.5ms) rollback transaction
16808
+  (0.0ms) begin transaction
16809
+ -----------------------------
16810
+ PostTest: test_get_app_models
16811
+ -----------------------------
16812
+  (0.0ms) rollback transaction
16813
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
16814
+  (0.1ms) begin transaction
16815
+ Fixture Delete (0.9ms) DELETE FROM "posts"
16816
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:55:29', '2023-02-22 15:55:29', 980190962)
16817
+ Fixture Insert (0.2ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:55:29', '2023-02-22 15:55:29', 298486374)
16818
+ Fixture Delete (0.5ms) DELETE FROM "deforest_logs"
16819
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 15:55:29', '2023-02-22 15:55:29', 980190962)
16820
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 15:55:29', '2023-02-22 15:55:29', 298486374)
16821
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 15:55:29', '2023-02-22 15:55:29', 113629430)
16822
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 15:55:29', '2023-02-22 15:55:29', 933434481)
16823
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 15:55:29', '2023-02-22 15:55:29', 303968118)
16824
+  (1.0ms) commit transaction
16825
+  (0.1ms) begin transaction
16826
+ -----------------------------
16827
+ PostTest: test_get_app_models
16828
+ -----------------------------
16829
+  (0.0ms) rollback transaction
16830
+  (0.0ms) begin transaction
16831
+ ---------------------------------------------------------------------
16832
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16833
+ ---------------------------------------------------------------------
16834
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16835
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16836
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16837
+  (0.0ms) rollback transaction
16838
+  (0.1ms) begin transaction
16839
+ ------------------------------------------------------------------------
16840
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16841
+ ------------------------------------------------------------------------
16842
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16843
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16844
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 15:55:29 UTC', '2023-02-22 15:55:29 UTC');
16845
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16846
+  (0.3ms) rollback transaction
16847
+  (0.0ms) begin transaction
16848
+ ---------------------------------------------------------------------------
16849
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16850
+ ---------------------------------------------------------------------------
16851
+  (0.1ms) rollback transaction
16852
+  (0.1ms) begin transaction
16853
+ -----------------------------------------------------------------------
16854
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16855
+ -----------------------------------------------------------------------
16856
+  (0.1ms) rollback transaction
16857
+  (0.1ms) begin transaction
16858
+ -----------------------------------
16859
+ DeforestTest: test_insert_into_logs
16860
+ -----------------------------------
16861
+  (0.1ms) rollback transaction
16862
+  (0.0ms) begin transaction
16863
+ ------------------------------------------
16864
+ DeforestTest: test_parse_and_save_log_file
16865
+ ------------------------------------------
16866
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 15:55:29 UTC', '2023-02-22 15:55:29 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 15:55:29 UTC', '2023-02-22 15:55:29 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 15:55:29 UTC', '2023-02-22 15:55:29 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 15:55:29 UTC', '2023-02-22 15:55:29 UTC');
16867
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16868
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16869
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16870
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16871
+  (0.3ms) rollback transaction
16872
+  (0.0ms) begin transaction
16873
+ -----------------------------------------------------
16874
+ Deforest::LogTest: test_get_highlight_colors_for_file
16875
+ -----------------------------------------------------
16876
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16877
+  (0.0ms) rollback transaction
16878
+  (0.0ms) begin transaction
16879
+ --------------------------------------
16880
+ Deforest::LogTest: test_get_model_name
16881
+ --------------------------------------
16882
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16883
+  (0.0ms) rollback transaction
16884
+  (0.0ms) begin transaction
16885
+ ----------------------------------
16886
+ Deforest::LogTest: test_percentile
16887
+ ----------------------------------
16888
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16889
+  (0.0ms) rollback transaction
16890
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16891
+  (0.0ms) begin transaction
16892
+ Fixture Delete (0.2ms) DELETE FROM "posts"
16893
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:56:03', '2023-02-22 15:56:03', 980190962)
16894
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 15:56:03', '2023-02-22 15:56:03', 298486374)
16895
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
16896
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 15:56:03', '2023-02-22 15:56:03', 980190962)
16897
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 15:56:03', '2023-02-22 15:56:03', 298486374)
16898
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 15:56:03', '2023-02-22 15:56:03', 113629430)
16899
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 15:56:03', '2023-02-22 15:56:03', 933434481)
16900
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 15:56:03', '2023-02-22 15:56:03', 303968118)
16901
+  (3.2ms) commit transaction
16902
+  (0.1ms) begin transaction
16903
+ ---------------------------------------------------------------------------
16904
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16905
+ ---------------------------------------------------------------------------
16906
+  (0.1ms) rollback transaction
16907
+  (0.1ms) begin transaction
16908
+ -----------------------------------------------------------------------
16909
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16910
+ -----------------------------------------------------------------------
16911
+  (0.1ms) rollback transaction
16912
+  (0.1ms) begin transaction
16913
+ ------------------------------------------
16914
+ DeforestTest: test_parse_and_save_log_file
16915
+ ------------------------------------------
16916
+  (0.7ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 15:56:03 UTC', '2023-02-22 15:56:03 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 15:56:03 UTC', '2023-02-22 15:56:03 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 15:56:03 UTC', '2023-02-22 15:56:03 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 15:56:03 UTC', '2023-02-22 15:56:03 UTC');
16917
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
16918
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
16919
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
16920
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
16921
+  (0.2ms) rollback transaction
16922
+  (0.0ms) begin transaction
16923
+ -----------------------------------
16924
+ DeforestTest: test_insert_into_logs
16925
+ -----------------------------------
16926
+  (0.1ms) rollback transaction
16927
+  (0.0ms) begin transaction
16928
+ ------------------------------------------------------------------------
16929
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
16930
+ ------------------------------------------------------------------------
16931
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16932
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
16933
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 15:56:03 UTC', '2023-02-22 15:56:03 UTC');
16934
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16935
+  (0.4ms) rollback transaction
16936
+  (0.0ms) begin transaction
16937
+ -----------------------------
16938
+ PostTest: test_get_app_models
16939
+ -----------------------------
16940
+  (0.0ms) rollback transaction
16941
+  (0.1ms) begin transaction
16942
+ ---------------------------------------------------------------------
16943
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
16944
+ ---------------------------------------------------------------------
16945
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
16946
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16947
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
16948
+  (0.0ms) rollback transaction
16949
+  (0.0ms) begin transaction
16950
+ ----------------------------------
16951
+ Deforest::LogTest: test_percentile
16952
+ ----------------------------------
16953
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16954
+  (0.0ms) rollback transaction
16955
+  (0.0ms) begin transaction
16956
+ -----------------------------------------------------
16957
+ Deforest::LogTest: test_get_highlight_colors_for_file
16958
+ -----------------------------------------------------
16959
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
16960
+  (0.0ms) rollback transaction
16961
+  (0.0ms) begin transaction
16962
+ --------------------------------------
16963
+ Deforest::LogTest: test_get_model_name
16964
+ --------------------------------------
16965
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
16966
+  (0.0ms) rollback transaction
16967
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
16968
+  (0.1ms) begin transaction
16969
+ Fixture Delete (0.8ms) DELETE FROM "posts"
16970
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 16:11:33', '2023-02-22 16:11:33', 980190962)
16971
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 16:11:33', '2023-02-22 16:11:33', 298486374)
16972
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
16973
+ Fixture Insert (0.2ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 16:11:33', '2023-02-22 16:11:33', 980190962)
16974
+ Fixture Insert (0.2ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 16:11:33', '2023-02-22 16:11:33', 298486374)
16975
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 16:11:33', '2023-02-22 16:11:33', 113629430)
16976
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 16:11:33', '2023-02-22 16:11:33', 933434481)
16977
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 16:11:33', '2023-02-22 16:11:33', 303968118)
16978
+  (1.2ms) commit transaction
16979
+  (0.0ms) begin transaction
16980
+ -----------------------------------
16981
+ DeforestTest: test_insert_into_logs
16982
+ -----------------------------------
16983
+  (0.0ms) rollback transaction
16984
+  (0.1ms) begin transaction
16985
+ -----------------------------------------------------------------------
16986
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
16987
+ -----------------------------------------------------------------------
16988
+  (0.0ms) rollback transaction
16989
+  (0.0ms) begin transaction
16990
+ ---------------------------------------------------------------------------
16991
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
16992
+ ---------------------------------------------------------------------------
16993
+  (0.1ms) rollback transaction
16994
+  (0.0ms) begin transaction
16995
+ ------------------------------------------
16996
+ DeforestTest: test_parse_and_save_log_file
16997
+ ------------------------------------------
16998
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 16:11:33 UTC', '2023-02-22 16:11:33 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 16:11:33 UTC', '2023-02-22 16:11:33 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 16:11:33 UTC', '2023-02-22 16:11:33 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 16:11:33 UTC', '2023-02-22 16:11:33 UTC');
16999
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17000
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17001
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17002
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17003
+  (0.2ms) rollback transaction
17004
+  (0.0ms) begin transaction
17005
+ ---------------------------------------------------------------------
17006
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17007
+ ---------------------------------------------------------------------
17008
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17009
+ Post Load (0.0ms) SELECT "posts".* FROM "posts"
17010
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17011
+  (0.0ms) rollback transaction
17012
+  (0.0ms) begin transaction
17013
+ ------------------------------------------------------------------------
17014
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17015
+ ------------------------------------------------------------------------
17016
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17017
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17018
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 16:11:33 UTC', '2023-02-22 16:11:33 UTC');
17019
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17020
+  (0.3ms) rollback transaction
17021
+  (0.0ms) begin transaction
17022
+ -----------------------------
17023
+ PostTest: test_get_app_models
17024
+ -----------------------------
17025
+  (0.0ms) rollback transaction
17026
+  (0.0ms) begin transaction
17027
+ -----------------------------------------------------
17028
+ Deforest::LogTest: test_get_highlight_colors_for_file
17029
+ -----------------------------------------------------
17030
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17031
+  (0.1ms) rollback transaction
17032
+  (0.1ms) begin transaction
17033
+ --------------------------------------
17034
+ Deforest::LogTest: test_get_model_name
17035
+ --------------------------------------
17036
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17037
+  (0.1ms) rollback transaction
17038
+  (0.0ms) begin transaction
17039
+ ----------------------------------
17040
+ Deforest::LogTest: test_percentile
17041
+ ----------------------------------
17042
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17043
+  (0.0ms) rollback transaction
17044
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
17045
+  (0.1ms) begin transaction
17046
+ Fixture Delete (0.8ms) DELETE FROM "posts"
17047
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 16:12:17', '2023-02-22 16:12:17', 980190962)
17048
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 16:12:17', '2023-02-22 16:12:17', 298486374)
17049
+ Fixture Delete (0.3ms) DELETE FROM "deforest_logs"
17050
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 16:12:17', '2023-02-22 16:12:17', 980190962)
17051
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 16:12:17', '2023-02-22 16:12:17', 298486374)
17052
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 16:12:17', '2023-02-22 16:12:17', 113629430)
17053
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 16:12:17', '2023-02-22 16:12:17', 933434481)
17054
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 16:12:17', '2023-02-22 16:12:17', 303968118)
17055
+  (1.0ms) commit transaction
17056
+  (0.0ms) begin transaction
17057
+ -----------------------------------------------------------------------
17058
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17059
+ -----------------------------------------------------------------------
17060
+  (0.0ms) rollback transaction
17061
+  (0.1ms) begin transaction
17062
+ ---------------------------------------------------------------------------
17063
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17064
+ ---------------------------------------------------------------------------
17065
+  (0.1ms) rollback transaction
17066
+  (0.0ms) begin transaction
17067
+ ------------------------------------------
17068
+ DeforestTest: test_parse_and_save_log_file
17069
+ ------------------------------------------
17070
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 16:12:17 UTC', '2023-02-22 16:12:17 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 16:12:17 UTC', '2023-02-22 16:12:17 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 16:12:17 UTC', '2023-02-22 16:12:17 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 16:12:17 UTC', '2023-02-22 16:12:17 UTC');
17071
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17072
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17073
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17074
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17075
+  (0.2ms) rollback transaction
17076
+  (0.1ms) begin transaction
17077
+ -----------------------------------
17078
+ DeforestTest: test_insert_into_logs
17079
+ -----------------------------------
17080
+  (0.1ms) rollback transaction
17081
+  (0.1ms) begin transaction
17082
+ -----------------------------------------------------
17083
+ Deforest::LogTest: test_get_highlight_colors_for_file
17084
+ -----------------------------------------------------
17085
+ Deforest::Log Load (0.4ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17086
+  (0.0ms) rollback transaction
17087
+  (0.0ms) begin transaction
17088
+ ----------------------------------
17089
+ Deforest::LogTest: test_percentile
17090
+ ----------------------------------
17091
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17092
+  (0.0ms) rollback transaction
17093
+  (0.0ms) begin transaction
17094
+ --------------------------------------
17095
+ Deforest::LogTest: test_get_model_name
17096
+ --------------------------------------
17097
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17098
+  (0.0ms) rollback transaction
17099
+  (0.0ms) begin transaction
17100
+ -----------------------------
17101
+ PostTest: test_get_app_models
17102
+ -----------------------------
17103
+  (0.0ms) rollback transaction
17104
+  (0.1ms) begin transaction
17105
+ ---------------------------------------------------------------------
17106
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17107
+ ---------------------------------------------------------------------
17108
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17109
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17110
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17111
+  (0.0ms) rollback transaction
17112
+  (0.0ms) begin transaction
17113
+ ------------------------------------------------------------------------
17114
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17115
+ ------------------------------------------------------------------------
17116
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17117
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17118
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 16:12:17 UTC', '2023-02-22 16:12:17 UTC');
17119
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17120
+  (0.3ms) rollback transaction
17121
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
17122
+  (0.1ms) begin transaction
17123
+ Fixture Delete (0.9ms) DELETE FROM "posts"
17124
+ Fixture Insert (0.5ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 16:15:54', '2023-02-22 16:15:54', 980190962)
17125
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 16:15:54', '2023-02-22 16:15:54', 298486374)
17126
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
17127
+ Fixture Insert (0.2ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 16:15:54', '2023-02-22 16:15:54', 980190962)
17128
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 16:15:54', '2023-02-22 16:15:54', 298486374)
17129
+ Fixture Insert (0.2ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 16:15:54', '2023-02-22 16:15:54', 113629430)
17130
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 16:15:54', '2023-02-22 16:15:54', 933434481)
17131
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 16:15:54', '2023-02-22 16:15:54', 303968118)
17132
+  (1.2ms) commit transaction
17133
+  (0.0ms) begin transaction
17134
+ -----------------------------
17135
+ PostTest: test_get_app_models
17136
+ -----------------------------
17137
+  (0.0ms) rollback transaction
17138
+  (0.0ms) begin transaction
17139
+ ---------------------------------------------------------------------
17140
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17141
+ ---------------------------------------------------------------------
17142
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17143
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17144
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17145
+  (0.0ms) rollback transaction
17146
+  (0.0ms) begin transaction
17147
+ ------------------------------------------------------------------------
17148
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17149
+ ------------------------------------------------------------------------
17150
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17151
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17152
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 16:15:54 UTC', '2023-02-22 16:15:54 UTC');
17153
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17154
+  (0.3ms) rollback transaction
17155
+  (0.0ms) begin transaction
17156
+ ---------------------------------------------------------------------------
17157
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17158
+ ---------------------------------------------------------------------------
17159
+  (0.0ms) rollback transaction
17160
+  (0.1ms) begin transaction
17161
+ ------------------------------------------
17162
+ DeforestTest: test_parse_and_save_log_file
17163
+ ------------------------------------------
17164
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 16:15:54 UTC', '2023-02-22 16:15:54 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 16:15:54 UTC', '2023-02-22 16:15:54 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 16:15:54 UTC', '2023-02-22 16:15:54 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 16:15:54 UTC', '2023-02-22 16:15:54 UTC');
17165
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17166
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17167
+ Deforest::Log Load (0.3ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17168
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17169
+  (0.5ms) rollback transaction
17170
+  (0.1ms) begin transaction
17171
+ -----------------------------------------------------------------------
17172
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17173
+ -----------------------------------------------------------------------
17174
+  (0.1ms) rollback transaction
17175
+  (0.1ms) begin transaction
17176
+ -----------------------------------
17177
+ DeforestTest: test_insert_into_logs
17178
+ -----------------------------------
17179
+  (0.1ms) rollback transaction
17180
+  (0.0ms) begin transaction
17181
+ -----------------------------------------------------
17182
+ Deforest::LogTest: test_get_highlight_colors_for_file
17183
+ -----------------------------------------------------
17184
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17185
+  (0.0ms) rollback transaction
17186
+  (0.0ms) begin transaction
17187
+ --------------------------------------
17188
+ Deforest::LogTest: test_get_model_name
17189
+ --------------------------------------
17190
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17191
+  (0.0ms) rollback transaction
17192
+  (0.0ms) begin transaction
17193
+ ----------------------------------
17194
+ Deforest::LogTest: test_percentile
17195
+ ----------------------------------
17196
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17197
+  (0.0ms) rollback transaction
17198
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
17199
+  (0.1ms) begin transaction
17200
+ Fixture Delete (0.8ms) DELETE FROM "posts"
17201
+ Fixture Insert (0.5ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 16:25:43', '2023-02-22 16:25:43', 980190962)
17202
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 16:25:43', '2023-02-22 16:25:43', 298486374)
17203
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
17204
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 16:25:43', '2023-02-22 16:25:43', 980190962)
17205
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 16:25:43', '2023-02-22 16:25:43', 298486374)
17206
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 16:25:43', '2023-02-22 16:25:43', 113629430)
17207
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 16:25:43', '2023-02-22 16:25:43', 933434481)
17208
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 16:25:43', '2023-02-22 16:25:43', 303968118)
17209
+  (1.3ms) commit transaction
17210
+  (0.1ms) begin transaction
17211
+ ---------------------------------------------------------------------
17212
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17213
+ ---------------------------------------------------------------------
17214
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17215
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17216
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17217
+  (0.1ms) rollback transaction
17218
+  (0.0ms) begin transaction
17219
+ -----------------------------
17220
+ PostTest: test_get_app_models
17221
+ -----------------------------
17222
+  (0.1ms) rollback transaction
17223
+  (0.1ms) begin transaction
17224
+ ------------------------------------------------------------------------
17225
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17226
+ ------------------------------------------------------------------------
17227
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17228
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17229
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 16:25:43 UTC', '2023-02-22 16:25:43 UTC');
17230
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17231
+  (0.4ms) rollback transaction
17232
+  (0.0ms) begin transaction
17233
+ ---------------------------------------------------------------------------
17234
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17235
+ ---------------------------------------------------------------------------
17236
+  (0.1ms) rollback transaction
17237
+  (0.0ms) begin transaction
17238
+ -----------------------------------
17239
+ DeforestTest: test_insert_into_logs
17240
+ -----------------------------------
17241
+  (0.1ms) rollback transaction
17242
+  (0.1ms) begin transaction
17243
+ ------------------------------------------
17244
+ DeforestTest: test_parse_and_save_log_file
17245
+ ------------------------------------------
17246
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 16:25:43 UTC', '2023-02-22 16:25:43 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 16:25:43 UTC', '2023-02-22 16:25:43 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 16:25:43 UTC', '2023-02-22 16:25:43 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 16:25:43 UTC', '2023-02-22 16:25:43 UTC');
17247
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17248
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17249
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17250
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17251
+  (0.3ms) rollback transaction
17252
+  (0.1ms) begin transaction
17253
+ -----------------------------------------------------------------------
17254
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17255
+ -----------------------------------------------------------------------
17256
+  (0.0ms) rollback transaction
17257
+  (0.0ms) begin transaction
17258
+ ----------------------------------
17259
+ Deforest::LogTest: test_percentile
17260
+ ----------------------------------
17261
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17262
+  (0.0ms) rollback transaction
17263
+  (0.0ms) begin transaction
17264
+ -----------------------------------------------------
17265
+ Deforest::LogTest: test_get_highlight_colors_for_file
17266
+ -----------------------------------------------------
17267
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17268
+  (0.0ms) rollback transaction
17269
+  (0.0ms) begin transaction
17270
+ --------------------------------------
17271
+ Deforest::LogTest: test_get_model_name
17272
+ --------------------------------------
17273
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17274
+  (0.0ms) rollback transaction
17275
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
17276
+  (0.1ms) begin transaction
17277
+ Fixture Delete (0.8ms) DELETE FROM "posts"
17278
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:11:58', '2023-02-22 18:11:58', 980190962)
17279
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:11:58', '2023-02-22 18:11:58', 298486374)
17280
+ Fixture Delete (0.6ms) DELETE FROM "deforest_logs"
17281
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:11:58', '2023-02-22 18:11:58', 980190962)
17282
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:11:58', '2023-02-22 18:11:58', 298486374)
17283
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:11:58', '2023-02-22 18:11:58', 113629430)
17284
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:11:58', '2023-02-22 18:11:58', 933434481)
17285
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:11:58', '2023-02-22 18:11:58', 303968118)
17286
+  (1.0ms) commit transaction
17287
+  (0.0ms) begin transaction
17288
+ -----------------------------------------------------
17289
+ Deforest::LogTest: test_get_highlight_colors_for_file
17290
+ -----------------------------------------------------
17291
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17292
+  (0.0ms) rollback transaction
17293
+  (0.0ms) begin transaction
17294
+ --------------------------------------
17295
+ Deforest::LogTest: test_get_model_name
17296
+ --------------------------------------
17297
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17298
+  (0.0ms) rollback transaction
17299
+  (0.0ms) begin transaction
17300
+ ----------------------------------
17301
+ Deforest::LogTest: test_percentile
17302
+ ----------------------------------
17303
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17304
+  (0.0ms) rollback transaction
17305
+  (0.1ms) begin transaction
17306
+ -----------------------------------------------------------------------
17307
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17308
+ -----------------------------------------------------------------------
17309
+  (0.1ms) rollback transaction
17310
+  (0.1ms) begin transaction
17311
+ ---------------------------------------------------------------------------
17312
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17313
+ ---------------------------------------------------------------------------
17314
+  (0.1ms) rollback transaction
17315
+  (0.0ms) begin transaction
17316
+ -----------------------------------
17317
+ DeforestTest: test_insert_into_logs
17318
+ -----------------------------------
17319
+  (0.1ms) rollback transaction
17320
+  (0.1ms) begin transaction
17321
+ ------------------------------------------
17322
+ DeforestTest: test_parse_and_save_log_file
17323
+ ------------------------------------------
17324
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:11:58 UTC', '2023-02-22 18:11:58 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:11:58 UTC', '2023-02-22 18:11:58 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:11:58 UTC', '2023-02-22 18:11:58 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:11:58 UTC', '2023-02-22 18:11:58 UTC');
17325
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17326
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17327
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17328
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17329
+  (0.3ms) rollback transaction
17330
+  (0.0ms) begin transaction
17331
+ ---------------------------------------------------------------------
17332
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17333
+ ---------------------------------------------------------------------
17334
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17335
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:11:58 UTC', '2023-02-22 18:11:58 UTC');
17336
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17337
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17338
+  (0.2ms) rollback transaction
17339
+  (0.0ms) begin transaction
17340
+ ------------------------------------------------------------------------
17341
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17342
+ ------------------------------------------------------------------------
17343
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17344
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17345
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:11:58 UTC', '2023-02-22 18:11:58 UTC');
17346
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17347
+  (0.3ms) rollback transaction
17348
+  (0.0ms) begin transaction
17349
+ -----------------------------
17350
+ PostTest: test_get_app_models
17351
+ -----------------------------
17352
+  (0.0ms) rollback transaction
17353
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17354
+  (0.1ms) begin transaction
17355
+ Fixture Delete (0.3ms) DELETE FROM "posts"
17356
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:13:26', '2023-02-22 18:13:26', 980190962)
17357
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:13:26', '2023-02-22 18:13:26', 298486374)
17358
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
17359
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:13:26', '2023-02-22 18:13:26', 980190962)
17360
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:13:26', '2023-02-22 18:13:26', 298486374)
17361
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:13:26', '2023-02-22 18:13:26', 113629430)
17362
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:13:26', '2023-02-22 18:13:26', 933434481)
17363
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:13:26', '2023-02-22 18:13:26', 303968118)
17364
+  (3.1ms) commit transaction
17365
+  (0.1ms) begin transaction
17366
+ -----------------------------------------------------
17367
+ Deforest::LogTest: test_get_highlight_colors_for_file
17368
+ -----------------------------------------------------
17369
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17370
+  (0.1ms) rollback transaction
17371
+  (0.1ms) begin transaction
17372
+ --------------------------------------
17373
+ Deforest::LogTest: test_get_model_name
17374
+ --------------------------------------
17375
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17376
+  (0.0ms) rollback transaction
17377
+  (0.0ms) begin transaction
17378
+ ----------------------------------
17379
+ Deforest::LogTest: test_percentile
17380
+ ----------------------------------
17381
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17382
+  (0.0ms) rollback transaction
17383
+  (0.1ms) begin transaction
17384
+ ------------------------------------------------------------------------
17385
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17386
+ ------------------------------------------------------------------------
17387
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17388
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17389
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:13:26 UTC', '2023-02-22 18:13:26 UTC');
17390
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17391
+  (0.3ms) rollback transaction
17392
+  (0.0ms) begin transaction
17393
+ -----------------------------
17394
+ PostTest: test_get_app_models
17395
+ -----------------------------
17396
+  (0.1ms) rollback transaction
17397
+  (0.1ms) begin transaction
17398
+ ---------------------------------------------------------------------
17399
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17400
+ ---------------------------------------------------------------------
17401
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17402
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:13:26 UTC', '2023-02-22 18:13:26 UTC');
17403
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17404
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17405
+  (0.4ms) rollback transaction
17406
+  (0.0ms) begin transaction
17407
+ -----------------------------------------------------------------------
17408
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17409
+ -----------------------------------------------------------------------
17410
+  (0.1ms) rollback transaction
17411
+  (0.1ms) begin transaction
17412
+ ---------------------------------------------------------------------------
17413
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17414
+ ---------------------------------------------------------------------------
17415
+  (0.1ms) rollback transaction
17416
+  (0.0ms) begin transaction
17417
+ -----------------------------------
17418
+ DeforestTest: test_insert_into_logs
17419
+ -----------------------------------
17420
+  (0.1ms) rollback transaction
17421
+  (0.0ms) begin transaction
17422
+ ------------------------------------------
17423
+ DeforestTest: test_parse_and_save_log_file
17424
+ ------------------------------------------
17425
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:13:26 UTC', '2023-02-22 18:13:26 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:13:26 UTC', '2023-02-22 18:13:26 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:13:26 UTC', '2023-02-22 18:13:26 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:13:26 UTC', '2023-02-22 18:13:26 UTC');
17426
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17427
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17428
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17429
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17430
+  (0.3ms) rollback transaction
17431
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
17432
+  (0.1ms) begin transaction
17433
+ Fixture Delete (0.6ms) DELETE FROM "posts"
17434
+ Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:18:15', '2023-02-22 18:18:15', 980190962)
17435
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:18:15', '2023-02-22 18:18:15', 298486374)
17436
+ Fixture Delete (0.3ms) DELETE FROM "deforest_logs"
17437
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:18:15', '2023-02-22 18:18:15', 980190962)
17438
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:18:15', '2023-02-22 18:18:15', 298486374)
17439
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:18:15', '2023-02-22 18:18:15', 113629430)
17440
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:18:15', '2023-02-22 18:18:15', 933434481)
17441
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:18:15', '2023-02-22 18:18:15', 303968118)
17442
+  (1.2ms) commit transaction
17443
+  (0.0ms) begin transaction
17444
+ ---------------------------------------------------------------------------
17445
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17446
+ ---------------------------------------------------------------------------
17447
+  (0.0ms) rollback transaction
17448
+  (0.1ms) begin transaction
17449
+ -----------------------------------
17450
+ DeforestTest: test_insert_into_logs
17451
+ -----------------------------------
17452
+  (0.0ms) rollback transaction
17453
+  (0.0ms) begin transaction
17454
+ ------------------------------------------
17455
+ DeforestTest: test_parse_and_save_log_file
17456
+ ------------------------------------------
17457
+  (1.0ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:18:15 UTC', '2023-02-22 18:18:15 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:18:15 UTC', '2023-02-22 18:18:15 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:18:15 UTC', '2023-02-22 18:18:15 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:18:15 UTC', '2023-02-22 18:18:15 UTC');
17458
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17459
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17460
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17461
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17462
+  (0.2ms) rollback transaction
17463
+  (0.0ms) begin transaction
17464
+ -----------------------------------------------------------------------
17465
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17466
+ -----------------------------------------------------------------------
17467
+  (0.1ms) rollback transaction
17468
+  (0.0ms) begin transaction
17469
+ ----------------------------------
17470
+ Deforest::LogTest: test_percentile
17471
+ ----------------------------------
17472
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17473
+  (0.0ms) rollback transaction
17474
+  (0.0ms) begin transaction
17475
+ -----------------------------------------------------
17476
+ Deforest::LogTest: test_get_highlight_colors_for_file
17477
+ -----------------------------------------------------
17478
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17479
+  (0.0ms) rollback transaction
17480
+  (0.1ms) begin transaction
17481
+ --------------------------------------
17482
+ Deforest::LogTest: test_get_model_name
17483
+ --------------------------------------
17484
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17485
+  (0.0ms) rollback transaction
17486
+  (0.0ms) begin transaction
17487
+ ---------------------------------------------------------------------
17488
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17489
+ ---------------------------------------------------------------------
17490
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17491
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:18:15 UTC', '2023-02-22 18:18:15 UTC');
17492
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17493
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17494
+  (0.3ms) rollback transaction
17495
+  (0.0ms) begin transaction
17496
+ ------------------------------------------------------------------------
17497
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17498
+ ------------------------------------------------------------------------
17499
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17500
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17501
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:18:15 UTC', '2023-02-22 18:18:15 UTC');
17502
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17503
+  (0.2ms) rollback transaction
17504
+  (0.1ms) begin transaction
17505
+ -----------------------------
17506
+ PostTest: test_get_app_models
17507
+ -----------------------------
17508
+  (0.0ms) rollback transaction
17509
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
17510
+  (0.1ms) begin transaction
17511
+ Fixture Delete (0.7ms) DELETE FROM "posts"
17512
+ Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:45:35', '2023-02-22 18:45:35', 980190962)
17513
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:45:35', '2023-02-22 18:45:35', 298486374)
17514
+ Fixture Delete (1.2ms) DELETE FROM "deforest_logs"
17515
+ Fixture Insert (0.2ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:45:35', '2023-02-22 18:45:35', 980190962)
17516
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:45:35', '2023-02-22 18:45:35', 298486374)
17517
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:45:35', '2023-02-22 18:45:35', 113629430)
17518
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:45:35', '2023-02-22 18:45:35', 933434481)
17519
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:45:35', '2023-02-22 18:45:35', 303968118)
17520
+  (0.8ms) commit transaction
17521
+  (0.0ms) begin transaction
17522
+ ---------------------------------------------------------------------------
17523
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17524
+ ---------------------------------------------------------------------------
17525
+  (0.1ms) rollback transaction
17526
+  (0.1ms) begin transaction
17527
+ -----------------------------------------------------------------------
17528
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17529
+ -----------------------------------------------------------------------
17530
+  (0.0ms) rollback transaction
17531
+  (0.0ms) begin transaction
17532
+ -----------------------------------
17533
+ DeforestTest: test_insert_into_logs
17534
+ -----------------------------------
17535
+  (0.0ms) rollback transaction
17536
+  (0.1ms) begin transaction
17537
+ ------------------------------------------
17538
+ DeforestTest: test_parse_and_save_log_file
17539
+ ------------------------------------------
17540
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:45:35 UTC', '2023-02-22 18:45:35 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:45:35 UTC', '2023-02-22 18:45:35 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:45:35 UTC', '2023-02-22 18:45:35 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:45:35 UTC', '2023-02-22 18:45:35 UTC');
17541
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17542
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17543
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17544
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17545
+  (0.2ms) rollback transaction
17546
+  (0.0ms) begin transaction
17547
+ ---------------------------------------------------------------------
17548
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17549
+ ---------------------------------------------------------------------
17550
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17551
+  (0.0ms) rollback transaction
17552
+  (0.0ms) begin transaction
17553
+ ------------------------------------------------------------------------
17554
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17555
+ ------------------------------------------------------------------------
17556
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17557
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17558
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:45:35 UTC', '2023-02-22 18:45:35 UTC');
17559
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17560
+  (0.3ms) rollback transaction
17561
+  (0.0ms) begin transaction
17562
+ -----------------------------
17563
+ PostTest: test_get_app_models
17564
+ -----------------------------
17565
+  (0.0ms) rollback transaction
17566
+  (0.0ms) begin transaction
17567
+ -----------------------------------------------------
17568
+ Deforest::LogTest: test_get_highlight_colors_for_file
17569
+ -----------------------------------------------------
17570
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17571
+  (0.1ms) rollback transaction
17572
+  (0.0ms) begin transaction
17573
+ --------------------------------------
17574
+ Deforest::LogTest: test_get_model_name
17575
+ --------------------------------------
17576
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17577
+  (0.0ms) rollback transaction
17578
+  (0.0ms) begin transaction
17579
+ ----------------------------------
17580
+ Deforest::LogTest: test_percentile
17581
+ ----------------------------------
17582
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17583
+  (0.0ms) rollback transaction
17584
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
17585
+  (0.1ms) begin transaction
17586
+ Fixture Delete (0.8ms) DELETE FROM "posts"
17587
+ Fixture Insert (0.6ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:46:33', '2023-02-22 18:46:33', 980190962)
17588
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:46:33', '2023-02-22 18:46:33', 298486374)
17589
+ Fixture Delete (0.5ms) DELETE FROM "deforest_logs"
17590
+ Fixture Insert (0.2ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:46:33', '2023-02-22 18:46:33', 980190962)
17591
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:46:33', '2023-02-22 18:46:33', 298486374)
17592
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:46:33', '2023-02-22 18:46:33', 113629430)
17593
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:46:33', '2023-02-22 18:46:33', 933434481)
17594
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:46:33', '2023-02-22 18:46:33', 303968118)
17595
+  (1.4ms) commit transaction
17596
+  (0.0ms) begin transaction
17597
+ -----------------------------------------------------
17598
+ Deforest::LogTest: test_get_highlight_colors_for_file
17599
+ -----------------------------------------------------
17600
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17601
+  (0.1ms) rollback transaction
17602
+  (0.0ms) begin transaction
17603
+ ----------------------------------
17604
+ Deforest::LogTest: test_percentile
17605
+ ----------------------------------
17606
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17607
+  (0.0ms) rollback transaction
17608
+  (0.0ms) begin transaction
17609
+ --------------------------------------
17610
+ Deforest::LogTest: test_get_model_name
17611
+ --------------------------------------
17612
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17613
+  (0.5ms) rollback transaction
17614
+  (0.1ms) begin transaction
17615
+ -----------------------------------------------------------------------
17616
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17617
+ -----------------------------------------------------------------------
17618
+  (0.1ms) rollback transaction
17619
+  (0.1ms) begin transaction
17620
+ ------------------------------------------
17621
+ DeforestTest: test_parse_and_save_log_file
17622
+ ------------------------------------------
17623
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:46:33 UTC', '2023-02-22 18:46:33 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:46:33 UTC', '2023-02-22 18:46:33 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:46:33 UTC', '2023-02-22 18:46:33 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:46:33 UTC', '2023-02-22 18:46:33 UTC');
17624
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17625
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17626
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17627
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17628
+  (0.4ms) rollback transaction
17629
+  (0.1ms) begin transaction
17630
+ -----------------------------------
17631
+ DeforestTest: test_insert_into_logs
17632
+ -----------------------------------
17633
+  (0.1ms) rollback transaction
17634
+  (0.1ms) begin transaction
17635
+ ---------------------------------------------------------------------------
17636
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17637
+ ---------------------------------------------------------------------------
17638
+  (0.3ms) rollback transaction
17639
+  (0.1ms) begin transaction
17640
+ ---------------------------------------------------------------------
17641
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17642
+ ---------------------------------------------------------------------
17643
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17644
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:46:33 UTC', '2023-02-22 18:46:33 UTC');
17645
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17646
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17647
+  (0.5ms) rollback transaction
17648
+  (0.0ms) begin transaction
17649
+ -----------------------------
17650
+ PostTest: test_get_app_models
17651
+ -----------------------------
17652
+  (0.0ms) rollback transaction
17653
+  (0.1ms) begin transaction
17654
+ ------------------------------------------------------------------------
17655
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17656
+ ------------------------------------------------------------------------
17657
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17658
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17659
+  (0.2ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:46:33 UTC', '2023-02-22 18:46:33 UTC');
17660
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17661
+  (0.3ms) rollback transaction
17662
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17663
+  (0.1ms) begin transaction
17664
+ Fixture Delete (0.3ms) DELETE FROM "posts"
17665
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:46:50', '2023-02-22 18:46:50', 980190962)
17666
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:46:50', '2023-02-22 18:46:50', 298486374)
17667
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
17668
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:46:50', '2023-02-22 18:46:50', 980190962)
17669
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:46:50', '2023-02-22 18:46:50', 298486374)
17670
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:46:50', '2023-02-22 18:46:50', 113629430)
17671
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:46:50', '2023-02-22 18:46:50', 933434481)
17672
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:46:50', '2023-02-22 18:46:50', 303968118)
17673
+  (2.1ms) commit transaction
17674
+  (0.1ms) begin transaction
17675
+ -----------------------------------------------------
17676
+ Deforest::LogTest: test_get_highlight_colors_for_file
17677
+ -----------------------------------------------------
17678
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17679
+  (0.0ms) rollback transaction
17680
+  (0.0ms) begin transaction
17681
+ --------------------------------------
17682
+ Deforest::LogTest: test_get_model_name
17683
+ --------------------------------------
17684
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17685
+  (0.1ms) rollback transaction
17686
+  (0.0ms) begin transaction
17687
+ ----------------------------------
17688
+ Deforest::LogTest: test_percentile
17689
+ ----------------------------------
17690
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17691
+  (0.0ms) rollback transaction
17692
+  (0.1ms) begin transaction
17693
+ ---------------------------------------------------------------------------
17694
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17695
+ ---------------------------------------------------------------------------
17696
+  (0.1ms) rollback transaction
17697
+  (0.0ms) begin transaction
17698
+ -----------------------------------
17699
+ DeforestTest: test_insert_into_logs
17700
+ -----------------------------------
17701
+  (0.1ms) rollback transaction
17702
+  (0.1ms) begin transaction
17703
+ ------------------------------------------
17704
+ DeforestTest: test_parse_and_save_log_file
17705
+ ------------------------------------------
17706
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:46:50 UTC', '2023-02-22 18:46:50 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:46:50 UTC', '2023-02-22 18:46:50 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:46:50 UTC', '2023-02-22 18:46:50 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:46:50 UTC', '2023-02-22 18:46:50 UTC');
17707
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17708
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17709
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17710
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17711
+  (0.5ms) rollback transaction
17712
+  (0.0ms) begin transaction
17713
+ -----------------------------------------------------------------------
17714
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17715
+ -----------------------------------------------------------------------
17716
+  (0.1ms) rollback transaction
17717
+  (0.0ms) begin transaction
17718
+ ---------------------------------------------------------------------
17719
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17720
+ ---------------------------------------------------------------------
17721
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17722
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:46:50 UTC', '2023-02-22 18:46:50 UTC');
17723
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17724
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17725
+  (0.4ms) rollback transaction
17726
+  (0.1ms) begin transaction
17727
+ -----------------------------
17728
+ PostTest: test_get_app_models
17729
+ -----------------------------
17730
+  (0.0ms) rollback transaction
17731
+  (0.1ms) begin transaction
17732
+ ------------------------------------------------------------------------
17733
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17734
+ ------------------------------------------------------------------------
17735
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17736
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17737
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:46:50 UTC', '2023-02-22 18:46:50 UTC');
17738
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17739
+  (0.8ms) rollback transaction
17740
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17741
+  (0.0ms) begin transaction
17742
+ Fixture Delete (0.2ms) DELETE FROM "posts"
17743
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:46:57', '2023-02-22 18:46:57', 980190962)
17744
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:46:57', '2023-02-22 18:46:57', 298486374)
17745
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
17746
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:46:57', '2023-02-22 18:46:57', 980190962)
17747
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:46:57', '2023-02-22 18:46:57', 298486374)
17748
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:46:57', '2023-02-22 18:46:57', 113629430)
17749
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:46:57', '2023-02-22 18:46:57', 933434481)
17750
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:46:57', '2023-02-22 18:46:57', 303968118)
17751
+  (2.4ms) commit transaction
17752
+  (0.0ms) begin transaction
17753
+ -----------------------------------------------------------------------
17754
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17755
+ -----------------------------------------------------------------------
17756
+  (0.0ms) rollback transaction
17757
+  (0.1ms) begin transaction
17758
+ ---------------------------------------------------------------------------
17759
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17760
+ ---------------------------------------------------------------------------
17761
+  (0.1ms) rollback transaction
17762
+  (0.1ms) begin transaction
17763
+ -----------------------------------
17764
+ DeforestTest: test_insert_into_logs
17765
+ -----------------------------------
17766
+  (0.0ms) rollback transaction
17767
+  (0.1ms) begin transaction
17768
+ ------------------------------------------
17769
+ DeforestTest: test_parse_and_save_log_file
17770
+ ------------------------------------------
17771
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:46:57 UTC', '2023-02-22 18:46:57 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:46:57 UTC', '2023-02-22 18:46:57 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:46:57 UTC', '2023-02-22 18:46:57 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:46:57 UTC', '2023-02-22 18:46:57 UTC');
17772
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17773
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17774
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17775
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17776
+  (0.3ms) rollback transaction
17777
+  (0.0ms) begin transaction
17778
+ -----------------------------------------------------
17779
+ Deforest::LogTest: test_get_highlight_colors_for_file
17780
+ -----------------------------------------------------
17781
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17782
+  (0.0ms) rollback transaction
17783
+  (0.0ms) begin transaction
17784
+ ----------------------------------
17785
+ Deforest::LogTest: test_percentile
17786
+ ----------------------------------
17787
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17788
+  (0.0ms) rollback transaction
17789
+  (0.0ms) begin transaction
17790
+ --------------------------------------
17791
+ Deforest::LogTest: test_get_model_name
17792
+ --------------------------------------
17793
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17794
+  (0.0ms) rollback transaction
17795
+  (0.0ms) begin transaction
17796
+ -----------------------------
17797
+ PostTest: test_get_app_models
17798
+ -----------------------------
17799
+  (0.0ms) rollback transaction
17800
+  (0.0ms) begin transaction
17801
+ ------------------------------------------------------------------------
17802
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17803
+ ------------------------------------------------------------------------
17804
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17805
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17806
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:46:57 UTC', '2023-02-22 18:46:57 UTC');
17807
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17808
+  (0.2ms) rollback transaction
17809
+  (0.0ms) begin transaction
17810
+ ---------------------------------------------------------------------
17811
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17812
+ ---------------------------------------------------------------------
17813
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
17814
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:46:57 UTC', '2023-02-22 18:46:57 UTC');
17815
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
17816
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17817
+  (0.4ms) rollback transaction
17818
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
17819
+  (0.1ms) begin transaction
17820
+ Fixture Delete (2.9ms) DELETE FROM "posts"
17821
+ Fixture Insert (0.3ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:47:25', '2023-02-22 18:47:25', 980190962)
17822
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:47:25', '2023-02-22 18:47:25', 298486374)
17823
+ Fixture Delete (0.3ms) DELETE FROM "deforest_logs"
17824
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:47:25', '2023-02-22 18:47:25', 980190962)
17825
+ Fixture Insert (0.5ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:47:25', '2023-02-22 18:47:25', 298486374)
17826
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:47:25', '2023-02-22 18:47:25', 113629430)
17827
+ Fixture Insert (0.2ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:47:25', '2023-02-22 18:47:25', 933434481)
17828
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:47:25', '2023-02-22 18:47:25', 303968118)
17829
+  (1.2ms) commit transaction
17830
+  (0.1ms) begin transaction
17831
+ -----------------------------------
17832
+ DeforestTest: test_insert_into_logs
17833
+ -----------------------------------
17834
+  (0.2ms) rollback transaction
17835
+  (0.1ms) begin transaction
17836
+ -----------------------------------------------------------------------
17837
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17838
+ -----------------------------------------------------------------------
17839
+  (0.0ms) rollback transaction
17840
+  (0.0ms) begin transaction
17841
+ ------------------------------------------
17842
+ DeforestTest: test_parse_and_save_log_file
17843
+ ------------------------------------------
17844
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:47:25 UTC', '2023-02-22 18:47:25 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:47:25 UTC', '2023-02-22 18:47:25 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:47:25 UTC', '2023-02-22 18:47:25 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:47:25 UTC', '2023-02-22 18:47:25 UTC');
17845
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17846
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17847
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17848
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17849
+  (0.2ms) rollback transaction
17850
+  (0.0ms) begin transaction
17851
+ ---------------------------------------------------------------------------
17852
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17853
+ ---------------------------------------------------------------------------
17854
+  (0.1ms) rollback transaction
17855
+  (0.1ms) begin transaction
17856
+ -----------------------------------------------------
17857
+ Deforest::LogTest: test_get_highlight_colors_for_file
17858
+ -----------------------------------------------------
17859
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17860
+  (0.0ms) rollback transaction
17861
+  (0.0ms) begin transaction
17862
+ --------------------------------------
17863
+ Deforest::LogTest: test_get_model_name
17864
+ --------------------------------------
17865
+ Deforest::Log Load (0.7ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17866
+  (0.0ms) rollback transaction
17867
+  (0.0ms) begin transaction
17868
+ ----------------------------------
17869
+ Deforest::LogTest: test_percentile
17870
+ ----------------------------------
17871
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17872
+  (0.1ms) rollback transaction
17873
+  (0.0ms) begin transaction
17874
+ -----------------------------
17875
+ PostTest: test_get_app_models
17876
+ -----------------------------
17877
+  (0.1ms) rollback transaction
17878
+  (0.0ms) begin transaction
17879
+ ---------------------------------------------------------------------
17880
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17881
+ ---------------------------------------------------------------------
17882
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17883
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:47:25 UTC', '2023-02-22 18:47:25 UTC');
17884
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17885
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17886
+  (0.5ms) rollback transaction
17887
+  (0.1ms) begin transaction
17888
+ ------------------------------------------------------------------------
17889
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17890
+ ------------------------------------------------------------------------
17891
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
17892
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17893
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:47:25 UTC', '2023-02-22 18:47:25 UTC');
17894
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17895
+  (0.4ms) rollback transaction
17896
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
17897
+  (0.1ms) begin transaction
17898
+ Fixture Delete (0.6ms) DELETE FROM "posts"
17899
+ Fixture Insert (0.3ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:53:12', '2023-02-22 18:53:12', 980190962)
17900
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:53:12', '2023-02-22 18:53:12', 298486374)
17901
+ Fixture Delete (0.3ms) DELETE FROM "deforest_logs"
17902
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:53:12', '2023-02-22 18:53:12', 980190962)
17903
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:53:12', '2023-02-22 18:53:12', 298486374)
17904
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:53:12', '2023-02-22 18:53:12', 113629430)
17905
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:53:12', '2023-02-22 18:53:12', 933434481)
17906
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:53:12', '2023-02-22 18:53:12', 303968118)
17907
+  (0.9ms) commit transaction
17908
+  (0.0ms) begin transaction
17909
+ ----------------------------------
17910
+ Deforest::LogTest: test_percentile
17911
+ ----------------------------------
17912
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17913
+  (0.1ms) rollback transaction
17914
+  (0.0ms) begin transaction
17915
+ --------------------------------------
17916
+ Deforest::LogTest: test_get_model_name
17917
+ --------------------------------------
17918
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
17919
+  (0.0ms) rollback transaction
17920
+  (0.0ms) begin transaction
17921
+ -----------------------------------------------------
17922
+ Deforest::LogTest: test_get_highlight_colors_for_file
17923
+ -----------------------------------------------------
17924
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
17925
+  (0.1ms) rollback transaction
17926
+  (0.1ms) begin transaction
17927
+ ------------------------------------------------------------------------
17928
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
17929
+ ------------------------------------------------------------------------
17930
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
17931
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
17932
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:53:12 UTC', '2023-02-22 18:53:12 UTC');
17933
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17934
+  (0.2ms) rollback transaction
17935
+  (0.1ms) begin transaction
17936
+ -----------------------------
17937
+ PostTest: test_get_app_models
17938
+ -----------------------------
17939
+  (0.1ms) rollback transaction
17940
+  (0.0ms) begin transaction
17941
+ ---------------------------------------------------------------------
17942
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
17943
+ ---------------------------------------------------------------------
17944
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
17945
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:53:12 UTC', '2023-02-22 18:53:12 UTC');
17946
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17947
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
17948
+  (0.3ms) rollback transaction
17949
+  (0.0ms) begin transaction
17950
+ ------------------------------------------
17951
+ DeforestTest: test_parse_and_save_log_file
17952
+ ------------------------------------------
17953
+  (0.4ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:53:12 UTC', '2023-02-22 18:53:12 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:53:12 UTC', '2023-02-22 18:53:12 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:53:12 UTC', '2023-02-22 18:53:12 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:53:12 UTC', '2023-02-22 18:53:12 UTC');
17954
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
17955
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
17956
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
17957
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
17958
+  (0.4ms) rollback transaction
17959
+  (0.1ms) begin transaction
17960
+ -----------------------------------------------------------------------
17961
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17962
+ -----------------------------------------------------------------------
17963
+  (0.2ms) rollback transaction
17964
+  (0.0ms) begin transaction
17965
+ ---------------------------------------------------------------------------
17966
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17967
+ ---------------------------------------------------------------------------
17968
+  (0.0ms) rollback transaction
17969
+  (0.0ms) begin transaction
17970
+ -----------------------------------
17971
+ DeforestTest: test_insert_into_logs
17972
+ -----------------------------------
17973
+  (0.1ms) rollback transaction
17974
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
17975
+  (0.1ms) begin transaction
17976
+ Fixture Delete (1.3ms) DELETE FROM "posts"
17977
+ Fixture Insert (0.3ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:54:05', '2023-02-22 18:54:05', 980190962)
17978
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:54:05', '2023-02-22 18:54:05', 298486374)
17979
+ Fixture Delete (0.4ms) DELETE FROM "deforest_logs"
17980
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:54:05', '2023-02-22 18:54:05', 980190962)
17981
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:54:05', '2023-02-22 18:54:05', 298486374)
17982
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:54:05', '2023-02-22 18:54:05', 113629430)
17983
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:54:05', '2023-02-22 18:54:05', 933434481)
17984
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:54:05', '2023-02-22 18:54:05', 303968118)
17985
+  (0.7ms) commit transaction
17986
+  (0.0ms) begin transaction
17987
+ -----------------------------------------------------------------------
17988
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
17989
+ -----------------------------------------------------------------------
17990
+  (0.2ms) rollback transaction
17991
+  (0.0ms) begin transaction
17992
+ ---------------------------------------------------------------------------
17993
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
17994
+ ---------------------------------------------------------------------------
17995
+  (2.7ms) rollback transaction
17996
+  (0.1ms) begin transaction
17997
+ -----------------------------------
17998
+ DeforestTest: test_insert_into_logs
17999
+ -----------------------------------
18000
+  (0.1ms) rollback transaction
18001
+  (0.2ms) begin transaction
18002
+ ------------------------------------------
18003
+ DeforestTest: test_parse_and_save_log_file
18004
+ ------------------------------------------
18005
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:54:05 UTC', '2023-02-22 18:54:05 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:54:05 UTC', '2023-02-22 18:54:05 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:54:05 UTC', '2023-02-22 18:54:05 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:54:05 UTC', '2023-02-22 18:54:05 UTC');
18006
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
18007
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
18008
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
18009
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
18010
+  (0.4ms) rollback transaction
18011
+  (0.0ms) begin transaction
18012
+ -----------------------------
18013
+ PostTest: test_get_app_models
18014
+ -----------------------------
18015
+  (0.0ms) rollback transaction
18016
+  (0.2ms) begin transaction
18017
+ ---------------------------------------------------------------------
18018
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
18019
+ ---------------------------------------------------------------------
18020
+  (0.2ms) SELECT COUNT(*) FROM "deforest_logs"
18021
+  (0.8ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:54:05 UTC', '2023-02-22 18:54:05 UTC');
18022
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18023
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18024
+  (0.4ms) rollback transaction
18025
+  (0.0ms) begin transaction
18026
+ ------------------------------------------------------------------------
18027
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
18028
+ ------------------------------------------------------------------------
18029
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18030
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
18031
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:54:05 UTC', '2023-02-22 18:54:05 UTC');
18032
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18033
+  (5.9ms) rollback transaction
18034
+  (0.1ms) begin transaction
18035
+ -----------------------------------------------------
18036
+ Deforest::LogTest: test_get_highlight_colors_for_file
18037
+ -----------------------------------------------------
18038
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
18039
+  (0.1ms) rollback transaction
18040
+  (0.1ms) begin transaction
18041
+ --------------------------------------
18042
+ Deforest::LogTest: test_get_model_name
18043
+ --------------------------------------
18044
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
18045
+  (0.0ms) rollback transaction
18046
+  (0.0ms) begin transaction
18047
+ ----------------------------------
18048
+ Deforest::LogTest: test_percentile
18049
+ ----------------------------------
18050
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
18051
+  (0.1ms) rollback transaction
18052
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18053
+  (0.1ms) begin transaction
18054
+ Fixture Delete (0.3ms) DELETE FROM "posts"
18055
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:55:35', '2023-02-22 18:55:35', 980190962)
18056
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:55:35', '2023-02-22 18:55:35', 298486374)
18057
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
18058
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:55:35', '2023-02-22 18:55:35', 980190962)
18059
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:55:35', '2023-02-22 18:55:35', 298486374)
18060
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:55:35', '2023-02-22 18:55:35', 113629430)
18061
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:55:35', '2023-02-22 18:55:35', 933434481)
18062
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:55:35', '2023-02-22 18:55:35', 303968118)
18063
+  (2.1ms) commit transaction
18064
+  (0.1ms) begin transaction
18065
+ --------------------------------------
18066
+ Deforest::LogTest: test_get_model_name
18067
+ --------------------------------------
18068
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
18069
+  (0.1ms) rollback transaction
18070
+  (0.1ms) begin transaction
18071
+ -----------------------------------------------------
18072
+ Deforest::LogTest: test_get_highlight_colors_for_file
18073
+ -----------------------------------------------------
18074
+ Deforest::Log Load (0.3ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
18075
+  (0.1ms) rollback transaction
18076
+  (0.1ms) begin transaction
18077
+ ----------------------------------
18078
+ Deforest::LogTest: test_percentile
18079
+ ----------------------------------
18080
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
18081
+  (0.0ms) rollback transaction
18082
+  (0.1ms) begin transaction
18083
+ ------------------------------------------------------------------------
18084
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
18085
+ ------------------------------------------------------------------------
18086
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18087
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
18088
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:55:35 UTC', '2023-02-22 18:55:35 UTC');
18089
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18090
+  (0.3ms) rollback transaction
18091
+  (0.1ms) begin transaction
18092
+ ---------------------------------------------------------------------
18093
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
18094
+ ---------------------------------------------------------------------
18095
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18096
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:55:35 UTC', '2023-02-22 18:55:35 UTC');
18097
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18098
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
18099
+  (0.8ms) rollback transaction
18100
+  (0.0ms) begin transaction
18101
+ -----------------------------
18102
+ PostTest: test_get_app_models
18103
+ -----------------------------
18104
+  (0.1ms) rollback transaction
18105
+  (0.1ms) begin transaction
18106
+ -----------------------------------
18107
+ DeforestTest: test_insert_into_logs
18108
+ -----------------------------------
18109
+  (0.1ms) rollback transaction
18110
+  (0.0ms) begin transaction
18111
+ ------------------------------------------
18112
+ DeforestTest: test_parse_and_save_log_file
18113
+ ------------------------------------------
18114
+  (0.5ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:55:36 UTC', '2023-02-22 18:55:36 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:55:36 UTC', '2023-02-22 18:55:36 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:55:36 UTC', '2023-02-22 18:55:36 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:55:36 UTC', '2023-02-22 18:55:36 UTC');
18115
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
18116
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
18117
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
18118
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
18119
+  (0.4ms) rollback transaction
18120
+  (0.1ms) begin transaction
18121
+ -----------------------------------------------------------------------
18122
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
18123
+ -----------------------------------------------------------------------
18124
+  (0.0ms) rollback transaction
18125
+  (0.0ms) begin transaction
18126
+ ---------------------------------------------------------------------------
18127
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
18128
+ ---------------------------------------------------------------------------
18129
+  (0.0ms) rollback transaction
18130
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18131
+  (0.1ms) begin transaction
18132
+ Fixture Delete (0.3ms) DELETE FROM "posts"
18133
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:56:27', '2023-02-22 18:56:27', 980190962)
18134
+ Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 18:56:27', '2023-02-22 18:56:27', 298486374)
18135
+ Fixture Delete (0.1ms) DELETE FROM "deforest_logs"
18136
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 18:56:27', '2023-02-22 18:56:27', 980190962)
18137
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 18:56:27', '2023-02-22 18:56:27', 298486374)
18138
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 18:56:27', '2023-02-22 18:56:27', 113629430)
18139
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 18:56:27', '2023-02-22 18:56:27', 933434481)
18140
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 18:56:27', '2023-02-22 18:56:27', 303968118)
18141
+  (2.3ms) commit transaction
18142
+  (0.0ms) begin transaction
18143
+ -----------------------------------------------------------------------
18144
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
18145
+ -----------------------------------------------------------------------
18146
+  (0.1ms) rollback transaction
18147
+  (0.1ms) begin transaction
18148
+ ---------------------------------------------------------------------------
18149
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
18150
+ ---------------------------------------------------------------------------
18151
+  (0.1ms) rollback transaction
18152
+  (0.0ms) begin transaction
18153
+ -----------------------------------
18154
+ DeforestTest: test_insert_into_logs
18155
+ -----------------------------------
18156
+  (0.0ms) rollback transaction
18157
+  (0.1ms) begin transaction
18158
+ ------------------------------------------
18159
+ DeforestTest: test_parse_and_save_log_file
18160
+ ------------------------------------------
18161
+  (0.6ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 18:56:27 UTC', '2023-02-22 18:56:27 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 18:56:27 UTC', '2023-02-22 18:56:27 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 18:56:27 UTC', '2023-02-22 18:56:27 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 18:56:27 UTC', '2023-02-22 18:56:27 UTC');
18162
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
18163
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
18164
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
18165
+ Deforest::Log Load (0.0ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
18166
+  (0.2ms) rollback transaction
18167
+  (0.0ms) begin transaction
18168
+ -----------------------------
18169
+ PostTest: test_get_app_models
18170
+ -----------------------------
18171
+  (0.0ms) rollback transaction
18172
+  (0.0ms) begin transaction
18173
+ ---------------------------------------------------------------------
18174
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
18175
+ ---------------------------------------------------------------------
18176
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18177
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 18:56:27 UTC', '2023-02-22 18:56:27 UTC');
18178
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18179
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18180
+  (0.4ms) rollback transaction
18181
+  (0.1ms) begin transaction
18182
+ ------------------------------------------------------------------------
18183
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
18184
+ ------------------------------------------------------------------------
18185
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18186
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
18187
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 18:56:27 UTC', '2023-02-22 18:56:27 UTC');
18188
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
18189
+  (0.3ms) rollback transaction
18190
+  (0.0ms) begin transaction
18191
+ --------------------------------------
18192
+ Deforest::LogTest: test_get_model_name
18193
+ --------------------------------------
18194
+ Deforest::Log Load (0.2ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
18195
+  (0.1ms) rollback transaction
18196
+  (0.1ms) begin transaction
18197
+ ----------------------------------
18198
+ Deforest::LogTest: test_percentile
18199
+ ----------------------------------
18200
+ Deforest::Log Load (0.2ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
18201
+  (0.1ms) rollback transaction
18202
+  (0.0ms) begin transaction
18203
+ -----------------------------------------------------
18204
+ Deforest::LogTest: test_get_highlight_colors_for_file
18205
+ -----------------------------------------------------
18206
+ Deforest::Log Load (0.1ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
18207
+  (0.0ms) rollback transaction
18208
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
18209
+  (0.1ms) begin transaction
18210
+ Fixture Delete (1.2ms) DELETE FROM "posts"
18211
+ Fixture Insert (0.7ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 19:02:36', '2023-02-22 19:02:36', 980190962)
18212
+ Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "author_id", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', 1, '2023-02-22 19:02:36', '2023-02-22 19:02:36', 298486374)
18213
+ Fixture Delete (0.3ms) DELETE FROM "deforest_logs"
18214
+ Fixture Insert (0.1ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/setting.rb', 27, 'refresh_cache', 2, '2023-02-22 19:02:36', '2023-02-22 19:02:36', 980190962)
18215
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 2144, 'lock_user', 10, '2023-02-22 19:02:36', '2023-02-22 19:02:36', 298486374)
18216
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/doctor.rb', 33, 'open', 35, '2023-02-22 19:02:36', '2023-02-22 19:02:36', 113629430)
18217
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 100, 'get_user_name', 100, '2023-02-22 19:02:36', '2023-02-22 19:02:36', 933434481)
18218
+ Fixture Insert (0.0ms) INSERT INTO "deforest_logs" ("file_name", "line_no", "method_name", "count", "created_at", "updated_at", "id") VALUES ('/Users/johndoe/workspace/app/models/user.rb', 200, 'get_email', 300, '2023-02-22 19:02:36', '2023-02-22 19:02:36', 303968118)
18219
+  (1.0ms) commit transaction
18220
+  (0.0ms) begin transaction
18221
+ ---------------------------------------------------------------------
18222
+ PostTest: test_calling_a_model_class_method_should_create_a_log_entry
18223
+ ---------------------------------------------------------------------
18224
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18225
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','4','get_titles', 1, '2023-02-22 19:02:36 UTC', '2023-02-22 19:02:36 UTC');
18226
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18227
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18228
+  (0.5ms) rollback transaction
18229
+  (0.1ms) begin transaction
18230
+ ------------------------------------------------------------------------
18231
+ PostTest: test_calling_a_model_instance_method_should_create_a_log_entry
18232
+ ------------------------------------------------------------------------
18233
+  (0.1ms) SELECT COUNT(*) FROM "deforest_logs"
18234
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
18235
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/akshaytakkar/workspace/deforest/test/dummy/app/models/post.rb','8','get_title_with_italics', 1, '2023-02-22 19:02:36 UTC', '2023-02-22 19:02:36 UTC');
18236
+  (0.0ms) SELECT COUNT(*) FROM "deforest_logs"
18237
+  (0.3ms) rollback transaction
18238
+  (0.0ms) begin transaction
18239
+ -----------------------------
18240
+ PostTest: test_get_app_models
18241
+ -----------------------------
18242
+  (0.0ms) rollback transaction
18243
+  (0.0ms) begin transaction
18244
+ ---------------------------------------------------------------------------
18245
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_not_exist
18246
+ ---------------------------------------------------------------------------
18247
+  (0.0ms) rollback transaction
18248
+  (0.0ms) begin transaction
18249
+ -----------------------------------------------------------------------
18250
+ DeforestTest: test_initialize_db_sync_file_when_db_sync_file_does_exist
18251
+ -----------------------------------------------------------------------
18252
+  (0.1ms) rollback transaction
18253
+  (0.1ms) begin transaction
18254
+ -----------------------------------
18255
+ DeforestTest: test_insert_into_logs
18256
+ -----------------------------------
18257
+  (0.0ms) rollback transaction
18258
+  (0.0ms) begin transaction
18259
+ ------------------------------------------
18260
+ DeforestTest: test_parse_and_save_log_file
18261
+ ------------------------------------------
18262
+  (0.3ms) INSERT INTO deforest_logs (file_name, line_no, method_name, count, created_at, updated_at) VALUES ('/Users/johndoe/workspace/app/models/corporate.rb','2144','get_email', 1, '2023-02-22 19:02:36 UTC', '2023-02-22 19:02:36 UTC'),('/Users/johndoe/workspace/app/models/myuser.rb','120','get_name', 1, '2023-02-22 19:02:36 UTC', '2023-02-22 19:02:36 UTC'),('/Users/johndoe/workspace/app/models/post.rb','2211','get_title', 2, '2023-02-22 19:02:36 UTC', '2023-02-22 19:02:36 UTC'),('/Users/johndoe/workspace/app/models/comment.rb','879','get_body', 1, '2023-02-22 19:02:36 UTC', '2023-02-22 19:02:36 UTC');
18263
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/corporate.rb"]]
18264
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/post.rb"]]
18265
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/myuser.rb"]]
18266
+ Deforest::Log Load (0.3ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."file_name" = ? ORDER BY "deforest_logs"."id" DESC LIMIT 1 [["file_name", "/Users/johndoe/workspace/app/models/comment.rb"]]
18267
+  (1.0ms) rollback transaction
18268
+  (0.1ms) begin transaction
18269
+ -----------------------------------------------------
18270
+ Deforest::LogTest: test_get_highlight_colors_for_file
18271
+ -----------------------------------------------------
18272
+ Deforest::Log Load (0.4ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
18273
+  (0.1ms) rollback transaction
18274
+  (0.1ms) begin transaction
18275
+ ----------------------------------
18276
+ Deforest::LogTest: test_percentile
18277
+ ----------------------------------
18278
+ Deforest::Log Load (0.4ms) SELECT file_name, line_no, method_name, SUM(count) AS count_sum FROM "deforest_logs" WHERE (file_name like '%/app/models/%') GROUP BY "deforest_logs"."file_name", "deforest_logs"."line_no", "deforest_logs"."method_name"
18279
+  (0.1ms) rollback transaction
18280
+  (0.0ms) begin transaction
18281
+ --------------------------------------
18282
+ Deforest::LogTest: test_get_model_name
18283
+ --------------------------------------
18284
+ Deforest::Log Load (0.1ms) SELECT "deforest_logs".* FROM "deforest_logs" WHERE "deforest_logs"."id" = ? LIMIT 1 [["id", 980190962]]
18285
+  (0.0ms) rollback transaction