summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/assert/assert_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-39/+0
| | | | | | | | | | Namespace is still `search` and not `vespalib` due to the massive amount of code that would need to be modified for such a change. Other changes: - Move `BufferWriter` from searchlib to vespalib - Move assertion and rand48 utilities from staging_vespalib to vespalib - Move gtest utility code from staging_vespalib to vespalib
* Use a directory that the vespa user has control over.Henning Baldersheim2018-12-071-5/+14
| | | | Also add vespa version to the assert key file name.
* Update copyright and add stack trace when logging assert.Henning Baldersheim2018-12-071-1/+1
|
* Allow asserts that rember if they have been triggered before.Henning Baldersheim2018-12-061-0/+30