func newDbHarnessWopt(t *testing.T, o *opt.Options) *dbHarness { o.Flag |= opt.OFCreateIfMissing return newDbHarnessWoptRaw(t, o) }