extface 0.4.3g → 0.4.4a

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.
@@ -0,0 +1,2031 @@
1
+  (109.6ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
2
+  (82.5ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime)
3
+  (81.2ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
4
+  (0.3ms) select sqlite_version(*)
5
+  (72.7ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
6
+  (73.0ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime)
7
+  (130.9ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
8
+  (104.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9
+  (75.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10
+  (0.2ms) SELECT version FROM "schema_migrations"
11
+  (52.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140303123022')
12
+  (49.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140216110608')
13
+  (49.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140303112124')
14
+  (65.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140215192111')
15
+  (65.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140219175006')
16
+  (65.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140219091811')
17
+  (65.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140303122506')
18
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
19
+  (81.6ms) DROP TABLE "extface_devices"
20
+  (97.4ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime)
21
+  (57.2ms) DROP TABLE "extface_drivers"
22
+  (65.2ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime)
23
+  (65.0ms) DROP TABLE "extface_jobs"
24
+  (65.6ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime)
25
+  (56.7ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
26
+  (64.6ms) DROP TABLE "extface_serial_configs"
27
+  (184.1ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
28
+  (209.6ms) DROP TABLE "shops"
29
+  (73.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
30
+  (0.2ms) SELECT version FROM "schema_migrations"
31
+  (0.1ms) begin transaction
32
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
33
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 01:26:40', '2015-05-20 01:26:40', 980190962, 258259918)
34
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 01:26:40', '2015-05-20 01:26:40', 298486374, 599072141)
35
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
36
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 01:26:40', '2015-05-20 01:26:40', 980190962, 'Shop', 980190962, 258259918)
37
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 01:26:40', '2015-05-20 01:26:40', 298486374, 'Shop', 980190962, 599072141)
38
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 01:26:40', '2015-05-20 01:26:40', 229906743, 'Shop', 980190962, 229906743)
39
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
40
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 01:26:40', '2015-05-20 01:26:40', 258259918)
41
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 01:26:40', '2015-05-20 01:26:40', 412842077)
42
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 01:26:40', '2015-05-20 01:26:40', 599072141)
43
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 01:26:40', '2015-05-20 01:26:40', 229906743)
44
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
45
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 01:26:40', '2015-05-20 01:26:40', 980190962)
46
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 01:26:40', '2015-05-20 01:26:40', 298486374)
47
+ Fixture Delete (0.1ms) DELETE FROM "shops"
48
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 01:26:40', '2015-05-20 01:26:40', 980190962)
49
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 01:26:40', '2015-05-20 01:26:40', 298486374)
50
+  (91.1ms) commit transaction
51
+  (0.1ms) begin transaction
52
+ -----------------------------------------------------
53
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
54
+ -----------------------------------------------------
55
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
56
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
57
+  (0.3ms) rollback transaction
58
+  (0.1ms) begin transaction
59
+ -----------------------------------------------
60
+ Extface::Driver::Datecs::Fp550Test: test_handle
61
+ -----------------------------------------------
62
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
63
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
64
+  (0.2ms) rollback transaction
65
+  (0.2ms) begin transaction
66
+ -------------------------------------------------------
67
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
68
+ -------------------------------------------------------
69
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
70
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
71
+  (0.2ms) rollback transaction
72
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
73
+  (98.5ms) DROP TABLE "extface_devices"
74
+  (57.0ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
75
+  (64.7ms) DROP TABLE "extface_drivers"
76
+  (84.8ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
77
+  (80.9ms) DROP TABLE "extface_jobs"
78
+  (155.9ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
79
+  (0.2ms) select sqlite_version(*)
80
+  (81.0ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
81
+  (81.1ms) DROP TABLE "extface_serial_configs"
82
+  (53.9ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
83
+  (57.3ms) DROP TABLE "shops"
84
+  (93.3ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
85
+  (0.2ms) SELECT version FROM "schema_migrations"
86
+  (0.1ms) begin transaction
87
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
88
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:55:55', '2015-05-20 02:55:55', 980190962, 258259918)
89
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:55:55', '2015-05-20 02:55:55', 298486374, 599072141)
90
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
91
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 02:55:55', '2015-05-20 02:55:55', 980190962, 'Shop', 980190962, 258259918)
92
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 02:55:55', '2015-05-20 02:55:55', 298486374, 'Shop', 980190962, 599072141)
93
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 02:55:55', '2015-05-20 02:55:55', 229906743, 'Shop', 980190962, 229906743)
94
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
95
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 02:55:55', '2015-05-20 02:55:55', 258259918)
96
+ Fixture Insert (0.2ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 02:55:55', '2015-05-20 02:55:55', 412842077)
97
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 02:55:55', '2015-05-20 02:55:55', 599072141)
98
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 02:55:55', '2015-05-20 02:55:55', 229906743)
99
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
100
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:55:55', '2015-05-20 02:55:55', 980190962)
101
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:55:55', '2015-05-20 02:55:55', 298486374)
102
+ Fixture Delete (0.1ms) DELETE FROM "shops"
103
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:55:55', '2015-05-20 02:55:55', 980190962)
104
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:55:55', '2015-05-20 02:55:55', 298486374)
105
+  (61.8ms) commit transaction
106
+  (0.1ms) begin transaction
107
+ -----------------------------------------------------
108
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
109
+ -----------------------------------------------------
110
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
111
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
112
+  (0.1ms) rollback transaction
113
+  (0.1ms) begin transaction
114
+ ----------------------------------------------
115
+ Extface::Driver::Datecs::Fp550Test: test_fsend
116
+ ----------------------------------------------
117
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
118
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
119
+  (0.1ms) rollback transaction
120
+  (0.1ms) begin transaction
121
+ -----------------------------------------------
122
+ Extface::Driver::Datecs::Fp550Test: test_handle
123
+ -----------------------------------------------
124
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
125
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
126
+  (0.1ms) rollback transaction
127
+  (0.1ms) begin transaction
128
+ -------------------------------------------------------
129
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
130
+ -------------------------------------------------------
131
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
132
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
133
+  (0.1ms) rollback transaction
134
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
135
+  (107.8ms) DROP TABLE "extface_devices"
136
+  (65.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
137
+  (64.4ms) DROP TABLE "extface_drivers"
138
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
139
+  (64.6ms) DROP TABLE "extface_jobs"
140
+  (68.2ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
141
+  (0.3ms) select sqlite_version(*)
142
+  (64.1ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
143
+  (73.0ms) DROP TABLE "extface_serial_configs"
144
+  (73.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
145
+  (89.4ms) DROP TABLE "shops"
146
+  (90.1ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
147
+  (0.2ms) SELECT version FROM "schema_migrations"
148
+  (0.1ms) begin transaction
149
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
150
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:56:32', '2015-05-20 02:56:32', 980190962, 258259918)
151
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:56:32', '2015-05-20 02:56:32', 298486374, 599072141)
152
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
153
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 02:56:32', '2015-05-20 02:56:32', 980190962, 'Shop', 980190962, 258259918)
154
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 02:56:32', '2015-05-20 02:56:32', 298486374, 'Shop', 980190962, 599072141)
155
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 02:56:32', '2015-05-20 02:56:32', 229906743, 'Shop', 980190962, 229906743)
156
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
157
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 02:56:32', '2015-05-20 02:56:32', 258259918)
158
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 02:56:32', '2015-05-20 02:56:32', 412842077)
159
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 02:56:32', '2015-05-20 02:56:32', 599072141)
160
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 02:56:32', '2015-05-20 02:56:32', 229906743)
161
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
162
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:56:32', '2015-05-20 02:56:32', 980190962)
163
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:56:32', '2015-05-20 02:56:32', 298486374)
164
+ Fixture Delete (0.1ms) DELETE FROM "shops"
165
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:56:32', '2015-05-20 02:56:32', 980190962)
166
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:56:32', '2015-05-20 02:56:32', 298486374)
167
+  (90.9ms) commit transaction
168
+  (0.1ms) begin transaction
169
+ -----------------------------------------------------
170
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
171
+ -----------------------------------------------------
172
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
173
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
174
+  (0.2ms) rollback transaction
175
+  (0.1ms) begin transaction
176
+ ----------------------------------------------
177
+ Extface::Driver::Datecs::Fp550Test: test_fsend
178
+ ----------------------------------------------
179
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
180
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
181
+  (0.1ms) rollback transaction
182
+  (0.1ms) begin transaction
183
+ -----------------------------------------------
184
+ Extface::Driver::Datecs::Fp550Test: test_handle
185
+ -----------------------------------------------
186
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
187
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
188
+  (0.1ms) rollback transaction
189
+  (0.1ms) begin transaction
190
+ -------------------------------------------------------
191
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
192
+ -------------------------------------------------------
193
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
194
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
195
+  (0.1ms) rollback transaction
196
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
197
+  (105.5ms) DROP TABLE "extface_devices"
198
+  (57.1ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
199
+  (64.3ms) DROP TABLE "extface_drivers"
200
+  (65.4ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
201
+  (75.7ms) DROP TABLE "extface_jobs"
202
+  (65.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
203
+  (0.2ms) select sqlite_version(*)
204
+  (64.5ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
205
+  (65.1ms) DROP TABLE "extface_serial_configs"
206
+  (73.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
207
+  (81.4ms) DROP TABLE "shops"
208
+  (81.8ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
209
+  (0.3ms) SELECT version FROM "schema_migrations"
210
+  (0.1ms) begin transaction
211
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
212
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:59:13', '2015-05-20 02:59:13', 980190962, 258259918)
213
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:59:13', '2015-05-20 02:59:13', 298486374, 599072141)
214
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
215
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 02:59:13', '2015-05-20 02:59:13', 980190962, 'Shop', 980190962, 258259918)
216
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 02:59:13', '2015-05-20 02:59:13', 298486374, 'Shop', 980190962, 599072141)
217
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 02:59:13', '2015-05-20 02:59:13', 229906743, 'Shop', 980190962, 229906743)
218
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
219
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 02:59:13', '2015-05-20 02:59:13', 258259918)
220
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 02:59:13', '2015-05-20 02:59:13', 412842077)
221
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 02:59:13', '2015-05-20 02:59:13', 599072141)
222
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 02:59:13', '2015-05-20 02:59:13', 229906743)
223
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
224
+ Fixture Insert (0.2ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:59:13', '2015-05-20 02:59:13', 980190962)
225
+ Fixture Insert (0.2ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:59:13', '2015-05-20 02:59:13', 298486374)
226
+ Fixture Delete (0.1ms) DELETE FROM "shops"
227
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:59:13', '2015-05-20 02:59:13', 980190962)
228
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:59:13', '2015-05-20 02:59:13', 298486374)
229
+  (46.8ms) commit transaction
230
+  (0.2ms) begin transaction
231
+ -----------------------------------------------------
232
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
233
+ -----------------------------------------------------
234
+ Extface::Driver Load (0.5ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
235
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
236
+  (0.1ms) rollback transaction
237
+  (0.1ms) begin transaction
238
+ ----------------------------------------------
239
+ Extface::Driver::Datecs::Fp550Test: test_fsend
240
+ ----------------------------------------------
241
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
242
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
243
+  (0.1ms) rollback transaction
244
+  (0.1ms) begin transaction
245
+ -----------------------------------------------
246
+ Extface::Driver::Datecs::Fp550Test: test_handle
247
+ -----------------------------------------------
248
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
249
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
250
+  (0.1ms) rollback transaction
251
+  (0.1ms) begin transaction
252
+ -------------------------------------------------------
253
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
254
+ -------------------------------------------------------
255
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
256
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
257
+  (0.1ms) rollback transaction
258
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
259
+  (115.7ms) DROP TABLE "extface_devices"
260
+  (73.5ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
261
+  (89.3ms) DROP TABLE "extface_drivers"
262
+  (90.0ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
263
+  (88.9ms) DROP TABLE "extface_jobs"
264
+  (90.1ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
265
+  (0.2ms) select sqlite_version(*)
266
+  (89.1ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
267
+  (80.9ms) DROP TABLE "extface_serial_configs"
268
+  (81.7ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
269
+  (64.6ms) DROP TABLE "shops"
270
+  (81.8ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
271
+  (0.2ms) SELECT version FROM "schema_migrations"
272
+  (0.1ms) begin transaction
273
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
274
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:59:30', '2015-05-20 02:59:30', 980190962, 258259918)
275
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:59:30', '2015-05-20 02:59:30', 298486374, 599072141)
276
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
277
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 02:59:30', '2015-05-20 02:59:30', 980190962, 'Shop', 980190962, 258259918)
278
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 02:59:30', '2015-05-20 02:59:30', 298486374, 'Shop', 980190962, 599072141)
279
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 02:59:30', '2015-05-20 02:59:30', 229906743, 'Shop', 980190962, 229906743)
280
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
281
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 02:59:30', '2015-05-20 02:59:30', 258259918)
282
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 02:59:30', '2015-05-20 02:59:30', 412842077)
283
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 02:59:30', '2015-05-20 02:59:30', 599072141)
284
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 02:59:30', '2015-05-20 02:59:30', 229906743)
285
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
286
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:59:30', '2015-05-20 02:59:30', 980190962)
287
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:59:30', '2015-05-20 02:59:30', 298486374)
288
+ Fixture Delete (0.1ms) DELETE FROM "shops"
289
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:59:30', '2015-05-20 02:59:30', 980190962)
290
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:59:30', '2015-05-20 02:59:30', 298486374)
291
+  (51.2ms) commit transaction
292
+  (0.1ms) begin transaction
293
+ -----------------------------------------------------
294
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
295
+ -----------------------------------------------------
296
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
297
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
298
+  (0.1ms) rollback transaction
299
+  (0.1ms) begin transaction
300
+ ----------------------------------------------
301
+ Extface::Driver::Datecs::Fp550Test: test_fsend
302
+ ----------------------------------------------
303
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
304
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
305
+  (0.1ms) SAVEPOINT active_record_1
306
+ SQL (0.3ms) INSERT INTO "extface_jobs" ("created_at", "description", "device_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-05-20 02:59:30.605032"], ["description", "Paper Cut"], ["device_id", 229906743], ["updated_at", "2015-05-20 02:59:30.605032"]]
307
+  (0.1ms) RELEASE SAVEPOINT active_record_1
308
+  (0.2ms) rollback transaction
309
+  (0.1ms) begin transaction
310
+ -----------------------------------------------
311
+ Extface::Driver::Datecs::Fp550Test: test_handle
312
+ -----------------------------------------------
313
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
314
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
315
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
316
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
317
+  (0.1ms) rollback transaction
318
+  (0.1ms) begin transaction
319
+ -------------------------------------------------------
320
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
321
+ -------------------------------------------------------
322
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
323
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
324
+  (0.1ms) rollback transaction
325
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
326
+  (109.2ms) DROP TABLE "extface_devices"
327
+  (73.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
328
+  (72.8ms) DROP TABLE "extface_drivers"
329
+  (73.7ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
330
+  (72.4ms) DROP TABLE "extface_jobs"
331
+  (73.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
332
+  (0.2ms) select sqlite_version(*)
333
+  (72.4ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
334
+  (72.9ms) DROP TABLE "extface_serial_configs"
335
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
336
+  (73.2ms) DROP TABLE "shops"
337
+  (65.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
338
+  (0.2ms) SELECT version FROM "schema_migrations"
339
+  (0.2ms) begin transaction
340
+ Fixture Delete (0.3ms) DELETE FROM "extface_serial_configs"
341
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:59:55', '2015-05-20 02:59:55', 980190962, 258259918)
342
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 02:59:55', '2015-05-20 02:59:55', 298486374, 599072141)
343
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
344
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 02:59:55', '2015-05-20 02:59:55', 980190962, 'Shop', 980190962, 258259918)
345
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 02:59:55', '2015-05-20 02:59:55', 298486374, 'Shop', 980190962, 599072141)
346
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 02:59:55', '2015-05-20 02:59:55', 229906743, 'Shop', 980190962, 229906743)
347
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
348
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 02:59:55', '2015-05-20 02:59:55', 258259918)
349
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 02:59:55', '2015-05-20 02:59:55', 412842077)
350
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 02:59:55', '2015-05-20 02:59:55', 599072141)
351
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 02:59:55', '2015-05-20 02:59:55', 229906743)
352
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
353
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:59:55', '2015-05-20 02:59:55', 980190962)
354
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 02:59:55', '2015-05-20 02:59:55', 298486374)
355
+ Fixture Delete (0.1ms) DELETE FROM "shops"
356
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:59:55', '2015-05-20 02:59:55', 980190962)
357
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 02:59:55', '2015-05-20 02:59:55', 298486374)
358
+  (60.8ms) commit transaction
359
+  (0.1ms) begin transaction
360
+ -----------------------------------------------------
361
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
362
+ -----------------------------------------------------
363
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
364
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
365
+  (0.1ms) rollback transaction
366
+  (0.1ms) begin transaction
367
+ ----------------------------------------------
368
+ Extface::Driver::Datecs::Fp550Test: test_fsend
369
+ ----------------------------------------------
370
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
371
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
372
+  (0.1ms) SAVEPOINT active_record_1
373
+ SQL (0.3ms) INSERT INTO "extface_jobs" ("created_at", "description", "device_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-05-20 02:59:55.355064"], ["description", "Paper Move"], ["device_id", 229906743], ["updated_at", "2015-05-20 02:59:55.355064"]]
374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
375
+  (0.8ms) rollback transaction
376
+  (0.1ms) begin transaction
377
+ -----------------------------------------------
378
+ Extface::Driver::Datecs::Fp550Test: test_handle
379
+ -----------------------------------------------
380
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
381
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
382
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
383
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
384
+  (0.1ms) rollback transaction
385
+  (0.1ms) begin transaction
386
+ -------------------------------------------------------
387
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
388
+ -------------------------------------------------------
389
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
390
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
391
+  (0.1ms) rollback transaction
392
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
393
+  (171.2ms) DROP TABLE "extface_devices"
394
+  (98.1ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
395
+  (89.1ms) DROP TABLE "extface_drivers"
396
+  (90.1ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
397
+  (89.3ms) DROP TABLE "extface_jobs"
398
+  (89.9ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
399
+  (0.2ms) select sqlite_version(*)
400
+  (72.7ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
401
+  (72.9ms) DROP TABLE "extface_serial_configs"
402
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
403
+  (73.0ms) DROP TABLE "shops"
404
+  (73.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
405
+  (0.2ms) SELECT version FROM "schema_migrations"
406
+  (0.1ms) begin transaction
407
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
408
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:00:20', '2015-05-20 03:00:20', 980190962, 258259918)
409
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:00:20', '2015-05-20 03:00:20', 298486374, 599072141)
410
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
411
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:00:20', '2015-05-20 03:00:20', 980190962, 'Shop', 980190962, 258259918)
412
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:00:20', '2015-05-20 03:00:20', 298486374, 'Shop', 980190962, 599072141)
413
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:00:20', '2015-05-20 03:00:20', 229906743, 'Shop', 980190962, 229906743)
414
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
415
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:00:20', '2015-05-20 03:00:20', 258259918)
416
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:00:20', '2015-05-20 03:00:20', 412842077)
417
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:00:20', '2015-05-20 03:00:20', 599072141)
418
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:00:20', '2015-05-20 03:00:20', 229906743)
419
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
420
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:00:20', '2015-05-20 03:00:20', 980190962)
421
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:00:20', '2015-05-20 03:00:20', 298486374)
422
+ Fixture Delete (0.1ms) DELETE FROM "shops"
423
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:00:20', '2015-05-20 03:00:20', 980190962)
424
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:00:20', '2015-05-20 03:00:20', 298486374)
425
+  (72.3ms) commit transaction
426
+  (0.2ms) begin transaction
427
+ -----------------------------------------------------
428
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
429
+ -----------------------------------------------------
430
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
431
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
432
+  (0.1ms) rollback transaction
433
+  (0.1ms) begin transaction
434
+ ----------------------------------------------
435
+ Extface::Driver::Datecs::Fp550Test: test_fsend
436
+ ----------------------------------------------
437
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
438
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
439
+  (0.1ms) SAVEPOINT active_record_1
440
+ SQL (0.3ms) INSERT INTO "extface_jobs" ("created_at", "description", "device_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-05-20 03:00:20.723207"], ["description", "Paper Move"], ["device_id", 229906743], ["updated_at", "2015-05-20 03:00:20.723207"]]
441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
442
+  (1.3ms) rollback transaction
443
+  (0.1ms) begin transaction
444
+ -----------------------------------------------
445
+ Extface::Driver::Datecs::Fp550Test: test_handle
446
+ -----------------------------------------------
447
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
448
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
449
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
450
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
451
+  (0.1ms) rollback transaction
452
+  (0.1ms) begin transaction
453
+ -------------------------------------------------------
454
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
455
+ -------------------------------------------------------
456
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
457
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
458
+  (0.1ms) rollback transaction
459
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
460
+  (64.1ms) DROP TABLE "extface_devices"
461
+  (65.4ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
462
+  (64.6ms) DROP TABLE "extface_drivers"
463
+  (73.7ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
464
+  (72.6ms) DROP TABLE "extface_jobs"
465
+  (73.6ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
466
+  (0.2ms) select sqlite_version(*)
467
+  (72.7ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
468
+  (77.8ms) DROP TABLE "extface_serial_configs"
469
+  (73.6ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
470
+  (73.3ms) DROP TABLE "shops"
471
+  (73.6ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
472
+  (0.2ms) SELECT version FROM "schema_migrations"
473
+  (0.1ms) begin transaction
474
+ Fixture Delete (0.1ms) DELETE FROM "extface_serial_configs"
475
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:01:26', '2015-05-20 03:01:26', 980190962, 258259918)
476
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:01:26', '2015-05-20 03:01:26', 298486374, 599072141)
477
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
478
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:01:26', '2015-05-20 03:01:26', 980190962, 'Shop', 980190962, 258259918)
479
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:01:26', '2015-05-20 03:01:26', 298486374, 'Shop', 980190962, 599072141)
480
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:01:26', '2015-05-20 03:01:26', 229906743, 'Shop', 980190962, 229906743)
481
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
482
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:01:26', '2015-05-20 03:01:26', 258259918)
483
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:01:26', '2015-05-20 03:01:26', 412842077)
484
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:01:26', '2015-05-20 03:01:26', 599072141)
485
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:01:26', '2015-05-20 03:01:26', 229906743)
486
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
487
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:01:26', '2015-05-20 03:01:26', 980190962)
488
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:01:26', '2015-05-20 03:01:26', 298486374)
489
+ Fixture Delete (0.1ms) DELETE FROM "shops"
490
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:01:26', '2015-05-20 03:01:26', 980190962)
491
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:01:26', '2015-05-20 03:01:26', 298486374)
492
+  (68.7ms) commit transaction
493
+  (0.1ms) begin transaction
494
+ -----------------------------------------------------
495
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
496
+ -----------------------------------------------------
497
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
498
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
499
+  (0.1ms) rollback transaction
500
+  (0.1ms) begin transaction
501
+ ----------------------------------------------
502
+ Extface::Driver::Datecs::Fp550Test: test_fsend
503
+ ----------------------------------------------
504
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
505
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
506
+  (0.1ms) SAVEPOINT active_record_1
507
+ SQL (0.3ms) INSERT INTO "extface_jobs" ("created_at", "description", "device_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-05-20 03:01:26.192921"], ["description", "Paper Move"], ["device_id", 229906743], ["updated_at", "2015-05-20 03:01:26.192921"]]
508
+  (0.1ms) RELEASE SAVEPOINT active_record_1
509
+  (1.1ms) rollback transaction
510
+  (0.1ms) begin transaction
511
+ -----------------------------------------------
512
+ Extface::Driver::Datecs::Fp550Test: test_handle
513
+ -----------------------------------------------
514
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
515
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
516
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
517
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
518
+  (0.1ms) rollback transaction
519
+  (0.1ms) begin transaction
520
+ -------------------------------------------------------
521
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
522
+ -------------------------------------------------------
523
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
524
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
525
+  (0.1ms) rollback transaction
526
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
527
+  (98.0ms) DROP TABLE "extface_devices"
528
+  (64.9ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
529
+  (63.7ms) DROP TABLE "extface_drivers"
530
+  (65.5ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
531
+  (72.9ms) DROP TABLE "extface_jobs"
532
+  (73.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
533
+  (0.2ms) select sqlite_version(*)
534
+  (72.7ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
535
+  (59.3ms) DROP TABLE "extface_serial_configs"
536
+  (78.7ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
537
+  (81.0ms) DROP TABLE "shops"
538
+  (57.1ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
539
+  (0.2ms) SELECT version FROM "schema_migrations"
540
+  (0.1ms) begin transaction
541
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
542
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:02:16', '2015-05-20 03:02:16', 980190962, 258259918)
543
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:02:16', '2015-05-20 03:02:16', 298486374, 599072141)
544
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
545
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:02:16', '2015-05-20 03:02:16', 980190962, 'Shop', 980190962, 258259918)
546
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:02:16', '2015-05-20 03:02:16', 298486374, 'Shop', 980190962, 599072141)
547
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:02:16', '2015-05-20 03:02:16', 229906743, 'Shop', 980190962, 229906743)
548
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
549
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:02:16', '2015-05-20 03:02:16', 258259918)
550
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:02:16', '2015-05-20 03:02:16', 412842077)
551
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:02:16', '2015-05-20 03:02:16', 599072141)
552
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:02:16', '2015-05-20 03:02:16', 229906743)
553
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
554
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:02:16', '2015-05-20 03:02:16', 980190962)
555
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:02:16', '2015-05-20 03:02:16', 298486374)
556
+ Fixture Delete (0.1ms) DELETE FROM "shops"
557
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:02:16', '2015-05-20 03:02:16', 980190962)
558
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:02:16', '2015-05-20 03:02:16', 298486374)
559
+  (77.7ms) commit transaction
560
+  (0.2ms) begin transaction
561
+ -----------------------------------------------------
562
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
563
+ -----------------------------------------------------
564
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
565
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
566
+  (0.1ms) rollback transaction
567
+  (0.1ms) begin transaction
568
+ ----------------------------------------------
569
+ Extface::Driver::Datecs::Fp550Test: test_fsend
570
+ ----------------------------------------------
571
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
572
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
573
+  (0.1ms) SAVEPOINT active_record_1
574
+ SQL (0.3ms) INSERT INTO "extface_jobs" ("created_at", "description", "device_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-05-20 03:02:17.060411"], ["description", "Paper Move"], ["device_id", 229906743], ["updated_at", "2015-05-20 03:02:17.060411"]]
575
+  (0.1ms) RELEASE SAVEPOINT active_record_1
576
+  (0.2ms) rollback transaction
577
+  (0.1ms) begin transaction
578
+ -----------------------------------------------
579
+ Extface::Driver::Datecs::Fp550Test: test_handle
580
+ -----------------------------------------------
581
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
582
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
583
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
584
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
585
+  (0.2ms) rollback transaction
586
+  (0.1ms) begin transaction
587
+ -------------------------------------------------------
588
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
589
+ -------------------------------------------------------
590
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
591
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
592
+  (0.1ms) rollback transaction
593
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
594
+  (91.8ms) DROP TABLE "extface_devices"
595
+  (62.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
596
+  (72.7ms) DROP TABLE "extface_drivers"
597
+  (73.7ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
598
+  (73.2ms) DROP TABLE "extface_jobs"
599
+  (73.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
600
+  (0.2ms) select sqlite_version(*)
601
+  (72.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
602
+  (81.4ms) DROP TABLE "extface_serial_configs"
603
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
604
+  (67.8ms) DROP TABLE "shops"
605
+  (65.4ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
606
+  (0.2ms) SELECT version FROM "schema_migrations"
607
+  (0.1ms) begin transaction
608
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
609
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:06:50', '2015-05-20 03:06:50', 980190962, 258259918)
610
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:06:50', '2015-05-20 03:06:50', 298486374, 599072141)
611
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
612
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:06:50', '2015-05-20 03:06:50', 980190962, 'Shop', 980190962, 258259918)
613
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:06:50', '2015-05-20 03:06:50', 298486374, 'Shop', 980190962, 599072141)
614
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:06:50', '2015-05-20 03:06:50', 229906743, 'Shop', 980190962, 229906743)
615
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
616
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:06:50', '2015-05-20 03:06:50', 258259918)
617
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:06:50', '2015-05-20 03:06:50', 412842077)
618
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:06:50', '2015-05-20 03:06:50', 599072141)
619
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:06:50', '2015-05-20 03:06:50', 229906743)
620
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
621
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:06:50', '2015-05-20 03:06:50', 980190962)
622
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:06:50', '2015-05-20 03:06:50', 298486374)
623
+ Fixture Delete (0.1ms) DELETE FROM "shops"
624
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:06:50', '2015-05-20 03:06:50', 980190962)
625
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:06:50', '2015-05-20 03:06:50', 298486374)
626
+  (51.8ms) commit transaction
627
+  (0.1ms) begin transaction
628
+ -----------------------------------------------------
629
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
630
+ -----------------------------------------------------
631
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
632
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
633
+  (0.1ms) rollback transaction
634
+  (0.1ms) begin transaction
635
+ ----------------------------------------------
636
+ Extface::Driver::Datecs::Fp550Test: test_fsend
637
+ ----------------------------------------------
638
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
639
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
640
+  (0.1ms) SAVEPOINT active_record_1
641
+ SQL (0.3ms) INSERT INTO "extface_jobs" ("created_at", "description", "device_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-05-20 03:06:50.196512"], ["description", "Paper Move"], ["device_id", 229906743], ["updated_at", "2015-05-20 03:06:50.196512"]]
642
+  (0.1ms) RELEASE SAVEPOINT active_record_1
643
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
644
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
645
+  (0.3ms) begin transaction
646
+ SQL (0.6ms) UPDATE "extface_jobs" SET "error" = ?, "failed_at" = ?, "updated_at" = ? WHERE "extface_jobs"."id" = 980190963 [["error", "Timeout waiting on queue"], ["failed_at", "2015-05-20 03:07:10.207811"], ["updated_at", "2015-05-20 03:07:10.209316"]]
647
+ SQLite3::BusyException: database is locked: UPDATE "extface_jobs" SET "error" = ?, "failed_at" = ?, "updated_at" = ? WHERE "extface_jobs"."id" = 980190963
648
+  (0.1ms) rollback transaction
649
+  (0.5ms) rollback transaction
650
+  (0.1ms) begin transaction
651
+ -----------------------------------------------
652
+ Extface::Driver::Datecs::Fp550Test: test_handle
653
+ -----------------------------------------------
654
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
655
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
656
+  (0.1ms) rollback transaction
657
+  (0.1ms) begin transaction
658
+ -------------------------------------------------------
659
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
660
+ -------------------------------------------------------
661
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
662
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
663
+  (0.1ms) rollback transaction
664
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
665
+  (80.5ms) DROP TABLE "extface_devices"
666
+  (57.0ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
667
+  (81.8ms) DROP TABLE "extface_drivers"
668
+  (81.6ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
669
+  (72.6ms) DROP TABLE "extface_jobs"
670
+  (73.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
671
+  (0.2ms) select sqlite_version(*)
672
+  (72.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
673
+  (72.5ms) DROP TABLE "extface_serial_configs"
674
+  (73.3ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
675
+  (72.7ms) DROP TABLE "shops"
676
+  (81.9ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
677
+  (0.2ms) SELECT version FROM "schema_migrations"
678
+  (0.1ms) begin transaction
679
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
680
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:07:44', '2015-05-20 03:07:44', 980190962, 258259918)
681
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:07:44', '2015-05-20 03:07:44', 298486374, 599072141)
682
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
683
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:07:44', '2015-05-20 03:07:44', 980190962, 'Shop', 980190962, 258259918)
684
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:07:44', '2015-05-20 03:07:44', 298486374, 'Shop', 980190962, 599072141)
685
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:07:44', '2015-05-20 03:07:44', 229906743, 'Shop', 980190962, 229906743)
686
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
687
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:07:44', '2015-05-20 03:07:44', 258259918)
688
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:07:44', '2015-05-20 03:07:44', 412842077)
689
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:07:44', '2015-05-20 03:07:44', 599072141)
690
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:07:44', '2015-05-20 03:07:44', 229906743)
691
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
692
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:07:44', '2015-05-20 03:07:44', 980190962)
693
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:07:44', '2015-05-20 03:07:44', 298486374)
694
+ Fixture Delete (0.1ms) DELETE FROM "shops"
695
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:07:44', '2015-05-20 03:07:44', 980190962)
696
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:07:44', '2015-05-20 03:07:44', 298486374)
697
+  (79.5ms) commit transaction
698
+  (0.2ms) begin transaction
699
+ -----------------------------------------------------
700
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
701
+ -----------------------------------------------------
702
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
703
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
704
+  (0.1ms) rollback transaction
705
+  (0.1ms) begin transaction
706
+ ----------------------------------------------
707
+ Extface::Driver::Datecs::Fp550Test: test_fsend
708
+ ----------------------------------------------
709
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
710
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
711
+  (0.1ms) SAVEPOINT active_record_1
712
+ SQL (0.3ms) INSERT INTO "extface_jobs" ("created_at", "description", "device_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-05-20 03:07:44.329748"], ["description", "Paper Move"], ["device_id", 229906743], ["updated_at", "2015-05-20 03:07:44.329748"]]
713
+  (0.1ms) RELEASE SAVEPOINT active_record_1
714
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
715
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
716
+  (0.2ms) begin transaction
717
+ SQL (0.6ms) UPDATE "extface_jobs" SET "error" = ?, "failed_at" = ?, "updated_at" = ? WHERE "extface_jobs"."id" = 980190963 [["error", "Timeout waiting on queue"], ["failed_at", "2015-05-20 03:08:04.340237"], ["updated_at", "2015-05-20 03:08:04.341486"]]
718
+ SQLite3::BusyException: database is locked: UPDATE "extface_jobs" SET "error" = ?, "failed_at" = ?, "updated_at" = ? WHERE "extface_jobs"."id" = 980190963
719
+  (0.2ms) rollback transaction
720
+  (0.5ms) rollback transaction
721
+  (0.2ms) begin transaction
722
+ -----------------------------------------------
723
+ Extface::Driver::Datecs::Fp550Test: test_handle
724
+ -----------------------------------------------
725
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
726
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
727
+  (0.2ms) rollback transaction
728
+  (0.1ms) begin transaction
729
+ -------------------------------------------------------
730
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
731
+ -------------------------------------------------------
732
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
733
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
734
+  (0.2ms) rollback transaction
735
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
736
+  (123.8ms) DROP TABLE "extface_devices"
737
+  (73.5ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
738
+  (72.5ms) DROP TABLE "extface_drivers"
739
+  (65.1ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
740
+  (65.0ms) DROP TABLE "extface_jobs"
741
+  (54.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
742
+  (0.1ms) select sqlite_version(*)
743
+  (56.7ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
744
+  (73.6ms) DROP TABLE "extface_serial_configs"
745
+  (59.9ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
746
+  (70.3ms) DROP TABLE "shops"
747
+  (73.7ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
748
+  (0.2ms) SELECT version FROM "schema_migrations"
749
+  (0.1ms) begin transaction
750
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
751
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:11:36', '2015-05-20 03:11:36', 980190962, 258259918)
752
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:11:36', '2015-05-20 03:11:36', 298486374, 599072141)
753
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
754
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:11:36', '2015-05-20 03:11:36', 980190962, 'Shop', 980190962, 258259918)
755
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:11:36', '2015-05-20 03:11:36', 298486374, 'Shop', 980190962, 599072141)
756
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:11:36', '2015-05-20 03:11:36', 229906743, 'Shop', 980190962, 229906743)
757
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
758
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:11:36', '2015-05-20 03:11:36', 258259918)
759
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:11:36', '2015-05-20 03:11:36', 412842077)
760
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:11:36', '2015-05-20 03:11:36', 599072141)
761
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:11:36', '2015-05-20 03:11:36', 229906743)
762
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
763
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:11:36', '2015-05-20 03:11:36', 980190962)
764
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:11:36', '2015-05-20 03:11:36', 298486374)
765
+ Fixture Delete (0.1ms) DELETE FROM "shops"
766
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:11:36', '2015-05-20 03:11:36', 980190962)
767
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:11:36', '2015-05-20 03:11:36', 298486374)
768
+  (80.0ms) commit transaction
769
+  (0.1ms) begin transaction
770
+ -----------------------------------------------------
771
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
772
+ -----------------------------------------------------
773
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
774
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
775
+  (0.1ms) rollback transaction
776
+  (0.1ms) begin transaction
777
+ ----------------------------------------------
778
+ Extface::Driver::Datecs::Fp550Test: test_fsend
779
+ ----------------------------------------------
780
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
781
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
782
+  (0.1ms) rollback transaction
783
+  (0.1ms) begin transaction
784
+ -----------------------------------------------
785
+ Extface::Driver::Datecs::Fp550Test: test_handle
786
+ -----------------------------------------------
787
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
788
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
789
+  (0.1ms) rollback transaction
790
+  (0.1ms) begin transaction
791
+ -------------------------------------------------------
792
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
793
+ -------------------------------------------------------
794
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
795
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
796
+  (0.1ms) rollback transaction
797
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
798
+  (142.8ms) DROP TABLE "extface_devices"
799
+  (73.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
800
+  (72.7ms) DROP TABLE "extface_drivers"
801
+  (87.2ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
802
+  (72.6ms) DROP TABLE "extface_jobs"
803
+  (73.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
804
+  (0.2ms) select sqlite_version(*)
805
+  (72.8ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
806
+  (83.7ms) DROP TABLE "extface_serial_configs"
807
+  (81.8ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
808
+  (64.2ms) DROP TABLE "shops"
809
+  (81.9ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
810
+  (0.2ms) SELECT version FROM "schema_migrations"
811
+  (0.1ms) begin transaction
812
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
813
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:12:02', '2015-05-20 03:12:02', 980190962, 258259918)
814
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:12:02', '2015-05-20 03:12:02', 298486374, 599072141)
815
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
816
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:12:02', '2015-05-20 03:12:02', 980190962, 'Shop', 980190962, 258259918)
817
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:12:02', '2015-05-20 03:12:02', 298486374, 'Shop', 980190962, 599072141)
818
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:12:02', '2015-05-20 03:12:02', 229906743, 'Shop', 980190962, 229906743)
819
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
820
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:12:02', '2015-05-20 03:12:02', 258259918)
821
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:12:02', '2015-05-20 03:12:02', 412842077)
822
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:12:02', '2015-05-20 03:12:02', 599072141)
823
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:12:02', '2015-05-20 03:12:02', 229906743)
824
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
825
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:12:02', '2015-05-20 03:12:02', 980190962)
826
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:12:02', '2015-05-20 03:12:02', 298486374)
827
+ Fixture Delete (0.1ms) DELETE FROM "shops"
828
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:12:02', '2015-05-20 03:12:02', 980190962)
829
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:12:02', '2015-05-20 03:12:02', 298486374)
830
+  (71.9ms) commit transaction
831
+  (0.1ms) begin transaction
832
+ -----------------------------------------------------
833
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
834
+ -----------------------------------------------------
835
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
836
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
837
+  (0.1ms) rollback transaction
838
+  (0.1ms) begin transaction
839
+ ----------------------------------------------
840
+ Extface::Driver::Datecs::Fp550Test: test_fsend
841
+ ----------------------------------------------
842
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
843
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
844
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
845
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
846
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
847
+  (0.2ms) rollback transaction
848
+  (0.2ms) begin transaction
849
+ -----------------------------------------------
850
+ Extface::Driver::Datecs::Fp550Test: test_handle
851
+ -----------------------------------------------
852
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
853
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
854
+  (0.2ms) rollback transaction
855
+  (0.1ms) begin transaction
856
+ -------------------------------------------------------
857
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
858
+ -------------------------------------------------------
859
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
860
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
861
+  (0.2ms) rollback transaction
862
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
863
+  (88.1ms) DROP TABLE "extface_devices"
864
+  (73.5ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
865
+  (72.8ms) DROP TABLE "extface_drivers"
866
+  (73.5ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
867
+  (73.0ms) DROP TABLE "extface_jobs"
868
+  (73.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
869
+  (0.2ms) select sqlite_version(*)
870
+  (72.5ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
871
+  (72.6ms) DROP TABLE "extface_serial_configs"
872
+  (65.2ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
873
+  (64.8ms) DROP TABLE "shops"
874
+  (57.2ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
875
+  (0.3ms) SELECT version FROM "schema_migrations"
876
+  (0.1ms) begin transaction
877
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
878
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:15:45', '2015-05-20 03:15:45', 980190962, 258259918)
879
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:15:45', '2015-05-20 03:15:45', 298486374, 599072141)
880
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
881
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:15:45', '2015-05-20 03:15:45', 980190962, 'Shop', 980190962, 258259918)
882
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:15:45', '2015-05-20 03:15:45', 298486374, 'Shop', 980190962, 599072141)
883
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:15:45', '2015-05-20 03:15:45', 229906743, 'Shop', 980190962, 229906743)
884
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
885
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:15:45', '2015-05-20 03:15:45', 258259918)
886
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:15:45', '2015-05-20 03:15:45', 412842077)
887
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:15:45', '2015-05-20 03:15:45', 599072141)
888
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:15:45', '2015-05-20 03:15:45', 229906743)
889
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
890
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:15:45', '2015-05-20 03:15:45', 980190962)
891
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:15:45', '2015-05-20 03:15:45', 298486374)
892
+ Fixture Delete (0.1ms) DELETE FROM "shops"
893
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:15:45', '2015-05-20 03:15:45', 980190962)
894
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:15:45', '2015-05-20 03:15:45', 298486374)
895
+  (55.6ms) commit transaction
896
+  (0.1ms) begin transaction
897
+ -----------------------------------------------------
898
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
899
+ -----------------------------------------------------
900
+ Extface::Driver Load (0.5ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
901
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
902
+  (0.1ms) rollback transaction
903
+  (0.1ms) begin transaction
904
+ ----------------------------------------------
905
+ Extface::Driver::Datecs::Fp550Test: test_fsend
906
+ ----------------------------------------------
907
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
908
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
909
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
910
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
911
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
912
+  (0.1ms) rollback transaction
913
+  (0.1ms) begin transaction
914
+ -----------------------------------------------
915
+ Extface::Driver::Datecs::Fp550Test: test_handle
916
+ -----------------------------------------------
917
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
918
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
919
+  (0.1ms) rollback transaction
920
+  (0.1ms) begin transaction
921
+ -------------------------------------------------------
922
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
923
+ -------------------------------------------------------
924
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
925
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
926
+  (0.1ms) rollback transaction
927
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
928
+  (86.0ms) DROP TABLE "extface_devices"
929
+  (73.5ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
930
+  (64.6ms) DROP TABLE "extface_drivers"
931
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
932
+  (72.8ms) DROP TABLE "extface_jobs"
933
+  (73.1ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
934
+  (0.2ms) select sqlite_version(*)
935
+  (72.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
936
+  (72.8ms) DROP TABLE "extface_serial_configs"
937
+  (73.6ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
938
+  (72.8ms) DROP TABLE "shops"
939
+  (73.6ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
940
+  (0.2ms) SELECT version FROM "schema_migrations"
941
+  (0.1ms) begin transaction
942
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
943
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:41:07', '2015-05-20 03:41:07', 980190962, 258259918)
944
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:41:07', '2015-05-20 03:41:07', 298486374, 599072141)
945
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
946
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:41:07', '2015-05-20 03:41:07', 980190962, 'Shop', 980190962, 258259918)
947
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:41:07', '2015-05-20 03:41:07', 298486374, 'Shop', 980190962, 599072141)
948
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:41:07', '2015-05-20 03:41:07', 229906743, 'Shop', 980190962, 229906743)
949
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
950
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:41:07', '2015-05-20 03:41:07', 258259918)
951
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:41:07', '2015-05-20 03:41:07', 412842077)
952
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:41:07', '2015-05-20 03:41:07', 599072141)
953
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:41:07', '2015-05-20 03:41:07', 229906743)
954
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
955
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:41:07', '2015-05-20 03:41:07', 980190962)
956
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:41:07', '2015-05-20 03:41:07', 298486374)
957
+ Fixture Delete (0.1ms) DELETE FROM "shops"
958
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:41:07', '2015-05-20 03:41:07', 980190962)
959
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:41:07', '2015-05-20 03:41:07', 298486374)
960
+  (63.5ms) commit transaction
961
+  (0.2ms) begin transaction
962
+ -----------------------------------------------------
963
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
964
+ -----------------------------------------------------
965
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
966
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
967
+  (0.1ms) rollback transaction
968
+  (0.1ms) begin transaction
969
+ ----------------------------------------------
970
+ Extface::Driver::Datecs::Fp550Test: test_fsend
971
+ ----------------------------------------------
972
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
973
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
974
+ Extface::Job Load (0.6ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
975
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
976
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
977
+  (0.6ms) rollback transaction
978
+  (0.1ms) begin transaction
979
+ -----------------------------------------------
980
+ Extface::Driver::Datecs::Fp550Test: test_handle
981
+ -----------------------------------------------
982
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
983
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
984
+  (0.2ms) rollback transaction
985
+  (0.2ms) begin transaction
986
+ -------------------------------------------------------
987
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
988
+ -------------------------------------------------------
989
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
990
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
991
+  (0.2ms) rollback transaction
992
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
993
+  (80.0ms) DROP TABLE "extface_devices"
994
+  (57.1ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
995
+  (72.5ms) DROP TABLE "extface_drivers"
996
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
997
+  (73.1ms) DROP TABLE "extface_jobs"
998
+  (73.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
999
+  (0.3ms) select sqlite_version(*)
1000
+  (72.2ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1001
+  (72.9ms) DROP TABLE "extface_serial_configs"
1002
+  (65.3ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1003
+  (72.7ms) DROP TABLE "shops"
1004
+  (57.3ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1005
+  (0.2ms) SELECT version FROM "schema_migrations"
1006
+  (0.1ms) begin transaction
1007
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1008
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:42:30', '2015-05-20 03:42:30', 980190962, 258259918)
1009
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:42:30', '2015-05-20 03:42:30', 298486374, 599072141)
1010
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1011
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:42:30', '2015-05-20 03:42:30', 980190962, 'Shop', 980190962, 258259918)
1012
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:42:30', '2015-05-20 03:42:30', 298486374, 'Shop', 980190962, 599072141)
1013
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:42:30', '2015-05-20 03:42:30', 229906743, 'Shop', 980190962, 229906743)
1014
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
1015
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:42:30', '2015-05-20 03:42:30', 258259918)
1016
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:42:30', '2015-05-20 03:42:30', 412842077)
1017
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:42:30', '2015-05-20 03:42:30', 599072141)
1018
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:42:30', '2015-05-20 03:42:30', 229906743)
1019
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1020
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:42:30', '2015-05-20 03:42:30', 980190962)
1021
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:42:30', '2015-05-20 03:42:30', 298486374)
1022
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1023
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:42:30', '2015-05-20 03:42:30', 980190962)
1024
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:42:30', '2015-05-20 03:42:30', 298486374)
1025
+  (55.1ms) commit transaction
1026
+  (0.1ms) begin transaction
1027
+ -----------------------------------------------------
1028
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1029
+ -----------------------------------------------------
1030
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1031
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1032
+  (0.1ms) rollback transaction
1033
+  (0.1ms) begin transaction
1034
+ ----------------------------------------------
1035
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1036
+ ----------------------------------------------
1037
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1038
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1039
+ Extface::Job Load (0.5ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1040
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1041
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1042
+  (0.4ms) rollback transaction
1043
+  (0.1ms) begin transaction
1044
+ -----------------------------------------------
1045
+ Extface::Driver::Datecs::Fp550Test: test_handle
1046
+ -----------------------------------------------
1047
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1048
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1049
+  (0.1ms) rollback transaction
1050
+  (0.1ms) begin transaction
1051
+ -------------------------------------------------------
1052
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1053
+ -------------------------------------------------------
1054
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1055
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1056
+  (0.1ms) rollback transaction
1057
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1058
+  (87.3ms) DROP TABLE "extface_devices"
1059
+  (54.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1060
+  (56.6ms) DROP TABLE "extface_drivers"
1061
+  (57.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1062
+  (64.2ms) DROP TABLE "extface_jobs"
1063
+  (65.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1064
+  (0.2ms) select sqlite_version(*)
1065
+  (64.2ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1066
+  (64.4ms) DROP TABLE "extface_serial_configs"
1067
+  (65.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1068
+  (64.5ms) DROP TABLE "shops"
1069
+  (65.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1070
+  (0.4ms) SELECT version FROM "schema_migrations"
1071
+  (0.1ms) begin transaction
1072
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1073
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:42:56', '2015-05-20 03:42:56', 980190962, 258259918)
1074
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:42:56', '2015-05-20 03:42:56', 298486374, 599072141)
1075
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1076
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:42:56', '2015-05-20 03:42:56', 980190962, 'Shop', 980190962, 258259918)
1077
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:42:56', '2015-05-20 03:42:56', 298486374, 'Shop', 980190962, 599072141)
1078
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:42:56', '2015-05-20 03:42:56', 229906743, 'Shop', 980190962, 229906743)
1079
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1080
+ Fixture Insert (0.2ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:42:56', '2015-05-20 03:42:56', 258259918)
1081
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:42:56', '2015-05-20 03:42:56', 412842077)
1082
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:42:56', '2015-05-20 03:42:56', 599072141)
1083
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:42:56', '2015-05-20 03:42:56', 229906743)
1084
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1085
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:42:56', '2015-05-20 03:42:56', 980190962)
1086
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:42:56', '2015-05-20 03:42:56', 298486374)
1087
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1088
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:42:56', '2015-05-20 03:42:56', 980190962)
1089
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:42:56', '2015-05-20 03:42:56', 298486374)
1090
+  (57.9ms) commit transaction
1091
+  (0.2ms) begin transaction
1092
+ -----------------------------------------------------
1093
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1094
+ -----------------------------------------------------
1095
+ Extface::Driver Load (0.5ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1096
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1097
+  (0.1ms) rollback transaction
1098
+  (0.1ms) begin transaction
1099
+ ----------------------------------------------
1100
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1101
+ ----------------------------------------------
1102
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1103
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1104
+ Extface::Job Load (0.4ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1105
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1106
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1107
+  (0.5ms) rollback transaction
1108
+  (0.2ms) begin transaction
1109
+ -----------------------------------------------
1110
+ Extface::Driver::Datecs::Fp550Test: test_handle
1111
+ -----------------------------------------------
1112
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1113
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1114
+  (0.2ms) rollback transaction
1115
+  (0.1ms) begin transaction
1116
+ -------------------------------------------------------
1117
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1118
+ -------------------------------------------------------
1119
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1120
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1121
+  (0.2ms) rollback transaction
1122
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1123
+  (82.3ms) DROP TABLE "extface_devices"
1124
+  (57.1ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1125
+  (56.6ms) DROP TABLE "extface_drivers"
1126
+  (65.5ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1127
+  (64.6ms) DROP TABLE "extface_jobs"
1128
+  (65.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1129
+  (0.2ms) select sqlite_version(*)
1130
+  (64.5ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1131
+  (64.5ms) DROP TABLE "extface_serial_configs"
1132
+  (57.2ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1133
+  (56.3ms) DROP TABLE "shops"
1134
+  (57.2ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1135
+  (0.2ms) SELECT version FROM "schema_migrations"
1136
+  (0.1ms) begin transaction
1137
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1138
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:43:26', '2015-05-20 03:43:26', 980190962, 258259918)
1139
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:43:26', '2015-05-20 03:43:26', 298486374, 599072141)
1140
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1141
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:43:26', '2015-05-20 03:43:26', 980190962, 'Shop', 980190962, 258259918)
1142
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:43:26', '2015-05-20 03:43:26', 298486374, 'Shop', 980190962, 599072141)
1143
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:43:26', '2015-05-20 03:43:26', 229906743, 'Shop', 980190962, 229906743)
1144
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1145
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:43:26', '2015-05-20 03:43:26', 258259918)
1146
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:43:26', '2015-05-20 03:43:26', 412842077)
1147
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:43:26', '2015-05-20 03:43:26', 599072141)
1148
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:43:26', '2015-05-20 03:43:26', 229906743)
1149
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1150
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:43:26', '2015-05-20 03:43:26', 980190962)
1151
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:43:26', '2015-05-20 03:43:26', 298486374)
1152
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1153
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:43:26', '2015-05-20 03:43:26', 980190962)
1154
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:43:26', '2015-05-20 03:43:26', 298486374)
1155
+  (56.2ms) commit transaction
1156
+  (0.1ms) begin transaction
1157
+ -----------------------------------------------------
1158
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1159
+ -----------------------------------------------------
1160
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1161
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1162
+  (0.1ms) rollback transaction
1163
+  (0.1ms) begin transaction
1164
+ ----------------------------------------------
1165
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1166
+ ----------------------------------------------
1167
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1168
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1169
+ Extface::Job Load (0.4ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1170
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1171
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1172
+  (0.3ms) rollback transaction
1173
+  (0.1ms) begin transaction
1174
+ -----------------------------------------------
1175
+ Extface::Driver::Datecs::Fp550Test: test_handle
1176
+ -----------------------------------------------
1177
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1178
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1179
+  (0.2ms) rollback transaction
1180
+  (0.2ms) begin transaction
1181
+ -------------------------------------------------------
1182
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1183
+ -------------------------------------------------------
1184
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1185
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1186
+  (0.2ms) rollback transaction
1187
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1188
+  (66.5ms) DROP TABLE "extface_devices"
1189
+  (68.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1190
+  (64.7ms) DROP TABLE "extface_drivers"
1191
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1192
+  (64.3ms) DROP TABLE "extface_jobs"
1193
+  (70.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1194
+  (0.2ms) select sqlite_version(*)
1195
+  (56.2ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1196
+  (59.1ms) DROP TABLE "extface_serial_configs"
1197
+  (65.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1198
+  (53.4ms) DROP TABLE "shops"
1199
+  (57.3ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1200
+  (0.2ms) SELECT version FROM "schema_migrations"
1201
+  (0.1ms) begin transaction
1202
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1203
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:44:09', '2015-05-20 03:44:09', 980190962, 258259918)
1204
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:44:09', '2015-05-20 03:44:09', 298486374, 599072141)
1205
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1206
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:44:09', '2015-05-20 03:44:09', 980190962, 'Shop', 980190962, 258259918)
1207
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:44:09', '2015-05-20 03:44:09', 298486374, 'Shop', 980190962, 599072141)
1208
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:44:09', '2015-05-20 03:44:09', 229906743, 'Shop', 980190962, 229906743)
1209
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1210
+ Fixture Insert (0.2ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:44:09', '2015-05-20 03:44:09', 258259918)
1211
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:44:09', '2015-05-20 03:44:09', 412842077)
1212
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:44:09', '2015-05-20 03:44:09', 599072141)
1213
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:44:09', '2015-05-20 03:44:09', 229906743)
1214
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1215
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:44:09', '2015-05-20 03:44:09', 980190962)
1216
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:44:09', '2015-05-20 03:44:09', 298486374)
1217
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1218
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:44:09', '2015-05-20 03:44:09', 980190962)
1219
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:44:09', '2015-05-20 03:44:09', 298486374)
1220
+  (49.9ms) commit transaction
1221
+  (0.1ms) begin transaction
1222
+ -----------------------------------------------------
1223
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1224
+ -----------------------------------------------------
1225
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1226
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1227
+  (0.1ms) rollback transaction
1228
+  (0.1ms) begin transaction
1229
+ ----------------------------------------------
1230
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1231
+ ----------------------------------------------
1232
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1233
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1234
+ Extface::Job Load (0.5ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1235
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1236
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1237
+  (0.2ms) rollback transaction
1238
+  (0.1ms) begin transaction
1239
+ -----------------------------------------------
1240
+ Extface::Driver::Datecs::Fp550Test: test_handle
1241
+ -----------------------------------------------
1242
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1243
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1244
+  (0.2ms) rollback transaction
1245
+  (0.1ms) begin transaction
1246
+ -------------------------------------------------------
1247
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1248
+ -------------------------------------------------------
1249
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1250
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1251
+  (0.2ms) rollback transaction
1252
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1253
+  (106.2ms) DROP TABLE "extface_devices"
1254
+  (64.9ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1255
+  (56.4ms) DROP TABLE "extface_drivers"
1256
+  (57.2ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1257
+  (56.1ms) DROP TABLE "extface_jobs"
1258
+  (57.1ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1259
+  (0.2ms) select sqlite_version(*)
1260
+  (64.4ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1261
+  (67.6ms) DROP TABLE "extface_serial_configs"
1262
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1263
+  (138.6ms) DROP TABLE "shops"
1264
+  (65.3ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1265
+  (0.2ms) SELECT version FROM "schema_migrations"
1266
+  (0.1ms) begin transaction
1267
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1268
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:45:43', '2015-05-20 03:45:43', 980190962, 258259918)
1269
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:45:43', '2015-05-20 03:45:43', 298486374, 599072141)
1270
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1271
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:45:43', '2015-05-20 03:45:43', 980190962, 'Shop', 980190962, 258259918)
1272
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:45:43', '2015-05-20 03:45:43', 298486374, 'Shop', 980190962, 599072141)
1273
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:45:43', '2015-05-20 03:45:43', 229906743, 'Shop', 980190962, 229906743)
1274
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1275
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:45:43', '2015-05-20 03:45:43', 258259918)
1276
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:45:43', '2015-05-20 03:45:43', 412842077)
1277
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:45:43', '2015-05-20 03:45:43', 599072141)
1278
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:45:43', '2015-05-20 03:45:43', 229906743)
1279
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1280
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:45:43', '2015-05-20 03:45:43', 980190962)
1281
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:45:43', '2015-05-20 03:45:43', 298486374)
1282
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1283
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:45:43', '2015-05-20 03:45:43', 980190962)
1284
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:45:43', '2015-05-20 03:45:43', 298486374)
1285
+  (64.6ms) commit transaction
1286
+  (0.1ms) begin transaction
1287
+ -----------------------------------------------------
1288
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1289
+ -----------------------------------------------------
1290
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1291
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1292
+  (0.1ms) rollback transaction
1293
+  (0.1ms) begin transaction
1294
+ ----------------------------------------------
1295
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1296
+ ----------------------------------------------
1297
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1298
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1299
+ Extface::Job Load (0.5ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1300
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1301
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1302
+  (0.3ms) rollback transaction
1303
+  (0.1ms) begin transaction
1304
+ -----------------------------------------------
1305
+ Extface::Driver::Datecs::Fp550Test: test_handle
1306
+ -----------------------------------------------
1307
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1308
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1309
+  (0.3ms) rollback transaction
1310
+  (0.2ms) begin transaction
1311
+ -------------------------------------------------------
1312
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1313
+ -------------------------------------------------------
1314
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1315
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1316
+  (0.1ms) rollback transaction
1317
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1318
+  (89.8ms) DROP TABLE "extface_devices"
1319
+  (65.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1320
+  (64.7ms) DROP TABLE "extface_drivers"
1321
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1322
+  (56.5ms) DROP TABLE "extface_jobs"
1323
+  (65.1ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1324
+  (0.2ms) select sqlite_version(*)
1325
+  (64.5ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1326
+  (56.1ms) DROP TABLE "extface_serial_configs"
1327
+  (65.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1328
+  (72.8ms) DROP TABLE "shops"
1329
+  (65.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1330
+  (0.3ms) SELECT version FROM "schema_migrations"
1331
+  (0.1ms) begin transaction
1332
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1333
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:49:43', '2015-05-20 03:49:43', 980190962, 258259918)
1334
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:49:43', '2015-05-20 03:49:43', 298486374, 599072141)
1335
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1336
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:49:43', '2015-05-20 03:49:43', 980190962, 'Shop', 980190962, 258259918)
1337
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:49:43', '2015-05-20 03:49:43', 298486374, 'Shop', 980190962, 599072141)
1338
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datect_fp550', 'Datect FP550', '2015-05-20 03:49:43', '2015-05-20 03:49:43', 229906743, 'Shop', 980190962, 229906743)
1339
+ Fixture Delete (0.3ms) DELETE FROM "extface_drivers"
1340
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:49:43', '2015-05-20 03:49:43', 258259918)
1341
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:49:43', '2015-05-20 03:49:43', 412842077)
1342
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:49:43', '2015-05-20 03:49:43', 599072141)
1343
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:49:43', '2015-05-20 03:49:43', 229906743)
1344
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1345
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:49:43', '2015-05-20 03:49:43', 980190962)
1346
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:49:43', '2015-05-20 03:49:43', 298486374)
1347
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1348
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:49:43', '2015-05-20 03:49:43', 980190962)
1349
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:49:43', '2015-05-20 03:49:43', 298486374)
1350
+  (52.6ms) commit transaction
1351
+  (0.1ms) begin transaction
1352
+ -----------------------------------------------------
1353
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1354
+ -----------------------------------------------------
1355
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1356
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1357
+  (0.1ms) rollback transaction
1358
+  (0.1ms) begin transaction
1359
+ ----------------------------------------------
1360
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1361
+ ----------------------------------------------
1362
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1363
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1364
+ Extface::Job Load (0.5ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1365
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1366
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1367
+  (0.2ms) rollback transaction
1368
+  (0.1ms) begin transaction
1369
+ -----------------------------------------------
1370
+ Extface::Driver::Datecs::Fp550Test: test_handle
1371
+ -----------------------------------------------
1372
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1373
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1374
+  (0.3ms) rollback transaction
1375
+  (0.2ms) begin transaction
1376
+ -------------------------------------------------------
1377
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1378
+ -------------------------------------------------------
1379
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1380
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1381
+  (0.2ms) rollback transaction
1382
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1383
+  (65.5ms) DROP TABLE "extface_devices"
1384
+  (65.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1385
+  (64.8ms) DROP TABLE "extface_drivers"
1386
+  (65.2ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1387
+  (56.3ms) DROP TABLE "extface_jobs"
1388
+  (65.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1389
+  (0.2ms) select sqlite_version(*)
1390
+  (61.3ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1391
+  (59.3ms) DROP TABLE "extface_serial_configs"
1392
+  (62.2ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1393
+  (65.0ms) DROP TABLE "shops"
1394
+  (65.4ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1395
+  (0.2ms) SELECT version FROM "schema_migrations"
1396
+  (0.1ms) begin transaction
1397
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1398
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:52:59', '2015-05-20 03:52:59', 980190962, 258259918)
1399
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:52:59', '2015-05-20 03:52:59', 298486374, 599072141)
1400
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1401
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:52:59', '2015-05-20 03:52:59', 980190962, 'Shop', 980190962, 258259918)
1402
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:52:59', '2015-05-20 03:52:59', 298486374, 'Shop', 980190962, 599072141)
1403
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 03:52:59', '2015-05-20 03:52:59', 229906743, 'Shop', 980190962, 229906743)
1404
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1405
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:52:59', '2015-05-20 03:52:59', 258259918)
1406
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:52:59', '2015-05-20 03:52:59', 412842077)
1407
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:52:59', '2015-05-20 03:52:59', 599072141)
1408
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:52:59', '2015-05-20 03:52:59', 229906743)
1409
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1410
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:52:59', '2015-05-20 03:52:59', 980190962)
1411
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:52:59', '2015-05-20 03:52:59', 298486374)
1412
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1413
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:52:59', '2015-05-20 03:52:59', 980190962)
1414
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:52:59', '2015-05-20 03:52:59', 298486374)
1415
+  (54.3ms) commit transaction
1416
+  (0.1ms) begin transaction
1417
+ -----------------------------------------------------
1418
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1419
+ -----------------------------------------------------
1420
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1421
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1422
+  (0.1ms) rollback transaction
1423
+  (0.1ms) begin transaction
1424
+ ----------------------------------------------
1425
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1426
+ ----------------------------------------------
1427
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1428
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1429
+ Extface::Job Load (0.5ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1430
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1431
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1432
+  (0.2ms) rollback transaction
1433
+  (0.1ms) begin transaction
1434
+ -----------------------------------------------
1435
+ Extface::Driver::Datecs::Fp550Test: test_handle
1436
+ -----------------------------------------------
1437
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1438
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1439
+  (0.2ms) rollback transaction
1440
+  (0.2ms) begin transaction
1441
+ -------------------------------------------------------
1442
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1443
+ -------------------------------------------------------
1444
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1445
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1446
+  (0.2ms) rollback transaction
1447
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1448
+  (114.6ms) DROP TABLE "extface_devices"
1449
+  (65.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1450
+  (64.7ms) DROP TABLE "extface_drivers"
1451
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1452
+  (56.7ms) DROP TABLE "extface_jobs"
1453
+  (64.9ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1454
+  (0.2ms) select sqlite_version(*)
1455
+  (64.8ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1456
+  (56.6ms) DROP TABLE "extface_serial_configs"
1457
+  (73.9ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1458
+  (73.2ms) DROP TABLE "shops"
1459
+  (73.7ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1460
+  (0.2ms) SELECT version FROM "schema_migrations"
1461
+  (0.1ms) begin transaction
1462
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1463
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:58:14', '2015-05-20 03:58:14', 980190962, 258259918)
1464
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:58:14', '2015-05-20 03:58:14', 298486374, 599072141)
1465
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1466
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:58:14', '2015-05-20 03:58:14', 980190962, 'Shop', 980190962, 258259918)
1467
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:58:14', '2015-05-20 03:58:14', 298486374, 'Shop', 980190962, 599072141)
1468
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 03:58:14', '2015-05-20 03:58:14', 229906743, 'Shop', 980190962, 229906743)
1469
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1470
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:58:14', '2015-05-20 03:58:14', 258259918)
1471
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:58:14', '2015-05-20 03:58:14', 412842077)
1472
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:58:14', '2015-05-20 03:58:14', 599072141)
1473
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:58:14', '2015-05-20 03:58:14', 229906743)
1474
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1475
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:58:14', '2015-05-20 03:58:14', 980190962)
1476
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:58:14', '2015-05-20 03:58:14', 298486374)
1477
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1478
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:58:14', '2015-05-20 03:58:14', 980190962)
1479
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:58:14', '2015-05-20 03:58:14', 298486374)
1480
+  (58.3ms) commit transaction
1481
+  (0.1ms) begin transaction
1482
+ -----------------------------------------------------
1483
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1484
+ -----------------------------------------------------
1485
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1486
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1487
+  (0.2ms) rollback transaction
1488
+  (0.1ms) begin transaction
1489
+ ----------------------------------------------
1490
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1491
+ ----------------------------------------------
1492
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1493
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1494
+ Extface::Job Load (0.5ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1495
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1496
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1497
+  (0.3ms) rollback transaction
1498
+  (0.2ms) begin transaction
1499
+ -----------------------------------------------
1500
+ Extface::Driver::Datecs::Fp550Test: test_handle
1501
+ -----------------------------------------------
1502
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1503
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1504
+  (0.3ms) rollback transaction
1505
+  (0.1ms) begin transaction
1506
+ -------------------------------------------------------
1507
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1508
+ -------------------------------------------------------
1509
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1510
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1511
+  (0.2ms) rollback transaction
1512
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1513
+  (93.7ms) DROP TABLE "extface_devices"
1514
+  (73.4ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1515
+  (147.1ms) DROP TABLE "extface_drivers"
1516
+  (70.4ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1517
+  (59.0ms) DROP TABLE "extface_jobs"
1518
+  (73.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1519
+  (0.2ms) select sqlite_version(*)
1520
+  (72.8ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1521
+  (72.4ms) DROP TABLE "extface_serial_configs"
1522
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1523
+  (73.1ms) DROP TABLE "shops"
1524
+  (73.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1525
+  (0.2ms) SELECT version FROM "schema_migrations"
1526
+  (0.2ms) begin transaction
1527
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1528
+ Fixture Insert (0.3ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:58:58', '2015-05-20 03:58:58', 980190962, 258259918)
1529
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:58:58', '2015-05-20 03:58:58', 298486374, 599072141)
1530
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1531
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:58:58', '2015-05-20 03:58:58', 980190962, 'Shop', 980190962, 258259918)
1532
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:58:58', '2015-05-20 03:58:58', 298486374, 'Shop', 980190962, 599072141)
1533
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 03:58:58', '2015-05-20 03:58:58', 229906743, 'Shop', 980190962, 229906743)
1534
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1535
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:58:58', '2015-05-20 03:58:58', 258259918)
1536
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:58:58', '2015-05-20 03:58:58', 412842077)
1537
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:58:58', '2015-05-20 03:58:58', 599072141)
1538
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:58:58', '2015-05-20 03:58:58', 229906743)
1539
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1540
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:58:58', '2015-05-20 03:58:58', 980190962)
1541
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:58:58', '2015-05-20 03:58:58', 298486374)
1542
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1543
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:58:58', '2015-05-20 03:58:58', 980190962)
1544
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:58:58', '2015-05-20 03:58:58', 298486374)
1545
+  (63.0ms) commit transaction
1546
+  (0.2ms) begin transaction
1547
+ -----------------------------------------------------
1548
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1549
+ -----------------------------------------------------
1550
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1551
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1552
+  (0.2ms) rollback transaction
1553
+  (0.1ms) begin transaction
1554
+ ----------------------------------------------
1555
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1556
+ ----------------------------------------------
1557
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1558
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1559
+ Extface::Job Load (1.0ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1560
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1561
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1562
+  (0.2ms) rollback transaction
1563
+  (0.1ms) begin transaction
1564
+ -----------------------------------------------
1565
+ Extface::Driver::Datecs::Fp550Test: test_handle
1566
+ -----------------------------------------------
1567
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1568
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1569
+  (0.3ms) rollback transaction
1570
+  (0.2ms) begin transaction
1571
+ -------------------------------------------------------
1572
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1573
+ -------------------------------------------------------
1574
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1575
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1576
+  (0.2ms) rollback transaction
1577
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1578
+  (89.2ms) DROP TABLE "extface_devices"
1579
+  (73.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1580
+  (73.3ms) DROP TABLE "extface_drivers"
1581
+  (65.2ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1582
+  (56.3ms) DROP TABLE "extface_jobs"
1583
+  (65.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1584
+  (0.2ms) select sqlite_version(*)
1585
+  (64.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1586
+  (56.6ms) DROP TABLE "extface_serial_configs"
1587
+  (65.3ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1588
+  (64.6ms) DROP TABLE "shops"
1589
+  (65.2ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1590
+  (0.2ms) SELECT version FROM "schema_migrations"
1591
+  (0.1ms) begin transaction
1592
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1593
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:59:21', '2015-05-20 03:59:21', 980190962, 258259918)
1594
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:59:21', '2015-05-20 03:59:21', 298486374, 599072141)
1595
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1596
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:59:21', '2015-05-20 03:59:21', 980190962, 'Shop', 980190962, 258259918)
1597
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:59:21', '2015-05-20 03:59:21', 298486374, 'Shop', 980190962, 599072141)
1598
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 03:59:21', '2015-05-20 03:59:21', 229906743, 'Shop', 980190962, 229906743)
1599
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1600
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:59:21', '2015-05-20 03:59:21', 258259918)
1601
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:59:21', '2015-05-20 03:59:21', 412842077)
1602
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:59:21', '2015-05-20 03:59:21', 599072141)
1603
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:59:21', '2015-05-20 03:59:21', 229906743)
1604
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1605
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:59:21', '2015-05-20 03:59:21', 980190962)
1606
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:59:21', '2015-05-20 03:59:21', 298486374)
1607
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1608
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:59:21', '2015-05-20 03:59:21', 980190962)
1609
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:59:21', '2015-05-20 03:59:21', 298486374)
1610
+  (56.5ms) commit transaction
1611
+  (0.1ms) begin transaction
1612
+ -----------------------------------------------------
1613
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1614
+ -----------------------------------------------------
1615
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1616
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1617
+  (0.1ms) rollback transaction
1618
+  (0.1ms) begin transaction
1619
+ ----------------------------------------------
1620
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1621
+ ----------------------------------------------
1622
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1623
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1624
+ Extface::Job Load (0.4ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1625
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1626
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1627
+  (0.3ms) rollback transaction
1628
+  (0.2ms) begin transaction
1629
+ -----------------------------------------------
1630
+ Extface::Driver::Datecs::Fp550Test: test_handle
1631
+ -----------------------------------------------
1632
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1633
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1634
+  (0.2ms) rollback transaction
1635
+  (0.2ms) begin transaction
1636
+ -------------------------------------------------------
1637
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1638
+ -------------------------------------------------------
1639
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1640
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1641
+  (0.2ms) rollback transaction
1642
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1643
+  (142.9ms) DROP TABLE "extface_devices"
1644
+  (73.6ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1645
+  (72.8ms) DROP TABLE "extface_drivers"
1646
+  (73.5ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1647
+  (64.6ms) DROP TABLE "extface_jobs"
1648
+  (70.6ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1649
+  (0.2ms) select sqlite_version(*)
1650
+  (64.4ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1651
+  (59.4ms) DROP TABLE "extface_serial_configs"
1652
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1653
+  (78.1ms) DROP TABLE "shops"
1654
+  (68.3ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1655
+  (0.3ms) SELECT version FROM "schema_migrations"
1656
+  (0.1ms) begin transaction
1657
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1658
+ Fixture Insert (0.3ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:59:41', '2015-05-20 03:59:41', 980190962, 258259918)
1659
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 03:59:41', '2015-05-20 03:59:41', 298486374, 599072141)
1660
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1661
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 03:59:41', '2015-05-20 03:59:41', 980190962, 'Shop', 980190962, 258259918)
1662
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 03:59:41', '2015-05-20 03:59:41', 298486374, 'Shop', 980190962, 599072141)
1663
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 03:59:41', '2015-05-20 03:59:41', 229906743, 'Shop', 980190962, 229906743)
1664
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1665
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 03:59:41', '2015-05-20 03:59:41', 258259918)
1666
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 03:59:41', '2015-05-20 03:59:41', 412842077)
1667
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 03:59:41', '2015-05-20 03:59:41', 599072141)
1668
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 03:59:41', '2015-05-20 03:59:41', 229906743)
1669
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1670
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:59:41', '2015-05-20 03:59:41', 980190962)
1671
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 03:59:41', '2015-05-20 03:59:41', 298486374)
1672
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1673
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:59:41', '2015-05-20 03:59:41', 980190962)
1674
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 03:59:41', '2015-05-20 03:59:41', 298486374)
1675
+  (59.9ms) commit transaction
1676
+  (0.1ms) begin transaction
1677
+ -----------------------------------------------------
1678
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1679
+ -----------------------------------------------------
1680
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1681
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1682
+  (0.1ms) rollback transaction
1683
+  (0.2ms) begin transaction
1684
+ ----------------------------------------------
1685
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1686
+ ----------------------------------------------
1687
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1688
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1689
+ Extface::Job Load (0.6ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1690
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1691
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1692
+  (0.2ms) rollback transaction
1693
+  (0.2ms) begin transaction
1694
+ -----------------------------------------------
1695
+ Extface::Driver::Datecs::Fp550Test: test_handle
1696
+ -----------------------------------------------
1697
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1698
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1699
+  (0.2ms) rollback transaction
1700
+  (0.1ms) begin transaction
1701
+ -------------------------------------------------------
1702
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1703
+ -------------------------------------------------------
1704
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1705
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1706
+  (0.2ms) rollback transaction
1707
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1708
+  (101.7ms) DROP TABLE "extface_devices"
1709
+  (73.4ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1710
+  (73.1ms) DROP TABLE "extface_drivers"
1711
+  (73.5ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1712
+  (47.9ms) DROP TABLE "extface_jobs"
1713
+  (73.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1714
+  (0.2ms) select sqlite_version(*)
1715
+  (137.1ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1716
+  (74.6ms) DROP TABLE "extface_serial_configs"
1717
+  (70.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1718
+  (72.8ms) DROP TABLE "shops"
1719
+  (57.2ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1720
+  (0.2ms) SELECT version FROM "schema_migrations"
1721
+  (0.1ms) begin transaction
1722
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1723
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:00:00', '2015-05-20 04:00:00', 980190962, 258259918)
1724
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:00:00', '2015-05-20 04:00:00', 298486374, 599072141)
1725
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1726
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 04:00:00', '2015-05-20 04:00:00', 980190962, 'Shop', 980190962, 258259918)
1727
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 04:00:00', '2015-05-20 04:00:00', 298486374, 'Shop', 980190962, 599072141)
1728
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 04:00:00', '2015-05-20 04:00:00', 229906743, 'Shop', 980190962, 229906743)
1729
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1730
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 04:00:00', '2015-05-20 04:00:00', 258259918)
1731
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 04:00:00', '2015-05-20 04:00:00', 412842077)
1732
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 04:00:00', '2015-05-20 04:00:00', 599072141)
1733
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 04:00:00', '2015-05-20 04:00:00', 229906743)
1734
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1735
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:00:00', '2015-05-20 04:00:00', 980190962)
1736
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:00:00', '2015-05-20 04:00:00', 298486374)
1737
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1738
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:00:00', '2015-05-20 04:00:00', 980190962)
1739
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:00:00', '2015-05-20 04:00:00', 298486374)
1740
+  (58.1ms) commit transaction
1741
+  (0.1ms) begin transaction
1742
+ -----------------------------------------------------
1743
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1744
+ -----------------------------------------------------
1745
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1746
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1747
+  (0.1ms) rollback transaction
1748
+  (0.1ms) begin transaction
1749
+ ----------------------------------------------
1750
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1751
+ ----------------------------------------------
1752
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1753
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1754
+ Extface::Job Load (0.4ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1755
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1756
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1757
+  (0.2ms) rollback transaction
1758
+  (0.1ms) begin transaction
1759
+ -----------------------------------------------
1760
+ Extface::Driver::Datecs::Fp550Test: test_handle
1761
+ -----------------------------------------------
1762
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1763
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1764
+  (0.2ms) rollback transaction
1765
+  (0.2ms) begin transaction
1766
+ -------------------------------------------------------
1767
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1768
+ -------------------------------------------------------
1769
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1770
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1771
+  (0.2ms) rollback transaction
1772
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1773
+  (103.3ms) DROP TABLE "extface_devices"
1774
+  (73.6ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1775
+  (73.0ms) DROP TABLE "extface_drivers"
1776
+  (81.8ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1777
+  (56.1ms) DROP TABLE "extface_jobs"
1778
+  (73.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1779
+  (0.2ms) select sqlite_version(*)
1780
+  (72.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1781
+  (48.1ms) DROP TABLE "extface_serial_configs"
1782
+  (65.3ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1783
+  (73.3ms) DROP TABLE "shops"
1784
+  (73.6ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1785
+  (0.2ms) SELECT version FROM "schema_migrations"
1786
+  (0.2ms) begin transaction
1787
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1788
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:02:23', '2015-05-20 04:02:23', 980190962, 258259918)
1789
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:02:23', '2015-05-20 04:02:23', 298486374, 599072141)
1790
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1791
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 04:02:23', '2015-05-20 04:02:23', 980190962, 'Shop', 980190962, 258259918)
1792
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 04:02:23', '2015-05-20 04:02:23', 298486374, 'Shop', 980190962, 599072141)
1793
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 04:02:23', '2015-05-20 04:02:23', 229906743, 'Shop', 980190962, 229906743)
1794
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1795
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 04:02:23', '2015-05-20 04:02:23', 258259918)
1796
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 04:02:23', '2015-05-20 04:02:23', 412842077)
1797
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 04:02:23', '2015-05-20 04:02:23', 599072141)
1798
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 04:02:23', '2015-05-20 04:02:23', 229906743)
1799
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1800
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:02:23', '2015-05-20 04:02:23', 980190962)
1801
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:02:23', '2015-05-20 04:02:23', 298486374)
1802
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1803
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:02:23', '2015-05-20 04:02:23', 980190962)
1804
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:02:23', '2015-05-20 04:02:23', 298486374)
1805
+  (58.6ms) commit transaction
1806
+  (0.1ms) begin transaction
1807
+ -----------------------------------------------------
1808
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1809
+ -----------------------------------------------------
1810
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1811
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1812
+  (0.1ms) rollback transaction
1813
+  (0.1ms) begin transaction
1814
+ ----------------------------------------------
1815
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1816
+ ----------------------------------------------
1817
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1818
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1819
+ Extface::Job Load (0.3ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1820
+ Extface::Job Load (0.1ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1821
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1822
+  (0.3ms) rollback transaction
1823
+  (0.1ms) begin transaction
1824
+ -----------------------------------------------
1825
+ Extface::Driver::Datecs::Fp550Test: test_handle
1826
+ -----------------------------------------------
1827
+ Extface::Driver Load (0.3ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1828
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1829
+  (0.2ms) rollback transaction
1830
+  (0.2ms) begin transaction
1831
+ -------------------------------------------------------
1832
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1833
+ -------------------------------------------------------
1834
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1835
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1836
+  (0.2ms) rollback transaction
1837
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1838
+  (94.2ms) DROP TABLE "extface_devices"
1839
+  (65.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1840
+  (64.5ms) DROP TABLE "extface_drivers"
1841
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1842
+  (67.5ms) DROP TABLE "extface_jobs"
1843
+  (81.5ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1844
+  (0.2ms) select sqlite_version(*)
1845
+  (72.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1846
+  (64.4ms) DROP TABLE "extface_serial_configs"
1847
+  (73.5ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1848
+  (61.8ms) DROP TABLE "shops"
1849
+  (57.1ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1850
+  (0.2ms) SELECT version FROM "schema_migrations"
1851
+  (0.1ms) begin transaction
1852
+ Fixture Delete (0.2ms) DELETE FROM "extface_serial_configs"
1853
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:05:57', '2015-05-20 04:05:57', 980190962, 258259918)
1854
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:05:57', '2015-05-20 04:05:57', 298486374, 599072141)
1855
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1856
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 04:05:57', '2015-05-20 04:05:57', 980190962, 'Shop', 980190962, 258259918)
1857
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 04:05:57', '2015-05-20 04:05:57', 298486374, 'Shop', 980190962, 599072141)
1858
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 04:05:57', '2015-05-20 04:05:57', 229906743, 'Shop', 980190962, 229906743)
1859
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
1860
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 04:05:57', '2015-05-20 04:05:57', 258259918)
1861
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 04:05:57', '2015-05-20 04:05:57', 412842077)
1862
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 04:05:57', '2015-05-20 04:05:57', 599072141)
1863
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 04:05:57', '2015-05-20 04:05:57', 229906743)
1864
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1865
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:05:57', '2015-05-20 04:05:57', 980190962)
1866
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:05:57', '2015-05-20 04:05:57', 298486374)
1867
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1868
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:05:57', '2015-05-20 04:05:57', 980190962)
1869
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:05:57', '2015-05-20 04:05:57', 298486374)
1870
+  (56.3ms) commit transaction
1871
+  (0.1ms) begin transaction
1872
+ -----------------------------------------------------
1873
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1874
+ -----------------------------------------------------
1875
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1876
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1877
+  (0.1ms) rollback transaction
1878
+  (0.1ms) begin transaction
1879
+ ----------------------------------------------
1880
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1881
+ ----------------------------------------------
1882
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1883
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1884
+ Extface::Job Load (0.5ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1885
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1886
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1887
+  (0.2ms) rollback transaction
1888
+  (0.1ms) begin transaction
1889
+ -----------------------------------------------
1890
+ Extface::Driver::Datecs::Fp550Test: test_handle
1891
+ -----------------------------------------------
1892
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1893
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1894
+  (0.1ms) rollback transaction
1895
+  (0.1ms) begin transaction
1896
+ -------------------------------------------------------
1897
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1898
+ -------------------------------------------------------
1899
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1900
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1901
+  (0.1ms) rollback transaction
1902
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1903
+  (89.2ms) DROP TABLE "extface_devices"
1904
+  (65.1ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1905
+  (64.7ms) DROP TABLE "extface_drivers"
1906
+  (65.4ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1907
+  (56.4ms) DROP TABLE "extface_jobs"
1908
+  (65.2ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1909
+  (0.2ms) select sqlite_version(*)
1910
+  (64.6ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1911
+  (56.3ms) DROP TABLE "extface_serial_configs"
1912
+  (62.3ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1913
+  (64.4ms) DROP TABLE "shops"
1914
+  (65.4ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1915
+  (0.2ms) SELECT version FROM "schema_migrations"
1916
+  (0.2ms) begin transaction
1917
+ Fixture Delete (0.3ms) DELETE FROM "extface_serial_configs"
1918
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:11:15', '2015-05-20 04:11:15', 980190962, 258259918)
1919
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:11:15', '2015-05-20 04:11:15', 298486374, 599072141)
1920
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1921
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 04:11:15', '2015-05-20 04:11:15', 980190962, 'Shop', 980190962, 258259918)
1922
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 04:11:15', '2015-05-20 04:11:15', 298486374, 'Shop', 980190962, 599072141)
1923
+ Fixture Insert (0.2ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 04:11:15', '2015-05-20 04:11:15', 229906743, 'Shop', 980190962, 229906743)
1924
+ Fixture Delete (0.1ms) DELETE FROM "extface_drivers"
1925
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 04:11:15', '2015-05-20 04:11:15', 258259918)
1926
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 04:11:15', '2015-05-20 04:11:15', 412842077)
1927
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 04:11:15', '2015-05-20 04:11:15', 599072141)
1928
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 04:11:15', '2015-05-20 04:11:15', 229906743)
1929
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1930
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:11:15', '2015-05-20 04:11:15', 980190962)
1931
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:11:15', '2015-05-20 04:11:15', 298486374)
1932
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1933
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:11:15', '2015-05-20 04:11:15', 980190962)
1934
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:11:15', '2015-05-20 04:11:15', 298486374)
1935
+  (62.9ms) commit transaction
1936
+  (0.1ms) begin transaction
1937
+ -----------------------------------------------------
1938
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
1939
+ -----------------------------------------------------
1940
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1941
+ Extface::Device Load (0.2ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1942
+  (0.1ms) rollback transaction
1943
+  (0.1ms) begin transaction
1944
+ ----------------------------------------------
1945
+ Extface::Driver::Datecs::Fp550Test: test_fsend
1946
+ ----------------------------------------------
1947
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1948
+ Extface::Device Load (0.0ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1949
+ Extface::Job Load (0.4ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
1950
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
1951
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
1952
+  (0.3ms) rollback transaction
1953
+  (0.1ms) begin transaction
1954
+ -----------------------------------------------
1955
+ Extface::Driver::Datecs::Fp550Test: test_handle
1956
+ -----------------------------------------------
1957
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1958
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1959
+  (0.2ms) rollback transaction
1960
+  (0.1ms) begin transaction
1961
+ -------------------------------------------------------
1962
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
1963
+ -------------------------------------------------------
1964
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
1965
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
1966
+  (0.2ms) rollback transaction
1967
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1968
+  (95.7ms) DROP TABLE "extface_devices"
1969
+  (65.3ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime) 
1970
+  (64.6ms) DROP TABLE "extface_drivers"
1971
+  (65.3ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) 
1972
+  (56.4ms) DROP TABLE "extface_jobs"
1973
+  (65.2ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime, "description" varchar(255), "error" varchar(255), "failed_at" datetime, "completed_at" datetime, "connected_at" datetime) 
1974
+  (0.2ms) select sqlite_version(*)
1975
+  (64.4ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id")
1976
+  (56.6ms) DROP TABLE "extface_serial_configs"
1977
+  (65.4ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime) 
1978
+  (61.9ms) DROP TABLE "shops"
1979
+  (65.4ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
1980
+  (0.2ms) SELECT version FROM "schema_migrations"
1981
+  (0.2ms) begin transaction
1982
+ Fixture Delete (0.3ms) DELETE FROM "extface_serial_configs"
1983
+ Fixture Insert (0.2ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:12:25', '2015-05-20 04:12:25', 980190962, 258259918)
1984
+ Fixture Insert (0.1ms) INSERT INTO "extface_serial_configs" ("serial_boud_rate", "serial_data_length", "serial_parity_check", "serial_stop_bits", "serial_handshake", "created_at", "updated_at", "id", "driver_id") VALUES (1, 1, 1, 1, 1, '2015-05-20 04:12:25', '2015-05-20 04:12:25', 298486374, 599072141)
1985
+ Fixture Delete (0.1ms) DELETE FROM "extface_devices"
1986
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID1', 'MyString1', '2015-05-20 04:12:25', '2015-05-20 04:12:25', 980190962, 'Shop', 980190962, 258259918)
1987
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('MyUUID2', 'MyString2', '2015-05-20 04:12:25', '2015-05-20 04:12:25', 298486374, 'Shop', 980190962, 599072141)
1988
+ Fixture Insert (0.1ms) INSERT INTO "extface_devices" ("uuid", "name", "created_at", "updated_at", "id", "extfaceable_type", "extfaceable_id", "driver_id") VALUES ('datecs_fp550', 'Datect FP550', '2015-05-20 04:12:25', '2015-05-20 04:12:25', 229906743, 'Shop', 980190962, 229906743)
1989
+ Fixture Delete (0.2ms) DELETE FROM "extface_drivers"
1990
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::GenericPos', '2015-05-20 04:12:25', '2015-05-20 04:12:25', 258259918)
1991
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarTsp200', '2015-05-20 04:12:25', '2015-05-20 04:12:25', 412842077)
1992
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::StarScp700', '2015-05-20 04:12:25', '2015-05-20 04:12:25', 599072141)
1993
+ Fixture Insert (0.1ms) INSERT INTO "extface_drivers" ("type", "created_at", "updated_at", "id") VALUES ('Extface::Driver::Datecs::Fp550', '2015-05-20 04:12:25', '2015-05-20 04:12:25', 229906743)
1994
+ Fixture Delete (0.1ms) DELETE FROM "extface_jobs"
1995
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:12:25', '2015-05-20 04:12:25', 980190962)
1996
+ Fixture Insert (0.1ms) INSERT INTO "extface_jobs" ("device_id", "created_at", "updated_at", "id") VALUES (NULL, '2015-05-20 04:12:25', '2015-05-20 04:12:25', 298486374)
1997
+ Fixture Delete (0.1ms) DELETE FROM "shops"
1998
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:12:25', '2015-05-20 04:12:25', 980190962)
1999
+ Fixture Insert (0.1ms) INSERT INTO "shops" ("created_at", "updated_at", "id") VALUES ('2015-05-20 04:12:25', '2015-05-20 04:12:25', 298486374)
2000
+  (53.9ms) commit transaction
2001
+  (0.1ms) begin transaction
2002
+ -----------------------------------------------------
2003
+ Extface::Driver::Datecs::Fp550Test: test_build_packet
2004
+ -----------------------------------------------------
2005
+ Extface::Driver Load (0.4ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2006
+ Extface::Device Load (0.3ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2007
+  (0.1ms) rollback transaction
2008
+  (0.1ms) begin transaction
2009
+ ----------------------------------------------
2010
+ Extface::Driver::Datecs::Fp550Test: test_fsend
2011
+ ----------------------------------------------
2012
+ Extface::Driver Load (0.1ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2013
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2014
+ Extface::Job Load (1.0ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."id" = ? LIMIT 1 [["id", 980190962]]
2015
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? [["device_id", 229906743]]
2016
+ Extface::Job Load (0.2ms) SELECT "extface_jobs".* FROM "extface_jobs" WHERE "extface_jobs"."device_id" = ? AND ("extface_jobs"."completed_at" IS NULL AND "extface_jobs"."failed_at" IS NULL) ORDER BY "extface_jobs"."id" ASC LIMIT 1 [["device_id", 229906743]]
2017
+  (0.4ms) rollback transaction
2018
+  (0.1ms) begin transaction
2019
+ -----------------------------------------------
2020
+ Extface::Driver::Datecs::Fp550Test: test_handle
2021
+ -----------------------------------------------
2022
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2023
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2024
+  (0.2ms) rollback transaction
2025
+  (0.1ms) begin transaction
2026
+ -------------------------------------------------------
2027
+ Extface::Driver::Datecs::Fp550Test: test_response_frame
2028
+ -------------------------------------------------------
2029
+ Extface::Driver Load (0.2ms) SELECT "extface_drivers".* FROM "extface_drivers" WHERE "extface_drivers"."id" = ? LIMIT 1 [["id", 229906743]]
2030
+ Extface::Device Load (0.1ms) SELECT "extface_devices".* FROM "extface_devices" WHERE "extface_devices"."driver_id" = ? LIMIT 1 [["driver_id", 229906743]]
2031
+  (0.1ms) rollback transaction