coalescing_panda 3.1.6 → 3.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/coalescing_panda/workers/course_miner.rb +17 -13
- data/db/migrate/20141120153135_create_coalescing_panda_enrollments.rb +1 -1
- data/lib/coalescing_panda/version.rb +1 -1
- data/spec/dummy/log/test.log +2942 -0
- data/spec/models/coalescing_panda/enrollment_spec.rb +4 -4
- metadata +1 -1
data/spec/dummy/log/test.log
CHANGED
@@ -62413,3 +62413,2945 @@ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_users.c
|
|
62413
62413
|
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '16' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
62414
62414
|
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '9' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
62415
62415
|
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
62416
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
62417
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
62418
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62419
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
62420
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62421
|
+
Processing by CoalescingPanda::LtiController#lti_config as HTML
|
62422
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
62423
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
62424
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62425
|
+
Processing by CoalescingPanda::LtiController#lti_config as HTML
|
62426
|
+
Completed 500 Internal Server Error in 1ms
|
62427
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
62428
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62429
|
+
Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
|
62430
|
+
Parameters: {"user_id"=>"1", "api_domain"=>"foo.com", "code"=>"bar"}
|
62431
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
62432
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Load (0.1ms)[0m SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" WHERE "coalescing_panda_canvas_api_auths"."user_id" = 1 AND "coalescing_panda_canvas_api_auths"."api_domain" = 'foo.com' LIMIT 1
|
62433
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
62434
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62435
|
+
Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
|
62436
|
+
Parameters: {"error"=>"your face"}
|
62437
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
62438
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_canvas_api_auths"[0m
|
62439
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
62440
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62441
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
62442
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62443
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
62444
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62445
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62446
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 1' LIMIT 1[0m
|
62447
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 1' LIMIT 1
|
62448
|
+
[1m[36mSQL (2.7ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "1"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 1"], ["name", "Account 1"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 1"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62449
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62450
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62451
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 2' LIMIT 1
|
62452
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 2' LIMIT 1[0m
|
62453
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "2"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 2"], ["name", "Account 2"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 2"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62454
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62455
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62456
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 1], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62457
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62458
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62459
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 1], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62460
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62461
|
+
[1m[35m (6.7ms)[0m rollback transaction
|
62462
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62463
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62464
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 3' LIMIT 1[0m
|
62465
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 3' LIMIT 1
|
62466
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "3"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 3"], ["name", "Account 3"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 3"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62467
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62468
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62469
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 4' LIMIT 1
|
62470
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 4' LIMIT 1[0m
|
62471
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "4"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 4"], ["name", "Account 4"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 4"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62472
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62473
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62474
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 2], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62475
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62476
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62477
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 2], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62478
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62479
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
62480
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62481
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62482
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 5' LIMIT 1[0m
|
62483
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 5' LIMIT 1
|
62484
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "5"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 5"], ["name", "Account 5"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 5"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62485
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62486
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62487
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 6' LIMIT 1
|
62488
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 6' LIMIT 1[0m
|
62489
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "6"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 6"], ["name", "Account 6"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 6"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62490
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62491
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62492
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 3], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62493
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62494
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62495
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 3], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62496
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62497
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62498
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62499
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62500
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62501
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62502
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_assignments.coalescing_panda_course_id, coalescing_panda_assignments.canvas_assignment_id: INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)
|
62503
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
62504
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
62505
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62506
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62507
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 7' LIMIT 1[0m
|
62508
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 7' LIMIT 1
|
62509
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "7"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 7"], ["name", "Account 7"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 7"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62510
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62511
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62512
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 8' LIMIT 1
|
62513
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 8' LIMIT 1[0m
|
62514
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "8"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 8"], ["name", "Account 8"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 8"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62515
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62516
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62517
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 4], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62518
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62519
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62520
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 4], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62521
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62522
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
62523
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62524
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Load (0.1ms)[0m SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" ORDER BY "coalescing_panda_canvas_api_auths"."id" ASC LIMIT 1
|
62525
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62526
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_canvas_api_auths" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["user_id", "a"]]
|
62527
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62528
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
|
62529
|
+
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1[0m
|
62530
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Load (0.1ms)[0m SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths"
|
62531
|
+
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" = '1') LIMIT 1[0m
|
62532
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" = '1') LIMIT 1
|
62533
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
62534
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62535
|
+
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1[0m
|
62536
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
|
62537
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62538
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62539
|
+
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1[0m
|
62540
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
|
62541
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
62542
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62543
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62544
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62545
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62546
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62547
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62548
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62549
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62550
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62551
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62552
|
+
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at DESC
|
62553
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
62554
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62555
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62556
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62557
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62558
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62559
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62560
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62561
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62562
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62563
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
62564
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62565
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62566
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62567
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62568
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 9' LIMIT 1
|
62569
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 9' LIMIT 1[0m
|
62570
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "9"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 9"], ["name", "Account 9"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 9"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62571
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62572
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62573
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 10' LIMIT 1[0m
|
62574
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 10' LIMIT 1
|
62575
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "10"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 10"], ["name", "Account 10"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 10"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62576
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62577
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62578
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 5], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62579
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62580
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
62581
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62582
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62583
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 11' LIMIT 1[0m
|
62584
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 11' LIMIT 1
|
62585
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "11"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 11"], ["name", "Account 11"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 11"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62586
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62587
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62588
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 12' LIMIT 1
|
62589
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 12' LIMIT 1[0m
|
62590
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "12"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 12"], ["name", "Account 12"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 12"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62591
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62592
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62593
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 6], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62594
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62595
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
62596
|
+
[1m[35m (0.1ms)[0m begin transaction
|
62597
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62598
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 13' LIMIT 1
|
62599
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 13' LIMIT 1[0m
|
62600
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "13"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 13"], ["name", "Account 13"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 13"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62601
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62602
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62603
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 14' LIMIT 1[0m
|
62604
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 14' LIMIT 1
|
62605
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "14"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 14"], ["name", "Account 14"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 14"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62606
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62607
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62608
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 7], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62609
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62610
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62611
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62612
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62613
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62614
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 15' LIMIT 1
|
62615
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 15' LIMIT 1[0m
|
62616
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "15"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 15"], ["name", "Account 15"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 15"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62617
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62618
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62619
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 8], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62620
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62621
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62622
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62623
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_lti_account_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
62624
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
62625
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
62626
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62627
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62628
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 16' LIMIT 1[0m
|
62629
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 16' LIMIT 1
|
62630
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "16"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 16"], ["name", "Account 16"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 16"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62631
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62632
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62633
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 9], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62634
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62635
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62636
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 17' LIMIT 1[0m
|
62637
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 17' LIMIT 1
|
62638
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "17"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 17"], ["name", "Account 17"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 17"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62639
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62640
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62641
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62642
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62643
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62644
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 18' LIMIT 1[0m
|
62645
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 18' LIMIT 1
|
62646
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "18"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 18"], ["name", "Account 18"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 18"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62647
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62648
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62649
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62650
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_term_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
62651
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
62652
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
62653
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62654
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62655
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 19' LIMIT 1[0m
|
62656
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 19' LIMIT 1
|
62657
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "19"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 19"], ["name", "Account 19"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 19"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62658
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62659
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62660
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 20' LIMIT 1
|
62661
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 20' LIMIT 1[0m
|
62662
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "20"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 20"], ["name", "Account 20"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 20"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62663
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62664
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62665
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 10], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62666
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62667
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
62668
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62669
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62670
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62671
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62672
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62673
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62674
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 21' LIMIT 1
|
62675
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 21' LIMIT 1[0m
|
62676
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "21"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 21"], ["name", "Account 21"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 21"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62677
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62678
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
62679
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test1@test.com"], ["name", "Factory User 1"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62680
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62681
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62682
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 22' LIMIT 1
|
62683
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 22' LIMIT 1[0m
|
62684
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "22"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 22"], ["name", "Account 22"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 22"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62685
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62686
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62687
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 23' LIMIT 1[0m
|
62688
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 23' LIMIT 1
|
62689
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "23"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 23"], ["name", "Account 23"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 23"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62690
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62691
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62692
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 11], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62693
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62694
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62695
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 7], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62696
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62697
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62698
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62699
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62700
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
62701
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62703
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 24' LIMIT 1[0m
|
62704
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 24' LIMIT 1
|
62705
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "24"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 24"], ["name", "Account 24"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 24"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62706
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62707
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62708
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test2@test.com"], ["name", "Factory User 2"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62709
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62710
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62711
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 25' LIMIT 1[0m
|
62712
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 25' LIMIT 1
|
62713
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "25"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 25"], ["name", "Account 25"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 25"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62714
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62715
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62716
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 26' LIMIT 1
|
62717
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 26' LIMIT 1[0m
|
62718
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "26"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 26"], ["name", "Account 26"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 26"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62719
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62720
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62721
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 12], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62722
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62723
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62724
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 8], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62725
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62726
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62727
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62728
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62729
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
62730
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62731
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62732
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.2ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 27' LIMIT 1
|
62733
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 27' LIMIT 1[0m
|
62734
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "27"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 27"], ["name", "Account 27"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 27"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62735
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62736
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62737
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test3@test.com"], ["name", "Factory User 3"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62738
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62739
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62740
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 28' LIMIT 1
|
62741
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 28' LIMIT 1[0m
|
62742
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "28"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 28"], ["name", "Account 28"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 28"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62743
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62744
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62745
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 29' LIMIT 1[0m
|
62746
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 29' LIMIT 1
|
62747
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "29"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 29"], ["name", "Account 29"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 29"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62748
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62749
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62750
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 13], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62751
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62752
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62753
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 9], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62754
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62755
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62756
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 3], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62757
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62758
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
62759
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62760
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62761
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 30' LIMIT 1[0m
|
62762
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 30' LIMIT 1
|
62763
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "30"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 30"], ["name", "Account 30"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 30"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62764
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62765
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62766
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 4], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test4@test.com"], ["name", "Factory User 4"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62767
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62768
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62769
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 31' LIMIT 1[0m
|
62770
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 31' LIMIT 1
|
62771
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "31"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 31"], ["name", "Account 31"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 31"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62772
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62773
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62774
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 32' LIMIT 1
|
62775
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 32' LIMIT 1[0m
|
62776
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "32"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 32"], ["name", "Account 32"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 32"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62777
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62778
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62779
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 14], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62780
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62781
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62782
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 10], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62783
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62784
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62785
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", 4], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62786
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62787
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62788
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62789
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62790
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62791
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 4], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62792
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_enrollments.coalescing_panda_user_id, coalescing_panda_enrollments.coalescing_panda_section_id, coalescing_panda_enrollments.enrollment_type: INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
62793
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
62794
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
62795
|
+
[1m[35m (0.1ms)[0m begin transaction
|
62796
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62797
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 33' LIMIT 1
|
62798
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 33' LIMIT 1[0m
|
62799
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "33"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 33"], ["name", "Account 33"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 33"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62800
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62801
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62802
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 5], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test5@test.com"], ["name", "Factory User 5"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62803
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62804
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62805
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 34' LIMIT 1
|
62806
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 34' LIMIT 1[0m
|
62807
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "34"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 34"], ["name", "Account 34"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 34"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62808
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62809
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62810
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 35' LIMIT 1[0m
|
62811
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 35' LIMIT 1
|
62812
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "35"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 35"], ["name", "Account 35"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 35"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62813
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62814
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62815
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 15], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62816
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62817
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62818
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 11], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62819
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62820
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62821
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 5], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62822
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62823
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62824
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 5], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62825
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62826
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62827
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 6], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62828
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62829
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
62830
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62831
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62832
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 36' LIMIT 1[0m
|
62833
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 36' LIMIT 1
|
62834
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "36"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 36"], ["name", "Account 36"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 36"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62835
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62836
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62837
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 6], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test6@test.com"], ["name", "Factory User 6"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62838
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62839
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62840
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 37' LIMIT 1[0m
|
62841
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 37' LIMIT 1
|
62842
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "37"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 37"], ["name", "Account 37"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 37"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62843
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62844
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62845
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 38' LIMIT 1
|
62846
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 38' LIMIT 1[0m
|
62847
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "38"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 38"], ["name", "Account 38"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 38"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62848
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62849
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62850
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 16], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62851
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62852
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62853
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 12], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62854
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62855
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62856
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", 6], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62857
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62858
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
62859
|
+
[1m[35m (0.1ms)[0m begin transaction
|
62860
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62861
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62862
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62863
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62864
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 39' LIMIT 1[0m
|
62865
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 39' LIMIT 1
|
62866
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62867
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62868
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62869
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62870
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62871
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62872
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62873
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62874
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62875
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 40' LIMIT 1
|
62876
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 40' LIMIT 1[0m
|
62877
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "39"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 40"], ["name", "Account 40"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 40"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62878
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62879
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62880
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 41' LIMIT 1[0m
|
62881
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 41' LIMIT 1
|
62882
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "40"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 41"], ["name", "Account 41"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 41"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62883
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62884
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62885
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 17], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62886
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62887
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62888
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 13], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62889
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62890
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
62891
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62892
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62893
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 42' LIMIT 1
|
62894
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 42' LIMIT 1[0m
|
62895
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "41"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 42"], ["name", "Account 42"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 42"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62896
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62897
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62898
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 43' LIMIT 1[0m
|
62899
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 43' LIMIT 1
|
62900
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "42"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 43"], ["name", "Account 43"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 43"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62901
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62902
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62903
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 18], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62904
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62905
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62906
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 14], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62907
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62908
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
62909
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62910
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62911
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 44' LIMIT 1
|
62912
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 44' LIMIT 1[0m
|
62913
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "43"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 44"], ["name", "Account 44"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 44"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
|
62914
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62915
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62916
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 45' LIMIT 1[0m
|
62917
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 45' LIMIT 1
|
62918
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "44"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 45"], ["name", "Account 45"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 45"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62919
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62920
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62921
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 19], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62922
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62923
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62924
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 15], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62925
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62927
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62928
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62929
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62930
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62931
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_sections.coalescing_panda_course_id, coalescing_panda_sections.canvas_section_id: INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
|
62932
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
62933
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
62934
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62935
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62936
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 46' LIMIT 1
|
62937
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 46' LIMIT 1[0m
|
62938
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "45"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 46"], ["name", "Account 46"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 46"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62939
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62940
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62941
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 47' LIMIT 1[0m
|
62942
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 47' LIMIT 1
|
62943
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "46"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 47"], ["name", "Account 47"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 47"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62944
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62945
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62946
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 20], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62947
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62948
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62949
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 16], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62950
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
62951
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
62952
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62953
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62954
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62955
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
62956
|
+
[1m[35m (0.0ms)[0m begin transaction
|
62957
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62958
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 48' LIMIT 1
|
62959
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 48' LIMIT 1[0m
|
62960
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "47"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 48"], ["name", "Account 48"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 48"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62961
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62962
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62963
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 7], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test7@test.com"], ["name", "Factory User 7"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62964
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62965
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
62966
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 49' LIMIT 1
|
62967
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 49' LIMIT 1[0m
|
62968
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "48"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 49"], ["name", "Account 49"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 49"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62969
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62970
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62971
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 50' LIMIT 1[0m
|
62972
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 50' LIMIT 1
|
62973
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "49"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 50"], ["name", "Account 50"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 50"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62974
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62975
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62976
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 21], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62977
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62978
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62979
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 17], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62980
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62981
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62982
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "3"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62983
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62984
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
62985
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62986
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
62987
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 51' LIMIT 1[0m
|
62988
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 51' LIMIT 1
|
62989
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "50"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 51"], ["name", "Account 51"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 51"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62990
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62991
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
62992
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 8], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test8@test.com"], ["name", "Factory User 8"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62993
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
62994
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
62995
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 52' LIMIT 1[0m
|
62996
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 52' LIMIT 1
|
62997
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "51"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 52"], ["name", "Account 52"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 52"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
62998
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
62999
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63000
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 53' LIMIT 1
|
63001
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 53' LIMIT 1[0m
|
63002
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "52"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 53"], ["name", "Account 53"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 53"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63003
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63004
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63005
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 22], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63006
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63007
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63008
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 18], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63009
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63010
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63011
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "4"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63012
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63013
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
63014
|
+
[1m[35m (0.1ms)[0m begin transaction
|
63015
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63016
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.2ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 54' LIMIT 1
|
63017
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 54' LIMIT 1[0m
|
63018
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "53"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 54"], ["name", "Account 54"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 54"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63019
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63020
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63021
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 9], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test9@test.com"], ["name", "Factory User 9"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63022
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63023
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63024
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 55' LIMIT 1
|
63025
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 55' LIMIT 1[0m
|
63026
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "54"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 55"], ["name", "Account 55"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 55"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63027
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63028
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63029
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 56' LIMIT 1[0m
|
63030
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 56' LIMIT 1
|
63031
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "55"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 56"], ["name", "Account 56"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 56"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63032
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63033
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63034
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 23], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63035
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63036
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63037
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 19], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63038
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63039
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63040
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "5"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63041
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63042
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
63043
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63044
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63045
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 57' LIMIT 1[0m
|
63046
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 57' LIMIT 1
|
63047
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "56"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 57"], ["name", "Account 57"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 57"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63048
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63049
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63050
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 10], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test10@test.com"], ["name", "Factory User 10"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63051
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63052
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63053
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 58' LIMIT 1[0m
|
63054
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 58' LIMIT 1
|
63055
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "57"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 58"], ["name", "Account 58"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 58"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63056
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63057
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63058
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 59' LIMIT 1
|
63059
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 59' LIMIT 1[0m
|
63060
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "58"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 59"], ["name", "Account 59"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 59"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63061
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63062
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63063
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 24], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63064
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63065
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
63066
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 20], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63067
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63068
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63069
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "6"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63070
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63071
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63072
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63073
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63074
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63075
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63076
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_submissions.coalescing_panda_user_id, coalescing_panda_submissions.coalescing_panda_assignment_id, coalescing_panda_submissions.canvas_submission_id: INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)
|
63077
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
63078
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
63079
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63080
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63081
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 60' LIMIT 1
|
63082
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 60' LIMIT 1[0m
|
63083
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "59"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 60"], ["name", "Account 60"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 60"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63084
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63085
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63086
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 11], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test11@test.com"], ["name", "Factory User 11"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63087
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63088
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63089
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 61' LIMIT 1
|
63090
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 61' LIMIT 1[0m
|
63091
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "60"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 61"], ["name", "Account 61"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 61"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63092
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63093
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63094
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 62' LIMIT 1[0m
|
63095
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 62' LIMIT 1
|
63096
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "61"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 62"], ["name", "Account 62"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 62"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63097
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63098
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63099
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 25], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63100
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63101
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63102
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 21], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63103
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63104
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63105
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "7"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63106
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63107
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63108
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63109
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63110
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63111
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "2"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63112
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63113
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
63114
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63115
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63116
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 63' LIMIT 1[0m
|
63117
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 63' LIMIT 1
|
63118
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "62"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 63"], ["name", "Account 63"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 63"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63119
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63120
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63121
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 12], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test12@test.com"], ["name", "Factory User 12"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63122
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63123
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63124
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 64' LIMIT 1[0m
|
63125
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 64' LIMIT 1
|
63126
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "63"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 64"], ["name", "Account 64"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 64"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63127
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63128
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63129
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 65' LIMIT 1
|
63130
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 65' LIMIT 1[0m
|
63131
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "64"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 65"], ["name", "Account 65"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 65"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63132
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63133
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63134
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 26], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63135
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63136
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63137
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 22], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63138
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63139
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63140
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "8"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63141
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63142
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
63143
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63144
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
63145
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63146
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
63147
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63148
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63149
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 66' LIMIT 1
|
63150
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 66' LIMIT 1[0m
|
63151
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "65"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 66"], ["name", "Account 66"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 66"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63152
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63153
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
63154
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63155
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63156
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 67' LIMIT 1[0m
|
63157
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 67' LIMIT 1
|
63158
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "66"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 67"], ["name", "Account 67"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 67"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63159
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63160
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63161
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63162
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63163
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63164
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63165
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_terms.canvas_term_id, coalescing_panda_terms.coalescing_panda_lti_account_id: INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
|
63166
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
63167
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
63168
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63169
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
63170
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63171
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
63172
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63173
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
63174
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63175
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
63176
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63177
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63178
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 68' LIMIT 1
|
63179
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 68' LIMIT 1[0m
|
63180
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "67"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 68"], ["name", "Account 68"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 68"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63181
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63182
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
63183
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63184
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63185
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 69' LIMIT 1[0m
|
63186
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 69' LIMIT 1
|
63187
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "68"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 69"], ["name", "Account 69"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 69"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63188
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63189
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
63190
|
+
[1m[35m (0.1ms)[0m begin transaction
|
63191
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63192
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 70' LIMIT 1
|
63193
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 70' LIMIT 1[0m
|
63194
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "69"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 70"], ["name", "Account 70"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 70"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63195
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63196
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63197
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test15@test.com"], ["name", "Factory User 15"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63198
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63199
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63200
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test16@test.com"], ["name", "Factory User 16"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63201
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_users.coalescing_panda_lti_account_id, coalescing_panda_users.canvas_user_id: INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
|
63202
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
63203
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
63204
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63205
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63206
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 71' LIMIT 1[0m
|
63207
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 71' LIMIT 1
|
63208
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "70"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 71"], ["name", "Account 71"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 71"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63209
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63210
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
63211
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63212
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63213
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 72' LIMIT 1
|
63214
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 72' LIMIT 1[0m
|
63215
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "71"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 72"], ["name", "Account 72"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 72"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63216
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63217
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63218
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 73' LIMIT 1[0m
|
63219
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 73' LIMIT 1
|
63220
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "72"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 73"], ["name", "Account 73"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 73"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63221
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63222
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63223
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 28], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63224
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63225
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63226
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 23], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63227
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63228
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63229
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63230
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63231
|
+
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at ASC LIMIT 1
|
63232
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
63233
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63234
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63235
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 74' LIMIT 1
|
63236
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 74' LIMIT 1[0m
|
63237
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "73"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 74"], ["name", "Account 74"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 74"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63238
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63239
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63240
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 75' LIMIT 1[0m
|
63241
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 75' LIMIT 1
|
63242
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "74"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 75"], ["name", "Account 75"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 75"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63243
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63244
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63245
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 29], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63246
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63247
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63248
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 24], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63249
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63250
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63251
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63252
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63253
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
63254
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63255
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63256
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 76' LIMIT 1[0m
|
63257
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 76' LIMIT 1
|
63258
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "75"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 76"], ["name", "Account 76"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 76"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63259
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63260
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63261
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 77' LIMIT 1
|
63262
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 77' LIMIT 1[0m
|
63263
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "76"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 77"], ["name", "Account 77"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 77"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63264
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63265
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63266
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 30], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63267
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63268
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63269
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 25], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63270
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63271
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63272
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63273
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63274
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
63275
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["status", "Started"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63276
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63277
|
+
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63278
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63279
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63280
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63281
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63282
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1[0m [["percent_complete", 20.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63283
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63284
|
+
[1m[36mCoalescingPanda::User Load (0.2ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63285
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63286
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63287
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63288
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63289
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63290
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63291
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63292
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63293
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63294
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63295
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63296
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63297
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 40.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63298
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63299
|
+
[1m[35mCoalescingPanda::Enrollment Load (0.2ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '1') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63300
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '1' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63301
|
+
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63302
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63303
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 1], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Fri, 07 Nov 2014 21:17:54 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Tue, 11 Nov 2014 22:11:19 UTC +00:00], ["workflow_state", "active"]]
|
63304
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63305
|
+
[1m[35mCoalescingPanda::Enrollment Load (0.1ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '2') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63306
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63307
|
+
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63308
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63309
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 2], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Fri, 07 Nov 2014 21:18:16 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:17 UTC +00:00], ["workflow_state", "active"]]
|
63310
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63311
|
+
[1m[35mCoalescingPanda::Enrollment Load (0.1ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '3') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63312
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63313
|
+
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63314
|
+
[1m[36m (0.6ms)[0m [1mSAVEPOINT active_record_1[0m
|
63315
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Fri, 07 Nov 2014 21:18:17 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:21 UTC +00:00], ["workflow_state", "active"]]
|
63316
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63317
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63318
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1[0m [["percent_complete", 60.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63319
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63320
|
+
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63321
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63322
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
|
63323
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63324
|
+
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63325
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63326
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
|
63327
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63328
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63329
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 80.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63330
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63331
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? [["coalescing_panda_course_id", 1]]
|
63332
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63333
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 100.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63334
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63335
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
63336
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1[0m [["status", "Completed"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63337
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63338
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
63339
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63340
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63341
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 78' LIMIT 1
|
63342
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 78' LIMIT 1[0m
|
63343
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "77"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 78"], ["name", "Account 78"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 78"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63344
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63345
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63346
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 79' LIMIT 1[0m
|
63347
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 79' LIMIT 1
|
63348
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "78"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 79"], ["name", "Account 79"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 79"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63349
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63350
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63351
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 31], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63352
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63353
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63354
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 26], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63355
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63356
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63357
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63358
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63359
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
63360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63361
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63362
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 80' LIMIT 1[0m
|
63363
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 80' LIMIT 1
|
63364
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "79"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 80"], ["name", "Account 80"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 80"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63365
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63366
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63367
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 81' LIMIT 1
|
63368
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 81' LIMIT 1[0m
|
63369
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "80"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 81"], ["name", "Account 81"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 81"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63370
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63371
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63372
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 32], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63373
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63374
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63375
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 27], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63376
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63377
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63378
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63379
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63380
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
63381
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63382
|
+
[1m[36mCoalescingPanda::Section Load (0.1ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections"[0m
|
63383
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63384
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 82' LIMIT 1[0m
|
63385
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 82' LIMIT 1
|
63386
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "81"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 82"], ["name", "Account 82"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 82"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63387
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63388
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63389
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 83' LIMIT 1
|
63390
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 83' LIMIT 1[0m
|
63391
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "82"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 83"], ["name", "Account 83"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 83"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63392
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63393
|
+
[1m[35m (0.7ms)[0m SAVEPOINT active_record_1
|
63394
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 33], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63395
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63396
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63397
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 28], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63398
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63399
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63400
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63401
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63402
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63403
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63404
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63405
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63406
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_sections"[0m
|
63407
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
63408
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63409
|
+
[1m[35mCoalescingPanda::User Load (0.1ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users"
|
63410
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
63411
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 84' LIMIT 1
|
63412
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 84' LIMIT 1[0m
|
63413
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "83"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 84"], ["name", "Account 84"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 84"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63414
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63415
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63416
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 85' LIMIT 1[0m
|
63417
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 85' LIMIT 1
|
63418
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "84"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 85"], ["name", "Account 85"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 85"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63419
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63420
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63421
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 34], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63422
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63423
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63424
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 29], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63425
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63426
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63427
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63428
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63429
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63430
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63431
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63432
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63433
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63434
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63435
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63436
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63437
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63438
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63439
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63440
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63441
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "coalescing_panda_users"
|
63442
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
63443
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63444
|
+
[1m[36mCoalescingPanda::Enrollment Load (0.2ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments"[0m
|
63445
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63446
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 86' LIMIT 1[0m
|
63447
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 86' LIMIT 1
|
63448
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "85"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 86"], ["name", "Account 86"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 86"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63449
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63450
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63451
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 87' LIMIT 1
|
63452
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 87' LIMIT 1[0m
|
63453
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "86"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 87"], ["name", "Account 87"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 87"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63454
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63455
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63456
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 35], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63457
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63458
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63459
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 30], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63460
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63461
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63462
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63463
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63464
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63465
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63466
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63467
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63468
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63469
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63470
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63471
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63472
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63473
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63474
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63475
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63476
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63477
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63478
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63479
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63480
|
+
[1m[36mCoalescingPanda::Enrollment Load (0.1ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '1') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63481
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '1' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63482
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63483
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63484
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 1], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Fri, 07 Nov 2014 21:17:54 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Tue, 11 Nov 2014 22:11:19 UTC +00:00], ["workflow_state", "active"]]
|
63485
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63486
|
+
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '2') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63487
|
+
[1m[35mCoalescingPanda::User Load (0.1ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63488
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63489
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63490
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 2], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Fri, 07 Nov 2014 21:18:16 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:17 UTC +00:00], ["workflow_state", "active"]]
|
63491
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63492
|
+
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '3') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63493
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63494
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63495
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63496
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Fri, 07 Nov 2014 21:18:17 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:21 UTC +00:00], ["workflow_state", "active"]]
|
63497
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63498
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_enrollments"[0m
|
63499
|
+
[1m[35mCoalescingPanda::Enrollment Load (0.1ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" ORDER BY "coalescing_panda_enrollments"."id" DESC LIMIT 1
|
63500
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
63501
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63502
|
+
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments"[0m
|
63503
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63504
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 88' LIMIT 1[0m
|
63505
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 88' LIMIT 1
|
63506
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "87"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 88"], ["name", "Account 88"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 88"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63507
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63508
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63509
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 89' LIMIT 1
|
63510
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 89' LIMIT 1[0m
|
63511
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "88"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 89"], ["name", "Account 89"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 89"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63512
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63513
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63514
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 36], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63515
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63516
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63517
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 31], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63518
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63519
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63520
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63521
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63522
|
+
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63523
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63524
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
|
63525
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63526
|
+
[1m[36mCoalescingPanda::Assignment Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
63527
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63528
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
|
63529
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63530
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_assignments"[0m
|
63531
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
63532
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63533
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions"
|
63534
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
63535
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 90' LIMIT 1
|
63536
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 90' LIMIT 1[0m
|
63537
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "89"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 90"], ["name", "Account 90"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 90"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63538
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63539
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63540
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 91' LIMIT 1[0m
|
63541
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 91' LIMIT 1
|
63542
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "90"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 91"], ["name", "Account 91"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 91"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63543
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63544
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63545
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 37], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63546
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63547
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63548
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 32], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63549
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63550
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63551
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63552
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63553
|
+
[1m[35mCoalescingPanda::User Load (0.1ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63554
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63555
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63556
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63557
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63558
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63559
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63560
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63561
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
63562
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
63563
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63564
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63565
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63566
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
63567
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
|
63568
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63569
|
+
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63570
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63571
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
|
63572
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63573
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '3') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63574
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63575
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '1' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63576
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
63577
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 3], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["grade", "70"], ["score", 70], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["workflow_state", "graded"]]
|
63578
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63579
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '1') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63580
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63581
|
+
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '1' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63582
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63583
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 1], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["grade", "100"], ["score", 100], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["workflow_state", "graded"]]
|
63584
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63585
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '4') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63586
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63587
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '2' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63588
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63589
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 4], ["coalescing_panda_assignment_id", 2], ["coalescing_panda_user_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["grade", "90"], ["score", 90], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["workflow_state", "graded"]]
|
63590
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63591
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '2') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63592
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63593
|
+
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '2' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63594
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63595
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 2], ["coalescing_panda_assignment_id", 2], ["coalescing_panda_user_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["grade", "80"], ["score", 80], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["workflow_state", "graded"]]
|
63596
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63597
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "coalescing_panda_submissions"
|
63598
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
63599
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63600
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63601
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 92' LIMIT 1
|
63602
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 92' LIMIT 1[0m
|
63603
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "91"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 92"], ["name", "Account 92"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 92"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63604
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63605
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63606
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 93' LIMIT 1[0m
|
63607
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 93' LIMIT 1
|
63608
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "92"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 93"], ["name", "Account 93"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 93"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63609
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63610
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63611
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 38], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63612
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63613
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63614
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 33], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63615
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63616
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63617
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63618
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63619
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
63620
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63621
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63622
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 94' LIMIT 1[0m
|
63623
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 94' LIMIT 1
|
63624
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "93"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 94"], ["name", "Account 94"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 94"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63625
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63626
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63627
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 95' LIMIT 1
|
63628
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 95' LIMIT 1[0m
|
63629
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "94"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 95"], ["name", "Account 95"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 95"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63630
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63631
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63632
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 39], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63633
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63634
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63635
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 34], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63636
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63637
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63638
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63639
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63640
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
63641
|
+
[1m[35m (0.1ms)[0m begin transaction
|
63642
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
63643
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 96' LIMIT 1
|
63644
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 96' LIMIT 1[0m
|
63645
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "95"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 96"], ["name", "Account 96"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 96"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63646
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63647
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63648
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 97' LIMIT 1[0m
|
63649
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 97' LIMIT 1
|
63650
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "96"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 97"], ["name", "Account 97"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 97"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63651
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63652
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63653
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 40], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63654
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63655
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63656
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 35], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63657
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63658
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63659
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63660
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63661
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
63662
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63663
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63664
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 98' LIMIT 1[0m
|
63665
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 98' LIMIT 1
|
63666
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "97"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 98"], ["name", "Account 98"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 98"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63667
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63668
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63669
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 99' LIMIT 1
|
63670
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 99' LIMIT 1[0m
|
63671
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "98"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 99"], ["name", "Account 99"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 99"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63672
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63673
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63674
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 41], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63675
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63676
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63677
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 36], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63678
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63679
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63680
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63681
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63682
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
63683
|
+
[1m[35m (0.1ms)[0m begin transaction
|
63684
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63685
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 100' LIMIT 1
|
63686
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 100' LIMIT 1[0m
|
63687
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "99"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 100"], ["name", "Account 100"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 100"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63688
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63689
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63690
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 101' LIMIT 1[0m
|
63691
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 101' LIMIT 1
|
63692
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "100"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 101"], ["name", "Account 101"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 101"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63693
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63694
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63695
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 42], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63696
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63697
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63698
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 37], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63699
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63700
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63701
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63702
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63703
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
63704
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63705
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63706
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 102' LIMIT 1[0m
|
63707
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 102' LIMIT 1
|
63708
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "101"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 102"], ["name", "Account 102"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 102"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63709
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63710
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63711
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 103' LIMIT 1
|
63712
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 103' LIMIT 1[0m
|
63713
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "102"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 103"], ["name", "Account 103"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 103"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63714
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63715
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63716
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 43], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63717
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63718
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63719
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 38], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63720
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63721
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63722
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63723
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63724
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
63725
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63726
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63727
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 104' LIMIT 1
|
63728
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 104' LIMIT 1[0m
|
63729
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "103"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 104"], ["name", "Account 104"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 104"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63730
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63731
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63732
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 105' LIMIT 1[0m
|
63733
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 105' LIMIT 1
|
63734
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "104"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 105"], ["name", "Account 105"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 105"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63735
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63736
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63737
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 44], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63738
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63739
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63740
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 39], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63741
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63742
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63743
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63744
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63745
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
63746
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63747
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63748
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 106' LIMIT 1[0m
|
63749
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 106' LIMIT 1
|
63750
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "105"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 106"], ["name", "Account 106"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 106"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63751
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63752
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63753
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 107' LIMIT 1
|
63754
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 107' LIMIT 1[0m
|
63755
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "106"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 107"], ["name", "Account 107"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 107"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63756
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63757
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63758
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 45], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63759
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63760
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63761
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 40], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63762
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63763
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63764
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63765
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63766
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
63767
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63768
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63769
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 108' LIMIT 1
|
63770
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 108' LIMIT 1[0m
|
63771
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "107"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 108"], ["name", "Account 108"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 108"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63772
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63773
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63774
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 109' LIMIT 1[0m
|
63775
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 109' LIMIT 1
|
63776
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "108"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 109"], ["name", "Account 109"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 109"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63777
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63778
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63779
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 46], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63780
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63781
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63782
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 41], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63783
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63784
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63785
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63786
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63787
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
63788
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63789
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63790
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 110' LIMIT 1[0m
|
63791
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 110' LIMIT 1
|
63792
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "109"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 110"], ["name", "Account 110"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 110"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63793
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63794
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63795
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 111' LIMIT 1
|
63796
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 111' LIMIT 1[0m
|
63797
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "110"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 111"], ["name", "Account 111"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 111"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63798
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63799
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63800
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 47], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63801
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63802
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63803
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 42], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63804
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63805
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63806
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", 9], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63807
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63808
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63809
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 112' LIMIT 1
|
63810
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 112' LIMIT 1[0m
|
63811
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "111"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 112"], ["name", "Account 112"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 112"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63812
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63813
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63814
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 113' LIMIT 1[0m
|
63815
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 113' LIMIT 1
|
63816
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "112"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 113"], ["name", "Account 113"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 113"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63817
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63818
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63819
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 48], ["coalescing_panda_lti_account_id", 4], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63820
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63821
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63822
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 43], ["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63823
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63824
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63825
|
+
[1m[35mCoalescingPanda::Course Load (0.2ms)[0m SELECT "coalescing_panda_courses".* FROM "coalescing_panda_courses" WHERE "coalescing_panda_courses"."id" = ? LIMIT 1 [["id", 2]]
|
63826
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "coalescing_panda_sections" SET "coalescing_panda_course_id" = ?, "updated_at" = ? WHERE "coalescing_panda_sections"."id" = 1[0m [["coalescing_panda_course_id", 2], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63827
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63828
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63829
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63830
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63831
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63832
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 15], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test18@test.com"], ["name", "Factory User 18"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63833
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63834
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '15' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 3]]
|
63835
|
+
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '9' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 2]]
|
63836
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
63837
|
+
[1m[35m (0.0ms)[0m begin transaction
|
63838
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63839
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 114' LIMIT 1
|
63840
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 114' LIMIT 1[0m
|
63841
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "113"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 114"], ["name", "Account 114"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 114"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63842
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63843
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63844
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 115' LIMIT 1[0m
|
63845
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 115' LIMIT 1
|
63846
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "114"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 115"], ["name", "Account 115"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 115"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63847
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63848
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63849
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 49], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63850
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63851
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63852
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 44], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63853
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63854
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63855
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63856
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63857
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
63858
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63859
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63860
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 116' LIMIT 1[0m
|
63861
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 116' LIMIT 1
|
63862
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "115"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 116"], ["name", "Account 116"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 116"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63863
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63864
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63865
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 117' LIMIT 1
|
63866
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 117' LIMIT 1[0m
|
63867
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "116"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 117"], ["name", "Account 117"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 117"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63868
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63869
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63870
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 50], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63871
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63872
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63873
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 45], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63874
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63875
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63876
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "9"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63877
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63878
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63879
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63880
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63881
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63882
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 16], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test19@test.com"], ["name", "Factory User 19"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
|
63883
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63884
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '16' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
63885
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '9' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
63886
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
63887
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
63888
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
63889
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63890
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
63891
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63892
|
+
Processing by CoalescingPanda::LtiController#lti_config as HTML
|
63893
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
63894
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
63895
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63896
|
+
Processing by CoalescingPanda::LtiController#lti_config as HTML
|
63897
|
+
Completed 500 Internal Server Error in 1ms
|
63898
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
63899
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63900
|
+
Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
|
63901
|
+
Parameters: {"user_id"=>"1", "api_domain"=>"foo.com", "code"=>"bar"}
|
63902
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
63903
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Load (0.1ms)[0m SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" WHERE "coalescing_panda_canvas_api_auths"."user_id" = 1 AND "coalescing_panda_canvas_api_auths"."api_domain" = 'foo.com' LIMIT 1
|
63904
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
63905
|
+
[1m[35m (0.1ms)[0m begin transaction
|
63906
|
+
Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
|
63907
|
+
Parameters: {"error"=>"your face"}
|
63908
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
63909
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_canvas_api_auths"[0m
|
63910
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
63911
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63912
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
63913
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63914
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
63915
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63916
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63917
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 1' LIMIT 1[0m
|
63918
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 1' LIMIT 1
|
63919
|
+
[1m[36mSQL (2.5ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "1"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 1"], ["name", "Account 1"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 1"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63920
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63921
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63922
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 2' LIMIT 1
|
63923
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 2' LIMIT 1[0m
|
63924
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "2"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 2"], ["name", "Account 2"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 2"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63925
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63926
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
63927
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 1], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63928
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63929
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63930
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 1], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63931
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63932
|
+
[1m[35m (6.9ms)[0m rollback transaction
|
63933
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
63934
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63935
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 3' LIMIT 1[0m
|
63936
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 3' LIMIT 1
|
63937
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "3"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 3"], ["name", "Account 3"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 3"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63938
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63939
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63940
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 4' LIMIT 1
|
63941
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 4' LIMIT 1[0m
|
63942
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "4"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 4"], ["name", "Account 4"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 4"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63943
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63944
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63945
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 2], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63946
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63947
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63948
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 2], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63949
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63950
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
63951
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63952
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63953
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 5' LIMIT 1[0m
|
63954
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 5' LIMIT 1
|
63955
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "5"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 5"], ["name", "Account 5"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 5"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63956
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63957
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63958
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 6' LIMIT 1
|
63959
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 6' LIMIT 1[0m
|
63960
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "6"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 6"], ["name", "Account 6"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 6"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63961
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63962
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63963
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 3], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63964
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63965
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63966
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 3], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63967
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63968
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63969
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63970
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63971
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63972
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63973
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_assignments.coalescing_panda_course_id, coalescing_panda_assignments.canvas_assignment_id: INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)
|
63974
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
63975
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
63976
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63977
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63978
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 7' LIMIT 1[0m
|
63979
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 7' LIMIT 1
|
63980
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "7"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 7"], ["name", "Account 7"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 7"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63981
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
63982
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63983
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 8' LIMIT 1
|
63984
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 8' LIMIT 1[0m
|
63985
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "8"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 8"], ["name", "Account 8"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 8"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63986
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63987
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
63988
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 4], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63989
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
63990
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63991
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 4], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
63992
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63993
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
63994
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
63995
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Load (0.1ms)[0m SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" ORDER BY "coalescing_panda_canvas_api_auths"."id" ASC LIMIT 1
|
63996
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
63997
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_canvas_api_auths" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["user_id", "a"]]
|
63998
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
63999
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
|
64000
|
+
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1[0m
|
64001
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Load (0.1ms)[0m SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths"
|
64002
|
+
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" = '1') LIMIT 1[0m
|
64003
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" = '1') LIMIT 1
|
64004
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
64005
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64006
|
+
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1[0m
|
64007
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
|
64008
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64009
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64010
|
+
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1[0m
|
64011
|
+
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
|
64012
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64013
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64014
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64015
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64016
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64017
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64018
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64019
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64020
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64021
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64022
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64023
|
+
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at DESC
|
64024
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
64025
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64026
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64027
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64028
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64029
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64030
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64031
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64032
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64033
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64034
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64035
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64036
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64037
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64038
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64039
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 9' LIMIT 1
|
64040
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 9' LIMIT 1[0m
|
64041
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "9"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 9"], ["name", "Account 9"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 9"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64042
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64043
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64044
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 10' LIMIT 1[0m
|
64045
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 10' LIMIT 1
|
64046
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "10"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 10"], ["name", "Account 10"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 10"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64047
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64048
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64049
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 5], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64050
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64051
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
64052
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64053
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64054
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 11' LIMIT 1[0m
|
64055
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 11' LIMIT 1
|
64056
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "11"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 11"], ["name", "Account 11"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 11"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64057
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64058
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64059
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 12' LIMIT 1
|
64060
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 12' LIMIT 1[0m
|
64061
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "12"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 12"], ["name", "Account 12"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 12"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64062
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64063
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64064
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 6], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64065
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64066
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
64067
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64068
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64069
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 13' LIMIT 1
|
64070
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 13' LIMIT 1[0m
|
64071
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "13"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 13"], ["name", "Account 13"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 13"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64072
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64073
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64074
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 14' LIMIT 1[0m
|
64075
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 14' LIMIT 1
|
64076
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "14"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 14"], ["name", "Account 14"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 14"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64077
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64078
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64079
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 7], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64080
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64081
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64082
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64083
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64084
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64085
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 15' LIMIT 1
|
64086
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 15' LIMIT 1[0m
|
64087
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "15"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 15"], ["name", "Account 15"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 15"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64088
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64089
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64090
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 8], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64091
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64092
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64093
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64094
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_lti_account_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
64095
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
64096
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
64097
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64098
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64099
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 16' LIMIT 1[0m
|
64100
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 16' LIMIT 1
|
64101
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "16"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 16"], ["name", "Account 16"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 16"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64102
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64103
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64104
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 9], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64105
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64106
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64107
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 17' LIMIT 1[0m
|
64108
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 17' LIMIT 1
|
64109
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "17"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 17"], ["name", "Account 17"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 17"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64110
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64111
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64112
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64113
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64114
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64115
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 18' LIMIT 1[0m
|
64116
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 18' LIMIT 1
|
64117
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "18"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 18"], ["name", "Account 18"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 18"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64118
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64119
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64120
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64121
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_term_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
64122
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
64123
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
64124
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
64125
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64126
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 19' LIMIT 1[0m
|
64127
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 19' LIMIT 1
|
64128
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "19"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 19"], ["name", "Account 19"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 19"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64129
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64130
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64131
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 20' LIMIT 1
|
64132
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 20' LIMIT 1[0m
|
64133
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "20"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 20"], ["name", "Account 20"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 20"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64134
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64135
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64136
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 10], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64137
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64138
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
64139
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64140
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64141
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64142
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64143
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64144
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64145
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 21' LIMIT 1
|
64146
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 21' LIMIT 1[0m
|
64147
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "21"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 21"], ["name", "Account 21"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 21"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64148
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64149
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64150
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["email", "test1@test.com"], ["name", "Factory User 1"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64151
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64152
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64153
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 22' LIMIT 1
|
64154
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 22' LIMIT 1[0m
|
64155
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "22"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 22"], ["name", "Account 22"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 22"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64156
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64157
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64158
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 23' LIMIT 1[0m
|
64159
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 23' LIMIT 1
|
64160
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "23"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 23"], ["name", "Account 23"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 23"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64161
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64162
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64163
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 11], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64164
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64165
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64166
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 7], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64167
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64168
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64169
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64170
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64171
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
64172
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
64173
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64174
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 24' LIMIT 1[0m
|
64175
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 24' LIMIT 1
|
64176
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "24"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 24"], ["name", "Account 24"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 24"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64177
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64178
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64179
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["email", "test2@test.com"], ["name", "Factory User 2"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64180
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64181
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64182
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 25' LIMIT 1[0m
|
64183
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 25' LIMIT 1
|
64184
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "25"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 25"], ["name", "Account 25"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 25"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64185
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64186
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64187
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 26' LIMIT 1
|
64188
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 26' LIMIT 1[0m
|
64189
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "26"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 26"], ["name", "Account 26"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 26"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64190
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64191
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64192
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 12], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64193
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64194
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64195
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 8], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64196
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64197
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64198
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64199
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64200
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
64201
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64202
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64203
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 27' LIMIT 1
|
64204
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 27' LIMIT 1[0m
|
64205
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "27"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 27"], ["name", "Account 27"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 27"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64206
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64207
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64208
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["email", "test3@test.com"], ["name", "Factory User 3"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64209
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64210
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64211
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 28' LIMIT 1
|
64212
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 28' LIMIT 1[0m
|
64213
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "28"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 28"], ["name", "Account 28"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 28"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64214
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64215
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64216
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 29' LIMIT 1[0m
|
64217
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 29' LIMIT 1
|
64218
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "29"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 29"], ["name", "Account 29"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 29"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64219
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64220
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64221
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 13], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64222
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64223
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64224
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 9], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64225
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64226
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64227
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 3], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64228
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64229
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
64230
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
64231
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64232
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 30' LIMIT 1[0m
|
64233
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 30' LIMIT 1
|
64234
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "30"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 30"], ["name", "Account 30"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 30"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64235
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64236
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64237
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 4], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["email", "test4@test.com"], ["name", "Factory User 4"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
|
64238
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64239
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64240
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 31' LIMIT 1[0m
|
64241
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 31' LIMIT 1
|
64242
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "31"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 31"], ["name", "Account 31"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 31"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64243
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64244
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64245
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 32' LIMIT 1
|
64246
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 32' LIMIT 1[0m
|
64247
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "32"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 32"], ["name", "Account 32"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 32"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64248
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64249
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64250
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 14], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64251
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64252
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64253
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 10], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64254
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64255
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64256
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", 4], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64257
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64258
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64259
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64260
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64261
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64262
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 4], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64263
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_enrollments.coalescing_panda_user_id, coalescing_panda_enrollments.coalescing_panda_section_id, coalescing_panda_enrollments.enrollment_type: INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
64264
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
64265
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
64266
|
+
[1m[35m (0.1ms)[0m begin transaction
|
64267
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64268
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 33' LIMIT 1
|
64269
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 33' LIMIT 1[0m
|
64270
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "33"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 33"], ["name", "Account 33"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 33"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64271
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64272
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64273
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 5], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test5@test.com"], ["name", "Factory User 5"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64274
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64275
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64276
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 34' LIMIT 1
|
64277
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 34' LIMIT 1[0m
|
64278
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "34"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 34"], ["name", "Account 34"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 34"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64279
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64280
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64281
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 35' LIMIT 1[0m
|
64282
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 35' LIMIT 1
|
64283
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "35"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 35"], ["name", "Account 35"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 35"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64284
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64285
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64286
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 15], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64287
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64288
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64289
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 11], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64290
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64291
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64292
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 5], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64293
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64294
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64295
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 5], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64296
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64297
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64298
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 6], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64299
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64300
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
64301
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64302
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64303
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 36' LIMIT 1[0m
|
64304
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 36' LIMIT 1
|
64305
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "36"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 36"], ["name", "Account 36"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 36"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64306
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64307
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64308
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 6], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test6@test.com"], ["name", "Factory User 6"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64309
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64310
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64311
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 37' LIMIT 1[0m
|
64312
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 37' LIMIT 1
|
64313
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "37"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 37"], ["name", "Account 37"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 37"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64314
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64315
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64316
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 38' LIMIT 1
|
64317
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 38' LIMIT 1[0m
|
64318
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "38"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 38"], ["name", "Account 38"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 38"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64319
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64320
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64321
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 16], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64322
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64323
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64324
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 12], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64325
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64326
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64327
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", 6], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64328
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64329
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
64330
|
+
[1m[35m (0.1ms)[0m begin transaction
|
64331
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64332
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64333
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64334
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64335
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 39' LIMIT 1[0m
|
64336
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 39' LIMIT 1
|
64337
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64338
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64339
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64340
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64341
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64342
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64343
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64344
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64345
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64346
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 40' LIMIT 1
|
64347
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 40' LIMIT 1[0m
|
64348
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "39"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 40"], ["name", "Account 40"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 40"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64349
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64350
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64351
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 41' LIMIT 1[0m
|
64352
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 41' LIMIT 1
|
64353
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "40"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 41"], ["name", "Account 41"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 41"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64354
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64355
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64356
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 17], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64357
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64358
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64359
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 13], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64360
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64361
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
64362
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64363
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64364
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 42' LIMIT 1
|
64365
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 42' LIMIT 1[0m
|
64366
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "41"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 42"], ["name", "Account 42"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 42"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64367
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64368
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64369
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 43' LIMIT 1[0m
|
64370
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 43' LIMIT 1
|
64371
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "42"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 43"], ["name", "Account 43"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 43"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64372
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64373
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64374
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 18], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64375
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64376
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64377
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 14], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64378
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64379
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
64380
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64381
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64382
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 44' LIMIT 1
|
64383
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 44' LIMIT 1[0m
|
64384
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "43"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 44"], ["name", "Account 44"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 44"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64385
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64386
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64387
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 45' LIMIT 1[0m
|
64388
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 45' LIMIT 1
|
64389
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "44"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 45"], ["name", "Account 45"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 45"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64390
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64391
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64392
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 19], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64393
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64394
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64395
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 15], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64396
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64397
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64398
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64399
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64400
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64401
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64402
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_sections.coalescing_panda_course_id, coalescing_panda_sections.canvas_section_id: INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
|
64403
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
64404
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
64405
|
+
[1m[35m (0.1ms)[0m begin transaction
|
64406
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64407
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 46' LIMIT 1
|
64408
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 46' LIMIT 1[0m
|
64409
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "45"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 46"], ["name", "Account 46"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 46"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64410
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64411
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64412
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 47' LIMIT 1[0m
|
64413
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 47' LIMIT 1
|
64414
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "46"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 47"], ["name", "Account 47"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 47"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64415
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64416
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64417
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 20], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64418
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64419
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64420
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 16], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64421
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64422
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
64423
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64424
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64425
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64426
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64427
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64428
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64429
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 48' LIMIT 1
|
64430
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 48' LIMIT 1[0m
|
64431
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "47"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 48"], ["name", "Account 48"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 48"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64432
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64433
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64434
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 7], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test7@test.com"], ["name", "Factory User 7"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64435
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64436
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64437
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 49' LIMIT 1
|
64438
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 49' LIMIT 1[0m
|
64439
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "48"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 49"], ["name", "Account 49"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 49"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64440
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64441
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64442
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 50' LIMIT 1[0m
|
64443
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 50' LIMIT 1
|
64444
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "49"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 50"], ["name", "Account 50"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 50"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64445
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64446
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64447
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 21], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64448
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64449
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64450
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 17], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64451
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64452
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64453
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "3"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64454
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64455
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
64456
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
64457
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64458
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 51' LIMIT 1[0m
|
64459
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 51' LIMIT 1
|
64460
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "50"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 51"], ["name", "Account 51"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 51"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64461
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64462
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64463
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 8], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test8@test.com"], ["name", "Factory User 8"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64464
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64465
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64466
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 52' LIMIT 1[0m
|
64467
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 52' LIMIT 1
|
64468
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "51"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 52"], ["name", "Account 52"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 52"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64469
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64470
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64471
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 53' LIMIT 1
|
64472
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 53' LIMIT 1[0m
|
64473
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "52"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 53"], ["name", "Account 53"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 53"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64474
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64475
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64476
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 22], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64477
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64478
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64479
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 18], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64480
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64481
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64482
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "4"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64483
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64484
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
64485
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64486
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64487
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 54' LIMIT 1
|
64488
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 54' LIMIT 1[0m
|
64489
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "53"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 54"], ["name", "Account 54"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 54"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64490
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64491
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64492
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 9], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test9@test.com"], ["name", "Factory User 9"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64493
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64494
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64495
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 55' LIMIT 1
|
64496
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 55' LIMIT 1[0m
|
64497
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "54"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 55"], ["name", "Account 55"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 55"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64498
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64499
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64500
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 56' LIMIT 1[0m
|
64501
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 56' LIMIT 1
|
64502
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "55"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 56"], ["name", "Account 56"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 56"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64503
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64504
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64505
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 23], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64506
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64507
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64508
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 19], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64509
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64510
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64511
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "5"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64512
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64513
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
64514
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
64515
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64516
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 57' LIMIT 1[0m
|
64517
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 57' LIMIT 1
|
64518
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "56"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 57"], ["name", "Account 57"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 57"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64519
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64520
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64521
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 10], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test10@test.com"], ["name", "Factory User 10"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64522
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64523
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64524
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 58' LIMIT 1[0m
|
64525
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 58' LIMIT 1
|
64526
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "57"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 58"], ["name", "Account 58"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 58"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64527
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64528
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64529
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 59' LIMIT 1
|
64530
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 59' LIMIT 1[0m
|
64531
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "58"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 59"], ["name", "Account 59"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 59"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64532
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64533
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64534
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 24], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64535
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64536
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64537
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 20], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64538
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64539
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64540
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "6"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64541
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64542
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64543
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64544
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64545
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64546
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64547
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_submissions.coalescing_panda_user_id, coalescing_panda_submissions.coalescing_panda_assignment_id, coalescing_panda_submissions.canvas_submission_id: INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)
|
64548
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
64549
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
64550
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64551
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64552
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 60' LIMIT 1
|
64553
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 60' LIMIT 1[0m
|
64554
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "59"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 60"], ["name", "Account 60"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 60"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64555
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64556
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64557
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 11], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test11@test.com"], ["name", "Factory User 11"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64558
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64559
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64560
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 61' LIMIT 1
|
64561
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 61' LIMIT 1[0m
|
64562
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "60"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 61"], ["name", "Account 61"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 61"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64563
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64564
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64565
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 62' LIMIT 1[0m
|
64566
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 62' LIMIT 1
|
64567
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "61"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 62"], ["name", "Account 62"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 62"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64568
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64569
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64570
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 25], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64571
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64572
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64573
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 21], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64574
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64575
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64576
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "7"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64577
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64578
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64579
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64580
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64581
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64582
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "2"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64583
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64584
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
64585
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
64586
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64587
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 63' LIMIT 1[0m
|
64588
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 63' LIMIT 1
|
64589
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "62"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 63"], ["name", "Account 63"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 63"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64590
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64591
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64592
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 12], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test12@test.com"], ["name", "Factory User 12"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64593
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64594
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64595
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 64' LIMIT 1[0m
|
64596
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 64' LIMIT 1
|
64597
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "63"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 64"], ["name", "Account 64"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 64"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64598
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64599
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64600
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 65' LIMIT 1
|
64601
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 65' LIMIT 1[0m
|
64602
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "64"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 65"], ["name", "Account 65"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 65"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64603
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64604
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64605
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 26], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64606
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64607
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64608
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 22], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64609
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64610
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64611
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "8"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64612
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64613
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
64614
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64615
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64616
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64617
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64618
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64619
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64620
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 66' LIMIT 1
|
64621
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 66' LIMIT 1[0m
|
64622
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "65"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 66"], ["name", "Account 66"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 66"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64623
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64624
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
64625
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64626
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64627
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 67' LIMIT 1[0m
|
64628
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 67' LIMIT 1
|
64629
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "66"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 67"], ["name", "Account 67"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 67"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64630
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64631
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64632
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64633
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64634
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64635
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64636
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_terms.canvas_term_id, coalescing_panda_terms.coalescing_panda_lti_account_id: INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
|
64637
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
64638
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
64639
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64640
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64641
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64642
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64643
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64644
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64645
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64646
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
64647
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64648
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64649
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 68' LIMIT 1
|
64650
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 68' LIMIT 1[0m
|
64651
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "67"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 68"], ["name", "Account 68"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 68"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64652
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64653
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
64654
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64655
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64656
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 69' LIMIT 1[0m
|
64657
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 69' LIMIT 1
|
64658
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "68"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 69"], ["name", "Account 69"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 69"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64659
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64660
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
64661
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64662
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64663
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 70' LIMIT 1
|
64664
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 70' LIMIT 1[0m
|
64665
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "69"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 70"], ["name", "Account 70"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 70"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64666
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64667
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64668
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test15@test.com"], ["name", "Factory User 15"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64669
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64670
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64671
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test16@test.com"], ["name", "Factory User 16"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64672
|
+
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_users.coalescing_panda_lti_account_id, coalescing_panda_users.canvas_user_id: INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
|
64673
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
64674
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
64675
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64676
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64677
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 71' LIMIT 1[0m
|
64678
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 71' LIMIT 1
|
64679
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "70"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 71"], ["name", "Account 71"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 71"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64680
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64681
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
64682
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64683
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64684
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 72' LIMIT 1
|
64685
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 72' LIMIT 1[0m
|
64686
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "71"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 72"], ["name", "Account 72"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 72"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64687
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64688
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64689
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 73' LIMIT 1[0m
|
64690
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 73' LIMIT 1
|
64691
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "72"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 73"], ["name", "Account 73"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 73"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64692
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64693
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64694
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 28], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64695
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64696
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64697
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 23], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64698
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64700
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64701
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64702
|
+
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at ASC LIMIT 1
|
64703
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
64704
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64705
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64706
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 74' LIMIT 1
|
64707
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 74' LIMIT 1[0m
|
64708
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "73"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 74"], ["name", "Account 74"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 74"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64709
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64710
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64711
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 75' LIMIT 1[0m
|
64712
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 75' LIMIT 1
|
64713
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "74"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 75"], ["name", "Account 75"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 75"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64714
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64715
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64716
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 29], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64717
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64718
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64719
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 24], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64720
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64721
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64722
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64723
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64724
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
64725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
64726
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64727
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 76' LIMIT 1[0m
|
64728
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 76' LIMIT 1
|
64729
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "75"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 76"], ["name", "Account 76"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 76"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64730
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64731
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64732
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 77' LIMIT 1
|
64733
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 77' LIMIT 1[0m
|
64734
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "76"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 77"], ["name", "Account 77"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 77"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64735
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64736
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64737
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 30], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64738
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64739
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64740
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 25], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64741
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64742
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64743
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64744
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64745
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64746
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["status", "Started"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64747
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64748
|
+
[1m[35mCoalescingPanda::Section Load (0.2ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
64749
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64750
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64751
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64752
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64753
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1[0m [["percent_complete", 20.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64754
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64755
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64756
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64757
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64758
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64759
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64760
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64761
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64762
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64763
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64764
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64765
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64766
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64767
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64768
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 40.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64769
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64770
|
+
[1m[35mCoalescingPanda::Enrollment Load (0.2ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '1') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
64771
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '1' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64772
|
+
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
64773
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64774
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 1], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Fri, 07 Nov 2014 21:17:54 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Tue, 11 Nov 2014 22:11:19 UTC +00:00], ["workflow_state", "active"]]
|
64775
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64776
|
+
[1m[35mCoalescingPanda::Enrollment Load (0.1ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '2') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
64777
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64778
|
+
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
64779
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64780
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 2], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Fri, 07 Nov 2014 21:18:16 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:17 UTC +00:00], ["workflow_state", "active"]]
|
64781
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64782
|
+
[1m[35mCoalescingPanda::Enrollment Load (0.1ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '3') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
64783
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64784
|
+
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
64785
|
+
[1m[36m (0.8ms)[0m [1mSAVEPOINT active_record_1[0m
|
64786
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Fri, 07 Nov 2014 21:18:17 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:21 UTC +00:00], ["workflow_state", "active"]]
|
64787
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64788
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64789
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1[0m [["percent_complete", 60.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64790
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64791
|
+
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64792
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
64793
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
|
64794
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64795
|
+
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64796
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64797
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
|
64798
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64799
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64800
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 80.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64801
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64802
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? [["coalescing_panda_course_id", 1]]
|
64803
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64804
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 100.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64805
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64806
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
64807
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1[0m [["status", "Completed"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64808
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64809
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
64810
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64811
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64812
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.2ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 78' LIMIT 1
|
64813
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 78' LIMIT 1[0m
|
64814
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "77"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 78"], ["name", "Account 78"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 78"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64815
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64816
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64817
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 79' LIMIT 1[0m
|
64818
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 79' LIMIT 1
|
64819
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "78"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 79"], ["name", "Account 79"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 79"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64820
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64821
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64822
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 31], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64823
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64824
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64825
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 26], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64826
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64827
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64828
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64829
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64830
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
64831
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64832
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64833
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 80' LIMIT 1[0m
|
64834
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 80' LIMIT 1
|
64835
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "79"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 80"], ["name", "Account 80"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 80"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64836
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64837
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64838
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 81' LIMIT 1
|
64839
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 81' LIMIT 1[0m
|
64840
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "80"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 81"], ["name", "Account 81"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 81"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64841
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64842
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64843
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 32], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64844
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64845
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64846
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 27], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64847
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64848
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64849
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64850
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64851
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
64852
|
+
[1m[35m (0.1ms)[0m begin transaction
|
64853
|
+
[1m[36mCoalescingPanda::Section Load (0.1ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections"[0m
|
64854
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64855
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 82' LIMIT 1[0m
|
64856
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 82' LIMIT 1
|
64857
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "81"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 82"], ["name", "Account 82"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 82"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64858
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64859
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64860
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 83' LIMIT 1
|
64861
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 83' LIMIT 1[0m
|
64862
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "82"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 83"], ["name", "Account 83"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 83"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64863
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64864
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
64865
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 33], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64866
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64867
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64868
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 28], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64869
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64870
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64871
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64872
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64873
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64874
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64875
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64876
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64877
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_sections"[0m
|
64878
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
64879
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64880
|
+
[1m[35mCoalescingPanda::User Load (0.1ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users"
|
64881
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64882
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 84' LIMIT 1
|
64883
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 84' LIMIT 1[0m
|
64884
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "83"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 84"], ["name", "Account 84"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 84"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64885
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64886
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64887
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 85' LIMIT 1[0m
|
64888
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 85' LIMIT 1
|
64889
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "84"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 85"], ["name", "Account 85"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 85"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64890
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64891
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64892
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 34], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64893
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64894
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64895
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 29], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64896
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64897
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64898
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64899
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64900
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
64901
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64902
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64903
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64904
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
64905
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64906
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64907
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64908
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
64909
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64910
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64911
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64912
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "coalescing_panda_users"
|
64913
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
64914
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64915
|
+
[1m[36mCoalescingPanda::Enrollment Load (0.1ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments"[0m
|
64916
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64917
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 86' LIMIT 1[0m
|
64918
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 86' LIMIT 1
|
64919
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "85"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 86"], ["name", "Account 86"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 86"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64920
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64921
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64922
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 87' LIMIT 1
|
64923
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 87' LIMIT 1[0m
|
64924
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "86"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 87"], ["name", "Account 87"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 87"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64925
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64926
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64927
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 35], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64928
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64929
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
64930
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 30], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64931
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64932
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64933
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64934
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64935
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64936
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64937
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64938
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64939
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64940
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64941
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64942
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64943
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64944
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64945
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64946
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64947
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
64948
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64949
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64950
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64951
|
+
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '1') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64952
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '1' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
64953
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64954
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64955
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 1], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Fri, 07 Nov 2014 21:17:54 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Tue, 11 Nov 2014 22:11:19 UTC +00:00], ["workflow_state", "active"]]
|
64956
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64957
|
+
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '2') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64958
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
64959
|
+
[1m[36mCoalescingPanda::Section Load (0.1ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64960
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64961
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 2], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Fri, 07 Nov 2014 21:18:16 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:17 UTC +00:00], ["workflow_state", "active"]]
|
64962
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64963
|
+
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '3') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64964
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
64965
|
+
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64966
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64967
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Fri, 07 Nov 2014 21:18:17 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:21 UTC +00:00], ["workflow_state", "active"]]
|
64968
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64969
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_enrollments"[0m
|
64970
|
+
[1m[35mCoalescingPanda::Enrollment Load (0.1ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" ORDER BY "coalescing_panda_enrollments"."id" DESC LIMIT 1
|
64971
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
64972
|
+
[1m[35m (0.0ms)[0m begin transaction
|
64973
|
+
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments"[0m
|
64974
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64975
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 88' LIMIT 1[0m
|
64976
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 88' LIMIT 1
|
64977
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "87"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 88"], ["name", "Account 88"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 88"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64978
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64979
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64980
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 89' LIMIT 1
|
64981
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 89' LIMIT 1[0m
|
64982
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "88"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 89"], ["name", "Account 89"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 89"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64983
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64984
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64985
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 36], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64986
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64987
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
64988
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 31], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64989
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
64990
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
64991
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
64992
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
64993
|
+
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64994
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64995
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
|
64996
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
64997
|
+
[1m[36mCoalescingPanda::Assignment Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1]]
|
64998
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
64999
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
|
65000
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
65001
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_assignments"[0m
|
65002
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
65003
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
65004
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions"
|
65005
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65006
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 90' LIMIT 1
|
65007
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 90' LIMIT 1[0m
|
65008
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "89"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 90"], ["name", "Account 90"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 90"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65009
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65010
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65011
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 91' LIMIT 1[0m
|
65012
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 91' LIMIT 1
|
65013
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "90"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 91"], ["name", "Account 91"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 91"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65014
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65015
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65016
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 37], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65017
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65018
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65019
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 32], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65020
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65021
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65022
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65023
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65024
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
65025
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65026
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65027
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65028
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
65029
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65030
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65031
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65032
|
+
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
65033
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65034
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65035
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65036
|
+
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65037
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65038
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
|
65039
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65040
|
+
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65041
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65042
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
|
65043
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65044
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '3') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65045
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
65046
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '1' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65047
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65048
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 3], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["grade", "70"], ["score", 70], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["workflow_state", "graded"]]
|
65049
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65050
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '1') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65051
|
+
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
65052
|
+
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '1' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65053
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65054
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 1], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["grade", "100"], ["score", 100], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["workflow_state", "graded"]]
|
65055
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65056
|
+
[1m[35mCoalescingPanda::Submission Load (0.1ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '4') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65057
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
65058
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '2' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65059
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65060
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 4], ["coalescing_panda_assignment_id", 2], ["coalescing_panda_user_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["grade", "90"], ["score", 90], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["workflow_state", "graded"]]
|
65061
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65062
|
+
[1m[35mCoalescingPanda::Submission Load (0.2ms)[0m SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '2') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65063
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
65064
|
+
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '2' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65065
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65066
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 2], ["coalescing_panda_assignment_id", 2], ["coalescing_panda_user_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["grade", "80"], ["score", 80], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["workflow_state", "graded"]]
|
65067
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65068
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "coalescing_panda_submissions"
|
65069
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
65070
|
+
[1m[35m (0.1ms)[0m begin transaction
|
65071
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
65072
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 92' LIMIT 1
|
65073
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 92' LIMIT 1[0m
|
65074
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "91"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 92"], ["name", "Account 92"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 92"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65075
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65076
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65077
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 93' LIMIT 1[0m
|
65078
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 93' LIMIT 1
|
65079
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "92"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 93"], ["name", "Account 93"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 93"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65080
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65081
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
65082
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 38], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65083
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65084
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
65085
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 33], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65086
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65087
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65088
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65089
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65090
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
65091
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
65092
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65093
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 94' LIMIT 1[0m
|
65094
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 94' LIMIT 1
|
65095
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "93"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 94"], ["name", "Account 94"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 94"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65096
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65097
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65098
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 95' LIMIT 1
|
65099
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 95' LIMIT 1[0m
|
65100
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "94"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 95"], ["name", "Account 95"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 95"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65101
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65102
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65103
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 39], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65104
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
65105
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
65106
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 34], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65107
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65108
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65109
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65110
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65111
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
65112
|
+
[1m[35m (0.0ms)[0m begin transaction
|
65113
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
65114
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 96' LIMIT 1
|
65115
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 96' LIMIT 1[0m
|
65116
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "95"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 96"], ["name", "Account 96"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 96"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65117
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65118
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65119
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 97' LIMIT 1[0m
|
65120
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 97' LIMIT 1
|
65121
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "96"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 97"], ["name", "Account 97"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 97"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65122
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
65123
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65124
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 40], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65125
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65126
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65127
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 35], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65128
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65129
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65130
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65131
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65132
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
65133
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
65134
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
65135
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 98' LIMIT 1[0m
|
65136
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 98' LIMIT 1
|
65137
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "97"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 98"], ["name", "Account 98"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 98"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65138
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65139
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65140
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 99' LIMIT 1
|
65141
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 99' LIMIT 1[0m
|
65142
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "98"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 99"], ["name", "Account 99"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 99"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65143
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65144
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65145
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 41], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65146
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65147
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65148
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 36], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65149
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65150
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65151
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65152
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
65153
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
65154
|
+
[1m[35m (0.1ms)[0m begin transaction
|
65155
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65156
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 100' LIMIT 1
|
65157
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 100' LIMIT 1[0m
|
65158
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "99"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 100"], ["name", "Account 100"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 100"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65159
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65160
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65161
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 101' LIMIT 1[0m
|
65162
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 101' LIMIT 1
|
65163
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "100"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 101"], ["name", "Account 101"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 101"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65164
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65165
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65166
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 42], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65167
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65168
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65169
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 37], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65170
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65171
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65172
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65173
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65174
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
65175
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
65176
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
65177
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 102' LIMIT 1[0m
|
65178
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 102' LIMIT 1
|
65179
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "101"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 102"], ["name", "Account 102"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 102"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65180
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65181
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65182
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 103' LIMIT 1
|
65183
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 103' LIMIT 1[0m
|
65184
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "102"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 103"], ["name", "Account 103"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 103"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65185
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65186
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65187
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 43], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65188
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65189
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65190
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 38], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65191
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65192
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65193
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65194
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65195
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
65196
|
+
[1m[35m (0.0ms)[0m begin transaction
|
65197
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65198
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 104' LIMIT 1
|
65199
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 104' LIMIT 1[0m
|
65200
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "103"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 104"], ["name", "Account 104"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 104"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65201
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65202
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65203
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 105' LIMIT 1[0m
|
65204
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 105' LIMIT 1
|
65205
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "104"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 105"], ["name", "Account 105"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 105"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65206
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65207
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65208
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 44], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65209
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65210
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65211
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 39], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65212
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65213
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65214
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65215
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65216
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
65217
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
65218
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65219
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 106' LIMIT 1[0m
|
65220
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 106' LIMIT 1
|
65221
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "105"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 106"], ["name", "Account 106"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 106"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65222
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65223
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65224
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 107' LIMIT 1
|
65225
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 107' LIMIT 1[0m
|
65226
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "106"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 107"], ["name", "Account 107"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 107"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65227
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65228
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65229
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 45], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65230
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65231
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65232
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 40], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65233
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65234
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65235
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65236
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65237
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
65238
|
+
[1m[35m (0.1ms)[0m begin transaction
|
65239
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65240
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 108' LIMIT 1
|
65241
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 108' LIMIT 1[0m
|
65242
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "107"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 108"], ["name", "Account 108"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 108"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65243
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65244
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65245
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 109' LIMIT 1[0m
|
65246
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 109' LIMIT 1
|
65247
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "108"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 109"], ["name", "Account 109"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 109"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65248
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65249
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
65250
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 46], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65251
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65252
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
65253
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 41], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65254
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65255
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65256
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65257
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65258
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
65259
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
65260
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65261
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 110' LIMIT 1[0m
|
65262
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 110' LIMIT 1
|
65263
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "109"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 110"], ["name", "Account 110"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 110"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65264
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65265
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65266
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 111' LIMIT 1
|
65267
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 111' LIMIT 1[0m
|
65268
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "110"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 111"], ["name", "Account 111"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 111"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65269
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65270
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65271
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 47], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65272
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65273
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65274
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 42], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65275
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65276
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
65277
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_section_id", 9], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65278
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65279
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65280
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 112' LIMIT 1
|
65281
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 112' LIMIT 1[0m
|
65282
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "111"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 112"], ["name", "Account 112"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 112"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65283
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65284
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65285
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 113' LIMIT 1[0m
|
65286
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 113' LIMIT 1
|
65287
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "112"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 113"], ["name", "Account 113"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 113"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65288
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65289
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65290
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 48], ["coalescing_panda_lti_account_id", 4], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65291
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65292
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65293
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 43], ["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65294
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65295
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65296
|
+
[1m[35mCoalescingPanda::Course Load (0.1ms)[0m SELECT "coalescing_panda_courses".* FROM "coalescing_panda_courses" WHERE "coalescing_panda_courses"."id" = ? LIMIT 1 [["id", 2]]
|
65297
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_sections" SET "coalescing_panda_course_id" = ?, "updated_at" = ? WHERE "coalescing_panda_sections"."id" = 1[0m [["coalescing_panda_course_id", 2], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65298
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65299
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65300
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65301
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65302
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65303
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 15], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test18@test.com"], ["name", "Factory User 18"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65304
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65305
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '15' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 3]]
|
65306
|
+
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '9' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 2]]
|
65307
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
65308
|
+
[1m[35m (0.0ms)[0m begin transaction
|
65309
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65310
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 114' LIMIT 1
|
65311
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 114' LIMIT 1[0m
|
65312
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "113"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 114"], ["name", "Account 114"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 114"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65313
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65314
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65315
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 115' LIMIT 1[0m
|
65316
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 115' LIMIT 1
|
65317
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "114"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 115"], ["name", "Account 115"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 115"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65318
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
65319
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65320
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 49], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65321
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65322
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65323
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["canvas_course_id", 44], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65324
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65325
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65326
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65327
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65328
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
65329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
65330
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65331
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 116' LIMIT 1[0m
|
65332
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 116' LIMIT 1
|
65333
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["canvas_account_id", "115"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 116"], ["name", "Account 116"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 116"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65334
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65335
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65336
|
+
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 117' LIMIT 1
|
65337
|
+
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 117' LIMIT 1[0m
|
65338
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "116"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 117"], ["name", "Account 117"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 117"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65339
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65340
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65341
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["canvas_term_id", 50], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65342
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65343
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65344
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 45], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65345
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65346
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65347
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["canvas_assignment_id", "9"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65348
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65349
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
65350
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65351
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
65352
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
65353
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_user_id", 16], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test19@test.com"], ["name", "Factory User 19"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
|
65354
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
65355
|
+
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '16' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
65356
|
+
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '9' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
|
65357
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|