Artifact 615a80af654d0f94976efe49233259588c454aa9:
- File tests/simplerun/thebeginning.scm — part of check-in [0718a80dc4] at 2022-03-20 20:49:57 on branch v1.7001-multi-db-02 — Restarted, using tests/simplerun/thebeginning.scm. (user: matt, size: 355) [annotate] [blame] [check-ins using]
(use trace test) (import dbfile) (trace-call-sites #t) (test #f #t (dbr:dbstruct? (db:setup #t))) (define dbstruct *dbstruct-dbs*) (test #f #f (dbfile:get-subdb dbstruct #f)) ;; get main.db (never opened yet) (test #f #f (dbfile:get-subdb dbstruct 1)) ;; get 1.db (test #f #f (db:get-subdb dbstruct 1)) (test #f #f (stack? (dbr:subdb-dbstack subdb)))