| History log of /src/tests/lib/libc/db |
| Revision | Date | Author | Comments |
| 1.4 | 24-Sep-2016 |
christos | Add more of the torture tests from the mit kerberos tree.
|
| 1.3 | 18-Nov-2015 |
christos | branches: 1.3.2; Add more exhaustive db tests that include higher bucket sizes
|
| 1.2 | 22-Jun-2015 |
christos | Add new failing test.
|
| 1.1 | 07-Jan-2011 |
pgoyette | Atf-ify the db tests.
XXX Note that the original regress version of this test did not run the XXX btree_delete test; that test is broken, and is disabled for now.
|
| 1.3.2.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
| 1.1 | 07-Jan-2011 |
pgoyette | Atf-ify the db tests.
XXX Note that the original regress version of this test did not run the XXX btree_delete test; that test is broken, and is disabled for now.
|
| 1.3 | 24-Sep-2016 |
christos | remove mpool_getf
|
| 1.2 | 24-Sep-2016 |
christos | Add more of the torture tests from the mit kerberos tree.
|
| 1.1 | 07-Jan-2011 |
pgoyette | branches: 1.1.28; Atf-ify the db tests.
XXX Note that the original regress version of this test did not run the XXX btree_delete test; that test is broken, and is disabled for now.
|
| 1.1.28.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
| 1.2 | 24-Jun-2017 |
gson | Reduce the number of iterations in the bsize_torture test from 65535 to 1000 to make the ATF test suite as a whole take less time. Before the change, this single test case could take more than two hours to run on a qemu emulated ARM.
|
| 1.1 | 18-Nov-2015 |
christos | branches: 1.1.8; Add more exhaustive db tests that include higher bucket sizes
|
| 1.1.8.1 | 10-Jul-2017 |
martin | Pull up following revision(s) (requested by jmcneill in ticket #115): tests/lib/libc/db/h_lfsr.c: revision 1.2 Reduce the number of iterations in the bsize_torture test from 65535 to 1000 to make the ATF test suite as a whole take less time. Before the change, this single test case could take more than two hours to run on a qemu emulated ARM.
|
| 1.9 | 12-Mar-2020 |
martin | bsize_torture: skip bigger page size tests if space in the database directory is limited (numbers pulled out of thin air).
|
| 1.8 | 12-Mar-2020 |
martin | btree_weird_page_split: set timeout to 900s, now my landisk tests have a chance to complete this one.
|
| 1.7 | 24-Sep-2016 |
christos | branches: 1.7.14; Add more of the torture tests from the mit kerberos tree.
|
| 1.6 | 18-Nov-2015 |
christos | branches: 1.6.2; Add more exhaustive db tests that include higher bucket sizes
|
| 1.5 | 26-Feb-2015 |
martin | bsize_ffactor takes *very* long to complete on some slower machines (maybe we should investigate?). Bump timeout up to 1800 seconds (my hppa machine takes ~1100).
|
| 1.4 | 29-Jul-2013 |
skrll | Increase timeout. My hardware must be getting slower.
|
| 1.3 | 10-Dec-2011 |
skrll | branches: 1.3.6; Give my slow, old hardware more time to complete bsize_ffactor.
|
| 1.2 | 08-Jan-2011 |
pgoyette | branches: 1.2.6; Fix and re-enable the delete_btree test case
|
| 1.1 | 07-Jan-2011 |
pgoyette | Atf-ify the db tests.
XXX Note that the original regress version of this test did not run the XXX btree_delete test; that test is broken, and is disabled for now.
|
| 1.2.6.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.2.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.6.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.6.2.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
| 1.7.14.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.4 | 07-Sep-2020 |
mrg | don't pass NULL to printf(), but use "<memory>" to signify this test is operating on an in-memory only database.
|
| 1.3 | 09-Jul-2019 |
maya | return return atf_no_error() instead of 0 for consistency.
suggested by moritzbuhl in https://github.com/NetBSD/src/pull/11/
|
| 1.2 | 22-Jun-2015 |
christos | branches: 1.2.16; - don't create a db file. - add more tests.
|
| 1.1 | 22-Jun-2015 |
christos | Add new failing test.
|
| 1.2.16.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|