7 This file is to detail the tests, in a general sense, that have yet to be
8 written so that I don't forget them.
14 =item * Readonly filehandles
18 =item * Mutations on readonly filehandles
20 This is to verify that the appropriate errors are thrown
22 =item * Run an optimize on a readonly FH
28 For some reason, $c doesn't seem to be undefinable in _copy_value. Maybe this
29 means that the bless()ing should occur iff C<!$c-E<gt>isa('DBM::Deep')>?
35 =item * Undefined initial offset
37 =item * splicing in a group that's equal to the target
41 =item * Passing in a fh without a file_offset
43 =item * Do I ever use print_at() without passing in offset?
45 =item * How should the inode check for locking happen?
47 =item * medium and large pack_sizes
49 Need to make sure I only run the large pack_size test on 64-bit Perls
51 =item * max_buckets check
53 =item * get_classname() on a deleted sector
55 How should this be triggered?!
57 =item * Open a corrupted file that has a header, but not initial reference
59 =item * Max out the number of transactions
61 =item * Delete something in the head that has its own value in a transaction
63 =item * Run an import within a transaction
67 =item * Should all assignments with a non-scalar rvalue happen within a sub-transaction?
69 =item * Does this mean that sub-transactions should just be done right now?
71 It shouldn't be too hard to variablize which transaction is the base instead
72 of hard-coding 0 . . .
76 =item * Delete something within a transaction, then commit.
78 Verify that the space is reusable by assigning more to the DB.