Artifact 2167129fe11c9595d6cfa781bd43e40f2a082a68:
- File dbwars/sqlite3-test.scm — part of check-in [a4dece5f6e] at 2013-10-13 17:17:48 on branch dev — Adding initial files for a pseudo real-world db egg comparative analysis (user: matt, size: 433) [annotate] [blame] [check-ins using]
(use sqlite3) (include "test-common.scm") (define db (open-database "test.db")) (execute db test-table-defn) (define (register-test db run-id testname host cpuload diskfree uname rundir shortdir item-path state status final-logf run-duration comment event-time) (execute db test-insert run-id testname host cpuload diskfree uname rundir shortdir item-path state status final-logf run-duration comment event-time))